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

How would I make a teleport object that teleports a player depending on the place they chose?

Asked by 5 years ago

Okay, so basically I need help on how I would make an object that teleports a player who touches the object to the destination (as in place) they choose. Similar to the Egg Hunt 2017 teleport portal. Can someone help, I'm having trouble with this.

0
I would do a gui and places, then I would localize player variable. In gui would put the place image, and button. In button an local script which will teleport the player to the chosen place. Use :MoveTo() or :SetPrimaryPartCFrame(). AswormeDorijan111 531 — 5y
0
Or if you want to teleport to the other place (world), I would localize the TeleportService and then when Player selects the place, he will be teleported trough the .Teleport() event. AswormeDorijan111 531 — 5y

Answer this question