#a way to control a ball's position
1 messages · Page 1 of 1 (latest)
I wouldn't be using client transform in this case. That requires you to change ownership between clients. just do everything on server and no need for RPCs
how do i make a piece of code run on the server tho with a server rpc ðŸ˜
all code will also run on the server. You can also check if(IsServer) at the beginning of a function