#Smooth Set Position
3 messages · Page 1 of 1 (latest)
You cant do anything about this
Manipulating an object will only be "smooth" for the person calculating physics for the object, which is defined as the object authority
There are 3 levels of making something smooth:
Level 1: Running it on object authority
Level 2: Running it on 60hz instead of 30hz
Level 3: Switching from Set Transform to 3 pistons for the X, Y, and Z axis, and 3 rotators to rotate around the X, Y, and Z axis, technically this is the smoothest way to do it, but its so overcomplicated its just not worth it most the time
The one game I've seen do Level 3 is ^snake_io by seb, which uses rotators to move the snakes smoothly for all players