Search
 
SCRIPT & CODE EXAMPLE
 

LUA

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
Comment

PREVIOUS NEXT
Code Example
Lua :: lua game code 
Lua :: how to print a variable in lua 
Lua :: lua how to add something to a table 
Lua :: lua commenting 
Lua :: lua for loops 
Lua :: lua convert function to string 
Lua :: lua counting 
Lua :: shift to sprint 
Lua :: while loop in lua 
Lua :: what is a value lua 
Lua :: subsgtitute string R 
Lua :: lua pairs 
Lua :: lua coding lines to test with 
Lua :: lua how to default value if nil 
Lua :: How to use Humanoids in Roblox Lua 
Matlab :: anonymous function matlab 
Matlab :: matlab complex numbers 
Matlab :: what is java_home 
Basic :: git access token 
Basic :: add firefox 
Elixir :: elixir string concatination 
Elixir :: mix install phoenix 
Scala :: how to transform Nil to None scala 
Scala :: scala yield how to share one loop 
Actionscript :: octahedron 
Excel :: or function in excel 
Perl :: perl mongodb conf location 
Pascal :: pascal pause program for seconds 
Powershell :: change increase windows scroll bar slider width 
Abap :: abap if statement 
ADD CONTENT
Topic
Content
Source link
Name
3+4 =