I’ve been handling client & server connection using events so far. Although I see it’s not the proper way. So, the thing is:
I’ve seen some scripts such as vRP, that apparently call clientside functions from server (or so I think), which would be exactly what I’m looking for, because it’s really unconfortable to use events as functions, when as their name says, they’re not functions, but events…
With that being said, I would like to ask for help. If anyone knows how to do it and/or could show me a simple example, I would infinitely appreciate it.