How do i make it so that a private server is different than the actual game?

i have a game that is somewhat popular and i want it so i have a private server where we all have guns and admin within the same game. how do i do this?

1 Like

Code. Server code, usually.

if game.PrivateServerId ~= "" and game.PrivateServerOwnerId ~= 0 then
	--// Add features here
end
2 Likes