Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Won't teleport players?

Asked by 8 years ago

There is no output and the "Got players" does not print. Why is this happening?

wait(3)
for i, player in pairs(game.Players:GetChildren()) do
    local Character = player.Character
    Character:MoveTo(game.Test.Position)
    print("Got players")
end
0
Just realized I had the script disabled. I also did not link the test brick correctly, I forgot workspace. Tradesmark 65 — 8y

Answer this question