I have this script that makes the plant lean away from the player, but it moves so fast and I want it to look more realistic. I want it to lerp slower and with a tween style. Is that possible? and if so would I implement this into the script?
If you’d like to use tween styles instead of CFrame lerping, you should look into TweenService to create a tween on objects and/or anything else you’re looking to tween.
3 Likes