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.
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.
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.
The player isn’t passed to OnClientEvent by default
TextBox.OnClientEvent:Connect(function(Say, Name)