Advertisement
TheUnknownDiscord

chain

Sep 4th, 2021 (edited)
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. Tool = Instance.new("Tool")
  2. Part = Instance.new("Part")
  3. Part.Name = "Handle"
  4. Part.Parent = Tool
  5. Part.Size = Vector3.new(1,1,1)
  6. Tool.Parent = workspace.Lucas_YT111
  7. Part1 = Instance.new("Part")
  8. Part1.Parent = Part
  9. Part1.Size = Vector3.new(3,3,3)
  10. local attachment0 = Instance.new("Attachment")
  11. attachment0.Parent = Part1
  12. local attachment1 = Instance.new("Attachment")
  13. attachment1.Parent = Part
  14. alignposition = Instance.new("RopeConstraint")
  15. alignposition.Parent = Part1
  16. alignposition.Attachment0 = attachment0
  17. alignposition.Attachment1 = attachment1
  18. alignposition.Visible = true
  19. alignposition.Length = 12
  20. alignposition.Thickness = 0.1
  21. alignposition.Restitution = 1
  22. bf = Instance.new("BodyForce")
  23. bf.Parent = Part1
  24. bf.Force = Vector3.new(0,game.Workspace.Gravity*1,0)*Part1:GetMass()
  25. Part1.BottomSurface = Enum.SurfaceType.Smooth
  26. Part1.BrickColor = BrickColor.new("Really black")
  27. Part1.TopSurface = Enum.SurfaceType.Smooth
  28. Part1.brickColor = BrickColor.new("Really black")
  29. Part.BottomSurface = Enum.SurfaceType.Smooth
  30. Part.TopSurface = Enum.SurfaceType.Smooth
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement