Answers for "how to make a server location text in roblox"

0

how to make a server location text in roblox

local text = "%Z"
local timestop = os.time()
local result = os.date(text, timestop)
local result2 = os.date(text, timestop)
result = string.sub(result, 1, 3)
script.Parent.Text = "SERVER LOCATION: ".. tostring(result) .." / ".. tostring(result2)
Posted by: Guest on January-28-2021

Code answers related to "how to make a server location text in roblox"

Browse Popular Code Answers by Language