How to Teleport to other one game with Wanted people?
I wanna make some Survival game, but I need to teleport. so, If you can, teach me.
wait(5) Spawns = script.Parent.Spawns:GetChildren() for i, v in pairs(game.Players:GetChildren()) do v.Character:MoveTo(Spawns[i].Position) end
https://gyazo.com/afa552da0225fae867a7faefbb7fed07
You can add more spawns by creating more parts into the group
Closed as Not Constructive by valchip and User#5423
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?