Is there a means to be able to check whether a shared script is running on the client or the server?
I have a function which I want accessible to both the client and the server, but I need it to work slightly differently depending on where its running (due to different natives).
Alternatively, if I have to write a separate script, can I export a function on the client and the server with the same name?