|
| 11 Oct 2014 07:32 PM |
Hey guys I'm making a script that has a player teleporting part in it. But for some reason it isn't working. There is no error it just gets stuck on the message and doesn't do anything else. (CODE BEFORE TELEPORT) m.Text = "Map Loaded. Starting game..." -- Gets stuck here wait(3) for i,player in pairs (PlayerList) do local target = map.FindFirstChild("TPspot").Position for i, player in ipairs(game.Players:GetChildren()) do if player.Character and player.Character:FindFirstChild("Torso") then player.Character.Torso.CFrame = target + Vector3.new(0, i * 5, 0)
(CODE AFTER)
any help? |
|
|
| Report Abuse |
|