#a way to control a ball's position

1 messages · Page 1 of 1 (latest)

severe cloak
#

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

supple obsidian
#

how do i make a piece of code run on the server tho with a server rpc 😭

severe cloak
#

all code will also run on the server. You can also check if(IsServer) at the beginning of a function