roblox-teleport

Installation
SKILL.md

roblox-teleport

Official sources (always check these for the latest):

TeleportService moves players between places and servers. The modern entry point is TeleportAsync (server-only); the older Teleport (client), TeleportPartyAsync, TeleportToPlaceInstance, TeleportToPrivateServer, and TeleportToSpawnByName methods are deprecated — use TeleportAsync() instead. For client-initiated teleports, fire a RemoteEvent to the server and let the server call TeleportAsync(); do not call Teleport() from the client for new work, even if the place is configured as "Fully Open." See the migrate to secure teleports guide.

Cross-reference:

When to use this skill

Installs
108
GitHub Stars
12
First Seen
Jun 18, 2026
roblox-teleport — nonlooped/roblox-suite