OnClientEvent() not receiving arguments

Hi, so I’ve tried to send a message to the client. However, it doesnt receive my string.

Server Script:
image

Local Script:

Output:

You see, the event has totally ignored the string and put the number. However there is no arguments after that. Does anyone know why?

OnClientEvent does not have the Player argument.

2 Likes

Thank you, sorry for the problems. I just got annoyed at it and couldn’t figure out what it did, thanks.