Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
Error line 15: attempt to call field 'getStorageValue' (a nil value)
local bossname = "Demon"
local xpos = 930
local ypos = 1265
local zpos = 10
local xrand = math.random(-1, 1)
local yrand = math.random(-1, 1)
local position = Position(930 + xrand, 1265 + yrand, 10)
local addtionalTime =...
Hello,
I have boss spawning script using globalevents, boss appears every 12 hour + random addtional time, and there's problem, if nobody will kill boss, duplicate will appear, then next one appears, next one ...
And i have problem how to pause this script if already boss is present. (in...