How to find out who the script is running on (on the master client or on the client)

I'm making an enemy AI that will wander through random points. I want to randomly select a point only on the master client, and then transfer the information about the selected point to the script of other clients. how do I do this?

Best Answer

Answers