
when i just type something in chat this comes up that everyone can see
does anyone what lines of code I need to remove to stop it?

when i just type something in chat this comes up that everyone can see
does anyone what lines of code I need to remove to stop it?
Édit your chat script
i know, im just asking if anyone knows the exact lines of code though
You don’t have to edit the chat resource for this, just put this in a server script:
AddEventHandler("chatMessage", function()
CancelEvent()
end)
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.