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.