if UNIT_LOADED and not _G.UNIT_DEBUG == true then
-- error("Whoops! You have not already joined #UNIT",0)
return
end
if not unit:IsLoaded() then
local notJoined = Instance.new("Message")
notLoaded.Parent = COREGUI
notLoaded.Text = 'zImao u not in unit?? LOL'
end
end()