zakary99
|
  |
| Joined: 19 Jan 2010 |
| Total Posts: 1095 |
|
|
| 02 Oct 2011 02:05 PM |
function onEntered(Player)
script.Parent.Parent.StarterGui.Population.TextLabel.Text = ""..script.Parent.Parent.Players.value..""
end end
I don't think it would work, I don't understand GUI that well. |
|
|
| Report Abuse |
|
|
|
| 02 Oct 2011 02:19 PM |
function Change() script.Parent.Text = tostring(Game.Players.NumPlayers) end
Game.Players.PlayerAdded:connect(Change) Game.Players.PlayerRemoving:connect(Change) |
|
|
| Report Abuse |
|
|
zakary99
|
  |
| Joined: 19 Jan 2010 |
| Total Posts: 1095 |
|
| |
|