What’s the different between Remote Event and Remote Function ? Like what’s the different between OnServerEvent (Remote Event) with InvokeServer (Remote Function)?
You should read this, here’s a perfect explanation.
Basic answer: A remote function can return something to the server or client while a remote event cannot return anything to the server or client.
3 Likes