Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local part = script.Parent
- local bv = Instance.new("BodyVelocity")
- bv.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
- bv.Parent = part
- print("sjahd")
- local av = Instance.new("AngularVelocity")
- av.AngularVelocity = Vector3.new(0, 5, 0)
- av.MaxTorque = math.huge
- local att0 = Instance.new("Attachment", part)
- --att0.CFrame = part.CFrame * CFrame.new(0, -8, 0)
- av.Attachment0 = att0
- av.Parent = part
- --av.RelativeTo = Enum.ActuatorRelativeTo(0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement