Hello! I’m trying to create a slide animation coming out of this butterfly storm effect and everything is fine except that if you continue to move while exiting the slide then you will hover in the air and then drop.
I want it to make it so that the player will drop to the floor while the animation plays.
Heres is some of the relevant code, feel free to ask for more and if you need me to elaborate more
RootPart.Velocity = RootPart.CFrame.LookVector * 35
TweenService:Create(RootPart,TweenInfo.new(0.75,Enum.EasingStyle.Quad,Enum.EasingDirection.Out),{Velocity = RootPart.CFrame.LookVector * 35}):Play()
TweenService:Create(Humanoid,TweenInfo.new(0.1,Enum.EasingStyle.Quad,Enum.EasingDirection.Out,0,false),{HipHeight = BaseHipHeight}):Play()