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

BodyAngularVelocity not working?

Asked by
RedCombee 585 Moderation Voter
10 years ago

I've tried to use a BodyAngularVelocity on my tornado to make it spin on the Y axis, but my code seems to fail. The tornado does not move at all.

The script:

tornado = script.Parent
spin = Instance.new("BodyAngularVelocity",tornado)
spin.angularvelocity = Vector3.new(0,10,0)
spin.maxTorque = Vector3.new(math.huge,math.huge,math.huge)

The script is placed inside my one-part tornado.

0
Can you explain how it "fails"? Does the tornado not move at all? Does it move on the wrong axis? Merely 2122 — 10y
0
The tornado fails to move at all. RedCombee 585 — 10y

Answer this question