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?
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!