Client Cube Movement

My guess to why we could get the cube to move in the client and not in the server has to deal with the has authority. Since it’s a “one-way street” in that updates in the server can be passed to the client, but updates in the client cannot be passed to the server, is why when we update the client, nothing happens in the server.
Just to add, to get my client update and not my server, I just check to see if has authority is not true.

Privacy & Terms