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

How to teleport player to the Empty server of my game?

Asked by 5 years ago

Hello

Title says all, i want to teleport player to the empty server on my roblox game. Im know that i need to use TeleportService function, but which...

1 answer

Log in to vote
0
Answered by 5 years ago
Edited 5 years ago

You can use the :TeleportToPrivateServer() function to send people to an empty server

--Activation Code
local code = TeleportService:ReserveServer(game.PlaceId)
TeleportService:TeleportToPrivateServer(game.PlaceId, code, {Players You Want To Teleport})

You can learn more about it here :)

0
Thanks a lot! pmainokiborg 6 — 5y
Ad

Answer this question