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

How to teleport with wanted people? [closed]

Asked by 5 years ago

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.

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?

1 answer

Log in to vote
0
Answered by
PropzFx 27
5 years ago
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

0
He meant Teleporting To A Different PLACE. AIphanium 124 — 5y
0
yes Mitumitu17YN -5 — 5y
Ad