Hello Fellow Developers! I want to ask what is OnServerEvent, i’ve see OnServerEvent many times user for remote events and function, but I Dont know what is the function Of OnServerEvent
RemoteEvent.OnServerEvent
is primarily an event on RemoteEvent
(s) only, and only used on server. It is fired when a client uses RemoteEvent:FireServer()
. It is only necessary if the client needs make a request to do something.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.