Please use codeblocks instead of quoting the code, do:
```lua
-- code goes here...
```


TriggerClientEvent doesn’t exist on the client, use TriggerEvent instead and don’t specify a client in a param, the first param will be the first param to the event.

2 Likes