Anybody know why this is not working?

I’m trying to Fire an event but for some reason the variables aren’t working correctly.

This is where I’m Firing the event from

And this is where I’m receiving the Fired event.

but I’m getting that error and idk why.

1 Like

Dont fire the player parameter from the client. When you fire the event to the server it automatically sends the player as parameter 1.

Edit: I mixed up client and server scripts. My bad.

1 Like

The player isn’t passed to OnClientEvent by default

TextBox.OnClientEvent:Connect(function(Say, Name)
1 Like