Advertisement
IHATEMICROWAVEOVEN

help with the align thing

Oct 6th, 2022
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. wait(5)
  2.  
  3. local bv = Instance.new("LinearVelocity", script.Parent)
  4. --local bg = Instance.new("AlignOrientation", script.Parent)
  5. local me = game.Players.Skit_y.Character.UpperTorso
  6. local bg = Instance.new("AlignOrientation", me)
  7. local invis = workspace.Invis
  8.  
  9. --local att0 = Instance.new("Attachment", script.Parent)
  10. local att0 = Instance.new("Attachment", me)
  11. local att1 = Instance.new("Attachment", invis)
  12.  
  13. --bv.MaxForce, bv.Attachment0, bv.VectorVelocity =
  14. -- math.huge, att0, Vector3.new(0, 1, 0)
  15.  
  16. bg.Attachment0, bg.Attachment1, bg.RigidityEnabled, bg.Mode, bg.MaxTorque =
  17. att0, att1, false, Enum.OrientationAlignmentMode.TwoAttachment, math.huge
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement