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

BodyVelocity for PrimaryPart not working?

Asked by 5 years ago
Edited 5 years ago

I shorten the script so that it won't be too complicating.I had already made the variables so no worries.

The BodyVelocity thing is supposed to make the PrimaryPart of my model to move forward by itself.But it isn't working,what am I doing wrong?

Local script in StarterPack

    local BV = Instance.new('BodyVelocity')
    BV.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
    BV.Velocity = Character.Torso.CFrame.LookVector * 100
    BV.Parent = mic.PrimaryPart
0
what is mic EliteRayGawnX2 124 — 5y
0
It is a model,I have a PrimaryPart in it,which is a hitbox. rochel89 42 — 5y

Answer this question