How to smoothly move a prop?

Hiya, I want a prop to stay above the players head at all times, however, using the TeleportTo function causes the movement to be snappy and not smooth, using the MoveTo function is smooth, but it lags behind the player and doesn’t stay above their head like it would if it was say, parented to them, y’know? I’ve tried this a while ago and was wondering if there were any new ways to move a prop smoothly, perhaps with scene graph? if it can even be used with that :confused: , I appreciate any and all help!

Not sure if this is any smoother, but it is an alternative way.

1 Like

I could see making this work, thanks!