My Challenge Explanation

When the cube is set to move only on the client side, the server will display a non-moving box and the server character will collide with the box without any problems.

The client does display the box but the character can move through the box, because on the client side the box stays still and since the input is handled by the server the character will only be blocked by the box in its original position

Excellent work. Thank you for taking the time to share this with others.

Privacy & Terms