Unable to send mouse.hit through a remote event

I have a script that sends the mouse.hit cframe to the server through a remote event, however, it’s always nil on the server side. How do I fix this?

figured it out, it was a mistake on my part

what was the mistake? i had some problems and couldnt figure it out.

It was a parameter mistake. I was missing a parameter when checking server side, so the previous variable became the cframe, so I just added a filler variable when calling.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.