|
| 08 Mar 2014 06:44 PM |
game.Players.PlayerAdded:connect(function(newPlayer) Instance.new("Message",game.Workspace.Text = newPlayer.." has joined the game
I'm trying to get it to say (Player name) has joined the server but with what rank they are in a group Any help? |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|
|
| 08 Mar 2014 06:48 PM |
game.Players.PlayerAdded:connect(function(newPlayer) Instance.new("Message",game.Workspace.Text = newPlayer.Name.." has joined the game") end) |
|
|
| Report Abuse |
|
|
wazap
|
  |
| Joined: 29 Jun 2007 |
| Total Posts: 23234 |
|
|
| 08 Mar 2014 06:49 PM |
^Not even correct
And use GetRoleInGroup(groupid, plr) |
|
|
| Report Abuse |
|
|
| |
|
|
| 08 Mar 2014 06:50 PM |
@waz can you rewrite the script? Im horrible at scipting |
|
|
| Report Abuse |
|
|
wazap
|
  |
| Joined: 29 Jun 2007 |
| Total Posts: 23234 |
|
| |
|
wazap
|
  |
| Joined: 29 Jun 2007 |
| Total Posts: 23234 |
|
|
| 08 Mar 2014 06:52 PM |
Here
game.Players.PlayerAdded:connect(function(newPlayer) local m =Instance.new("Message",game.Workspace) m.Text = newPlayer.Name.." has joined the game. Rank: "..newPlayer:GetRoleInGroup(groupid) wait(3) m:Destroy() end) |
|
|
| Report Abuse |
|
|
|
| 08 Mar 2014 06:53 PM |
| Oh sorry I didnt know he wanted to know role in group I didnt read that. |
|
|
| Report Abuse |
|
|
|
| 08 Mar 2014 06:53 PM |
| @waz is there a certain area where i need to put the id of the group? |
|
|
| Report Abuse |
|
|
|
| 08 Mar 2014 06:54 PM |
| put group ID where he said groupid |
|
|
| Report Abuse |
|
|
| |
|
|
| 08 Mar 2014 09:54 PM |
how do u spam any words you want :/
|
|
|
| Report Abuse |
|
|
|
| 08 Mar 2014 09:55 PM |
i would like to have a script to do Ctrl and v button to spam
|
|
|
| Report Abuse |
|
|