Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How can I use BodyVelocity without flinging?

Asked by
neoG457 315 Moderation Voter
8 years ago
local slide = Instance.new("BodyVelocity")

slide.maxForce = Vector3.new(math.huge, math.huge, math.huge)   
slide.Velocity = Player.Character.HumanoidRootPart.CFrame.lookVector * 80
slide.Parent   = Player.Character.HumanoidRootPart

It works fine but When I hit something my character flings. Is there anyway to stop this without stopping the character from moving?

1 answer

Log in to vote
0
Answered by 3 years ago

just make the maxforce lower and it wont fling

0
this worked, can't upvote so leaving this reply instead Khrrxs 0 — 2y
Ad

Answer this question