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

How to make a teleporter like "The Mimic" or "The Alibi"?

Asked by 3 years ago

So I'm trying to make a teleporter that teleports you when you stand on a certain spot, after a certain time, and that time is displayed on a surface, like surfaceGui.Textlabel, and it teleports you to another place. How excatly do I do that? I've searched on a lot of platforms and I don't really know what to do, any help?

1 answer

Log in to vote
0
Answered by 3 years ago

That's what im searching too, but i have an answer.

Use TeleportService in Partyteleport


local TS = game:GetService("TeleportService") local plr = game:GetService("Players") local PlaceId = 1234567 --Your Place Id here TS:TeleportPartyAsync(PlaceId, plr) --Teleport all Players in a Server as a Party

I hope that was help and useful!

0
I don't get it, what do I do with that script, where do I put it, and what is the Partyteleport? Also it doesnt show it includes a certain time has passed and the surfaceGui MatanelTheSlayer 0 — 3y
Ad

Answer this question