how to make a server location text in roblox code example
Example: 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)