#need help fixing a following model

1 messages · Page 1 of 1 (latest)

surreal hull
#

This part of a script is to help make a model follow a player (also bob up and down), it works perfect except for the model being super jittery as it moves.. is there any way i can fix that ?

cold karma
#

Handle visuals on the client

#

Or u can just simply use AlignPosition

surreal hull
#

ahh okay ill try those two options tysmm 🐛

exotic dune
#

task.wait(0) instead of task.wait(1/60) frankly if you wanted it to run every frame, use an event that runs every frame like heartbeat or renderstepped