setTimer(function() if getElementData(localPlayer, 'staff:point') then return end outputChatBox(' ', 255, 255, 255, true) outputChatBox(' ', 255, 255, 255, true) outputChatBox(' ', 255, 255, 255, true) outputChatBox(' ', 255, 255, 255, true) end, 900, 0) addEventHandler("onClientChatMessage", root, function (text) if (getElementData(localPlayer, 'staff:point') or false) then return end if (isElement(source) and getElementType(source) == 'player') then cancelEvent(true) end end)