Advertisement
SurfaceSwine1337

Shield?

Jul 5th, 2017
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.98 KB | None | 0 0
  1. script/t = Instance.new("Tool")
  2. t.Parent = game.Players.SurfaceSwine.Backpack
  3. t.Name = "Shield"
  4.  
  5. local handlee = Instance.new("Part")
  6. handlee.Name = "Handle"
  7. handlee.Parent = t
  8. handlee.formFactor = "Plate"
  9. handlee.BrickColor = BrickColor.new("Black")
  10. handlee.Size = Vector3.new(2, 1, 1)
  11. handlee.TopSurface = "Smooth"
  12. handlee.BottomSurface = "Smooth"
  13. handlee.Transparency = 0
  14. handlee.Reflectance = 0
  15. -----------------------------------------mesh
  16. m = Instance.new("BlockMesh")
  17. m.Parent = handlee
  18. m.Scale = Vector3.new(1.1, 1.1, 1.1)
  19. m.Offset = Vector3.new(-1, 0, -0.5)
  20. -----------------------------------------Brick2
  21. local base = Instance.new("Part")
  22. base.Name = "Part"
  23. base.Parent = t
  24. base.formFactor = "Plate"
  25. base.BrickColor = BrickColor.new("Black")
  26. base.Size = Vector3.new(4, 3, 1)
  27. base.TopSurface = "Smooth"
  28. base.BottomSurface = "Smooth"
  29. base.Transparency = 0
  30. base.Reflectance = 0
  31. -----------------------------------------mesh
  32. m = Instance.new("BlockMesh")
  33. m.Parent = base
  34. m.Scale = Vector3.new(1.1, 1.1, 1.1)
  35. -----------------------------------------weld
  36. w2 = Instance.new("Weld")
  37. w2.Parent = handlee
  38. w2.Part0 = base
  39. w2.Part1 = handlee
  40. w2.C0 = CFrame.fromEulerAnglesXYZ(0, 0, 0) + Vector3.new(1.5, 1, 1)
  41. -----------------------------------------Brick2
  42. local brick2 = Instance.new("Part")
  43. brick2.Name = "Part"
  44. brick2.Parent = t
  45. brick2.formFactor = "Plate"
  46. brick2.BrickColor = BrickColor.new("Black")
  47. brick2.Size = Vector3.new(1, 2, 1)
  48. brick2.TopSurface = "Smooth"
  49. brick2.BottomSurface = "Smooth"
  50. brick2.Transparency = 0
  51. brick2.Reflectance = 0
  52. -----------------------------------------mesh
  53. m = Instance.new("BlockMesh")
  54. m.Parent = brick2
  55. m.Scale = Vector3.new(1.1, 1.1, 1.1)
  56. -----------------------------------------weld
  57. w2 = Instance.new("Weld")
  58. w2.Parent = base
  59. w2.Part0 = brick2
  60. w2.Part1 = base
  61. w2.C0 = CFrame.fromEulerAnglesXYZ(0, 0, 0) + Vector3.new(1.65, -2.5, 0)
  62. -----------------------------------------Brick2
  63. local brick2 = Instance.new("Part")
  64. brick2.Name = "Part"
  65. brick2.Parent = t
  66. brick2.formFactor = "Plate"
  67. brick2.BrickColor = BrickColor.new("Black")
  68. brick2.Size = Vector3.new(1, 2, 1)
  69. brick2.TopSurface = "Smooth"
  70. brick2.BottomSurface = "Smooth"
  71. brick2.Transparency = 0
  72. brick2.Reflectance = 0
  73. -----------------------------------------mesh
  74. m = Instance.new("BlockMesh")
  75. m.Parent = brick2
  76. m.Scale = Vector3.new(1.1, 1.1, 1.1)
  77. -----------------------------------------weld
  78. w2 = Instance.new("Weld")
  79. w2.Parent = base
  80. w2.Part0 = brick2
  81. w2.Part1 = base
  82. w2.C0 = CFrame.fromEulerAnglesXYZ(0, 0, 0) + Vector3.new(-1.65, -2.5, 0)
  83. -----------------------------------------Brick2
  84. local brick2 = Instance.new("Part")
  85. brick2.Name = "Part"
  86. brick2.Parent = t
  87. brick2.formFactor = "Plate"
  88. brick2.BrickColor = BrickColor.new("Bright blue")
  89. brick2.Size = Vector3.new(2, 2, 1)
  90. brick2.TopSurface = "Smooth"
  91. brick2.BottomSurface = "Smooth"
  92. brick2.Transparency = 0.4
  93. brick2.Reflectance = 0
  94. -----------------------------------------mesh
  95. m = Instance.new("BlockMesh")
  96. m.Parent = brick2
  97. m.Scale = Vector3.new(1.1, 1.1, 1)
  98. -----------------------------------------weld
  99. w2 = Instance.new("Weld")
  100. w2.Parent = base
  101. w2.Part0 = brick2
  102. w2.Part1 = base
  103. w2.C0 = CFrame.fromEulerAnglesXYZ(0, 0, 0) + Vector3.new(0, -2.5, 0)
  104. -----------------------------------------Brick2
  105. local brick2 = Instance.new("Part")
  106. brick2.Name = "Part"
  107. brick2.Parent = t
  108. brick2.formFactor = "Plate"
  109. brick2.BrickColor = BrickColor.new("Black")
  110. brick2.Size = Vector3.new(4, 1, 1)
  111. brick2.TopSurface = "Smooth"
  112. brick2.BottomSurface = "Smooth"
  113. brick2.Transparency = 0
  114. brick2.Reflectance = 0
  115. -----------------------------------------mesh
  116. m = Instance.new("BlockMesh")
  117. m.Parent = brick2
  118. m.Scale = Vector3.new(1.1, 1.1, 1.1)
  119. -----------------------------------------weld
  120. w2 = Instance.new("Weld")
  121. w2.Parent = base
  122. w2.Part0 = brick2
  123. w2.Part1 = base
  124. w2.C0 = CFrame.fromEulerAnglesXYZ(0, 0, 0) + Vector3.new(0, -4, 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement