Horje
roblox check if in private server Code Example
roblox check if in private server
local function getServerType()
	if game.PrivateServerId ~= "" then
		if game.PrivateServerOwnerId ~= 0 then
			return "VIPServer"
		else
			return "ReservedServer"
		end
	else
		return "StandardServer"
	end
end




Whatever

Related
switch between tabs in vs code Code Example switch between tabs in vs code Code Example
theatre reopening india Code Example theatre reopening india Code Example
mututal funds Code Example mututal funds Code Example
shortcutbadger android not working Code Example shortcutbadger android not working Code Example
php can't use multy bytes functions iis Code Example php can't use multy bytes functions iis Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7