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

Whats wrong with my rocket velocity?

Asked by 8 years ago

Im making a rocket launcher in roblox and the velocity is not working. I have compared the script with my other gun and it's still not working! Please help. Script:

    v = Instance.new("BodyVelocity",r)
    v.velocity = r.CFrame.lookVector*100
    v.maxForce = Vector3.new(math.huge,math.huge,math.huge) 
0
Is that the whole script? User#6546 35 — 8y

Answer this question