of     1   

Emoepsi
#156991425Sunday, March 01, 2015 4:26 PM GMT

hello im trying to have a script where it teleports all the players at a certain time please help
TC8950
#156994042Sunday, March 01, 2015 5:06 PM GMT

players = game.Players:GetChildren() for a = 1, #players do players[a].Character:moveTo(Vector3.new(x, y, z)) of course you will need to modify it to your liking.

    of     1