Try this:
local config = {
bossName = "Midnight Panther",
bossPos = Position(32841, 32706, 7),
spawnTime = "00:00", -- midnight
removeTime = "06:00", -- 6am
}
function onThink(interval, lastExecution)
local currentTime = os.date("%H:%M") -- get current server time in format...