I have a viewmodel aiming system and i want it to not be snappy so if it could be smoother?
You can lerp the cframe from your viewmodels current cframe to the goal cframe with an alpha, usually using delta time from a runservice event.
I have a viewmodel aiming system and i want it to not be snappy so if it could be smoother?
You can lerp the cframe from your viewmodels current cframe to the goal cframe with an alpha, usually using delta time from a runservice event.