#Create a moving elevator without shaking
1 messages · Page 1 of 1 (latest)
no script?
I don't see reason to provide script, Model movement is shaky on client side when moving whole model.
its while true do loop and go up basically
ok....
Script is not the issue, server to client physics is
Then the issue can be bc model:translateby moves the entire model but t dosen't update the physics propely, causing jitter
or
it can apply small moves, and due to floating point errors, network delays and physics constraints, the movement isn't prefectly smooth
Yeah I have assumed that client is just making small jumps and constantly falling on same part. Is there any way to fix this?
U can use Cframe instead of translate by
for ex
Wait
sorry
I think the best approach is to use SetPrimaryPartCFrame() with RunService.RenderStepped for frame-based updates.
setprimarypartcframe is deprecated, use pivotto instead