So for the past week and a half i’ve been trying to figure out how I can make a server, where Devs have Access to it.
and the issue for me is that when I write the script to kick out the player, it’s gonna kick everyone out of the game, since its in ServerScriptService
The Solution
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!
Solutions I have tried is Kicking Everyone Out of the Server, and inserting the Code, into the Dev Console. but Roblox is Gonna Have to put someone in that Server, So i Just Don’t want them to be kicked
Sorry, if i Explained badly
but what Im trying to Replicate is Arsenal’s Dev Server
No, the private server isn’t like a private server that you will find in normal roblox servers tab, it’s more like a game-made private server which you can create using :ReserveServer, you have to make a code for the server and then teleport players using :TeleportToPrivateServer like: :TeleportToPrivateServer(game.PlaceId,code,{plr}) “code” being the reserved server’s password/key for teleporting players