823932
|
  |
| Joined: 03 Sep 2011 |
| Total Posts: 8 |
|
|
| 05 Oct 2011 07:18 PM |
| I just put admin into one of my places how do I set it for all players to have admin? |
|
|
| Report Abuse |
|
|
LordGando
|
  |
| Joined: 05 Jul 2011 |
| Total Posts: 6723 |
|
|
| 05 Oct 2011 08:18 PM |
Make A t shirt and put the link into it it will show you where OR put the peoples name in the admin names thingy |
|
|
| Report Abuse |
|
|
823932
|
  |
| Joined: 03 Sep 2011 |
| Total Posts: 8 |
|
|
| 05 Oct 2011 09:38 PM |
| I mean like everyone who enters into the room without the admin shirt |
|
|
| Report Abuse |
|
|
1Topcop
|
  |
| Joined: 09 Jun 2009 |
| Total Posts: 6635 |
|
|
| 05 Oct 2011 09:42 PM |
Depends on the script. But I mean it could have something in the script like
if plr.msg=="Derp" and game.Workspace.List:findFirstChild(plr)~=nil then
Guessing that the chatted functions have plr as the Player and msg as the Message then all you'd have to do is put
function PlayerEntered(newPlayer)
I = Instance.new("StringValue") I.Name = newPlayer.Name I.Parent = game.Workspace.List
end
game.Players.ChildAdded:connect(PlayerEntered)
Don't forget to add an IntValue named List in Workspace. :P |
|
|
| Report Abuse |
|
|