#How can i make BodyVelocity move the character in the direction where we'r looking ? (solved)

6 messages · Page 1 of 1 (latest)

rocky venture
#
local bv = Instance.new("BodyVelocity", your thing you want to parent it to(probs ur hmrp))
    bv.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
    bv.Velocity = plr.Character:WaitForChild("HumanoidRootPart").CFrame.lookVector * 50```
#

@ruby estuary

ruby estuary
#

thx

#

i'm gonna try it

#

@rocky venture tysm it work

rocky venture
#

👍