|
| 28 Feb 2015 01:06 PM |
game.Players.PlayerAdded:connect(function(plyr) plyr.TeamColor = BrickColor.new("White") local character = plyr:WaitForChild("Character") local torso = character:FindFirstChild("Torso") torso:MoveTo(game.Workspace.Spawn.Position) end)
There is no output. |
|
|
| Report Abuse |
|
|
| |
|
|
| 28 Feb 2015 01:28 PM |
i don't know what it is but it could possibly be that it doesn't find the torso or character. You could try putting prints in between each line to see where it breaks. My only guess as to what's doing it is maybe WaitForChild? But probably not. But I'd still try
~I like trees |
|
|
| Report Abuse |
|
|