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

BodyForce + LookVector Why won't it work?

Asked by 8 years ago
Speed = 100

local b = Instance.new("BodyForce", c.Torso)
b.Force = c.Torso.CFrame.lookVector * Speed
0
First time doing this is a while PureConcept 0 — 8y
0
Nothing is wrong. You left out the problem and the rest of the script. 1waffle1 2908 — 8y

1 answer

Log in to vote
0
Answered by 8 years ago

Nvm works if I do Vector3.new(100, 100, 100)

0
Idk if it's 2 late but could you please send me the updated script? noammao 294 — 6y
Ad

Answer this question