How exactly would I script a private server script like @mrfergie ⚡Emergency Response: Liberty County - Roblox erlc private servers?
What do you mean by “like @mrfergie https://www.roblox.com/games/2534724415/Emergency-Response-Liberty-County”, I don’t have enough to check it out.
Do you mean TeleportService:ReserveServer?
They have custom vip servers to join with a code and stuff
VIP servers are paid. If you want to create a server where you can join with a code in-game, TeleportService:ReserveServer
would be good.
still doesnt solve my problem of joining a vip server worh a code and they dont have vip servers enabled
Dev_Kittenz is correct. You have to reserve a server and then no one can join it unless the game decides they can, such as when they input the correct code.
Let me explain.
VIP Servers are those paid servers you can create if VIP servers are turned on by the game developer.
Reserved servers are servers created with TeleportService:ReserveServer
function. You can teleport players into them with TeleportService:TeleportToPrivateServer
.
Even if the game calls them VIP servers, they really are reserved servers.
So you can just make “input code” gui and check if the code is correct. If it is then call (ReserveServer
and) TeleportToPrivateServer
from the server.
Yep, our Private Servers are made using TeleportService:ReserveServer and we implement it with server data (stored to a datastore) and dev product.