How would I check if a player types a certain message in the chat?

No errors, but still not working…

1 Like

did you put any other code other than mine or @WaterJamesPlough’s, like putting something

Can you please show your code that you put in your script in server / client?

The PlayerAdded event doesn’t run in local scripts because the player is created before the script itself.
This has to be a server script.