How to assign a server to a person like piggy

  1. What do you want to achieve?
    I want to make a server and assign it to a player, like piggy’s Build mode.

I would like to know how you can make a server which is assigned to a specific player like how piggy’s build mode work.

Thanks in Advance!
:smiley:

1 Like

You should read this piece of documentation: TeleportService | Documentation - Roblox Creator Hub

Essentially what you can do is you can reserve a server for a specific group of people and teleport them there, there is nothing stopping you from reserving a server for one person. You could also add scripts that check whether a server running has been reserved for one person, and if it has you know they’ll be playing on their own so can dedicate certain perks like admin etc. to the player that joins the server.

Hope this helps,
-Tom :slight_smile:

2 Likes

Thanks for the tip, I didn’t think of this before!

1 Like