roblox-teleport
Installation
SKILL.md
roblox-teleport
Official sources (always check these for the latest):
- https://create.roblox.com/docs/en-us/reference/engine/classes/TeleportService
- https://create.roblox.com/docs/en-us/projects/teleport
- https://create.roblox.com/docs/en-us/reference/engine/classes/TeleportOptions
- https://create.roblox.com/docs/en-us/reference/engine/classes/TeleportAsyncResult
- https://create.roblox.com/docs/projects/teleport (multi-place architecture)
TeleportService moves players between places and servers. The modern entry point is TeleportAsync; the older Teleport/TeleportPartyAsync/TeleportToPlaceInstance/TeleportToPrivateServer/TeleportToSpawnByName methods are deprecated and should not be used for new work.
Cross-reference:
- roblox-datastores/SKILL.md — handoff pattern for player data across teleports.
- roblox-networking/SKILL.md — server authority, rate limiting, and the security model around teleport requests.
- roblox-core/SKILL.md — services and script contexts.