|
| 24 Jun 2016 03:12 PM |
I'm looking for a player joined and enter script.
I don't want a script with the "local msg"
I want one that has their name and saying that they joined or exited the server, but by the chat, where you can see what others are saying. If someone could give me the script for it and a color, that'd be nice, thanks!
|
|
|
| Report Abuse |
|
|
|
| 24 Jun 2016 03:13 PM |
For example: You can try out Ultimate Driving: Westover for the player joined game chat, that's exactly how I wanted it.
|
|
|
| Report Abuse |
|
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
|
| 24 Jun 2016 03:14 PM |
game.Players.PlayerAdded:connect(function(player) print(player.Name) end)
|
|
|
| Report Abuse |
|
|
|
| 24 Jun 2016 03:15 PM |
| http://wiki.roblox.com/index.php?title=API:Class/StarterGui/SetCore |
|
|
| Report Abuse |
|
|
jbjgang2
|
  |
| Joined: 07 Feb 2010 |
| Total Posts: 8948 |
|
|
| 24 Jun 2016 03:41 PM |
game.Players.PlayerAdded:connect(function(player) game.StarterGui:SetCore("ChatMakeSystemMessage", {Text = player.Name.." has joined the server.",Color = Color3.new(1, 1, 1),Font = Enum.Font.ArialBold,FontSize = Enum.FontSize.Size12}) end)
game.Players.PlayerRemoving:connect(function(player) game.StarterGui:SetCore("ChatMakeSystemMessage", {Text = player.Name.." has left the server.",Color = Color3.new(1, 0, 0),Font = Enum.Font.ArialBold,FontSize = Enum.FontSize.Size12}) end) |
|
|
| Report Abuse |
|
|
| |
|
Lem0nzzx
|
  |
| Joined: 08 Feb 2016 |
| Total Posts: 1604 |
|
|
| 24 Jun 2016 09:57 PM |
Okay the title + content to the OP's thread is hilarious.
'Joined and entered script', I'm crying.
First off why are you putting 2 of the same words in the title of this thread? |
|
|
| Report Abuse |
|
|
|
| 24 Jun 2016 10:21 PM |
| Lemon you have very unconstructive criticism, and it gets really annoying. |
|
|
| Report Abuse |
|
|
Maplen
|
  |
| Joined: 19 Sep 2012 |
| Total Posts: 545 |
|
|
| 24 Jun 2016 10:22 PM |
| no i agree with lemon, this is comedy gold |
|
|
| Report Abuse |
|
|
|
| 24 Jun 2016 11:37 PM |
Whoops, I made a mistake. I meant to put "Player Joined and Left the server Script".
Humans aren't perfect, they make mistakes and errors.
|
|
|
| Report Abuse |
|
|
Lem0nzzx
|
  |
| Joined: 08 Feb 2016 |
| Total Posts: 1604 |
|
|
| 24 Jun 2016 11:38 PM |
| No one said anyone is perfect. I just think it's funny! |
|
|
| Report Abuse |
|
|
|
| 25 Jun 2016 02:06 AM |
| I eat lemons :) very happy letter = ü |
|
|
| Report Abuse |
|
|
|
| 25 Jun 2016 05:21 PM |
I think something is funny too, just can't tell you! ;)
|
|
|
| Report Abuse |
|
|
|
| 25 Jun 2016 05:22 PM |
a quick google search would tell you that there's something called playeradded and characteradded or something like that
|
|
|
| Report Abuse |
|
|
|
| 25 Jun 2016 08:35 PM |
Thanks, I'll find it. I think I might've already.
|
|
|
| Report Abuse |
|
|
|
| 25 Jun 2016 09:06 PM |
Are you trying to do this with cust or ro chat?
The sensor keeps tripping up on one of the words..
#code mod = require(sike) if not mod.xThe[...] then print("You're not RbxDev yet..") end |
|
|
| Report Abuse |
|
|