Hi, im currently making a game where Players will need to get teleported at the same time to a certain area after a great amount of time. please help :D
This is not a request site but sense this question is so general and basic ill answer it.
wait(1) local p = game.Players:GetChildren() for i = 1, #p do p[i].Character:MoveTo(Vector3.new(5, 12.8, 6)) --Edit teleport location here end
Hope this helps, I changed it to moveto, Thanks firebolt
Closed as Not Constructive by Perci1 and M39a9am3R
This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.
Why was this question closed?