How do I make a soccer ball curve with body movers?
You can use body force. I have used it before and it works good
local BodyForce = Instance.new("BodyForce")
BodyForce.Parent = hit
BodyForce.Force = Player.Character["Right Leg"].CFrame.RightVector * 200
game:GetService("Debris"):AddItem(BodyForce, 1)
It just snaps to the curve not really like a transition
can you send a video how it looks
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.