DedFense

(Mine) Shmexy (LOCAL)

Jun 6th, 2016
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. local LocalPlayer = game:GetService"Players".LocalPlayer
  2.  
  3. local Character = LocalPlayer.Character
  4.  
  5.  
  6.  
  7. local Ball1 = Instance.new("Part", Character)
  8.  
  9. Ball1.Size = Vector3.new(1.3,1.3,1.3)
  10.  
  11. Ball1.Shape = "Ball"
  12.  
  13. Ball1.BrickColor = BrickColor.new("Pastel brown")
  14.  
  15. Ball1.TopSurface = "Smooth"
  16.  
  17. Ball1.BottomSurface = "Smooth"
  18.  
  19. Ball1.FormFactor = 'Custom'
  20.  
  21.  
  22. local Ball1Weld = Instance.new("Weld", Character.Torso)
  23.  
  24. Ball1Weld.Part0 = Character.Torso
  25.  
  26. Ball1Weld.Part1 = Ball1
  27.  
  28. Ball1Weld.C1 = CFrame.new(.5,-.3,.4)
  29.  
  30.  
  31.  
  32. local Ball2 = Instance.new("Part", Character)
  33.  
  34. Ball2.Size = Vector3.new(1.3,1.3,1.3)
  35.  
  36. Ball2.Shape = "Ball"
  37.  
  38. Ball2.BrickColor = BrickColor.new("Pastel brown")
  39.  
  40. Ball2.TopSurface = "Smooth"
  41.  
  42. Ball2.BottomSurface = "Smooth"
  43.  
  44. Ball2.FormFactor = 'Custom'
  45.  
  46.  
  47. local Ball2Weld = Instance.new("Weld", Character.Torso)
  48.  
  49. Ball2Weld.Part0 = Character.Torso
  50.  
  51. Ball2Weld.Part1 = Ball2
  52.  
  53. Ball2Weld.C1 = CFrame.new(-.5,-.3,.4)
  54.  
  55.  
  56. local Ball3 = Instance.new("Part", Character)
  57.  
  58. Ball3.Size = Vector3.new(.4,.4,.4)
  59.  
  60. Ball3.Shape = "Ball"
  61.  
  62. Ball3.BrickColor = BrickColor.new("Brown")
  63.  
  64. Ball3.TopSurface = "Smooth"
  65.  
  66. Ball3.BottomSurface = "Smooth"
  67.  
  68. Ball3.FormFactor = 'Custom'
  69.  
  70.  
  71.  
  72. local Ball3Weld = Instance.new("Weld", Character.Torso)
  73.  
  74. Ball3Weld.Part0 = Character.Torso
  75.  
  76. Ball3Weld.Part1 = Ball3
  77.  
  78. Ball3Weld.C1 = CFrame.new(-.5,-.3,.9)
  79.  
  80.  
  81. local Ball4 = Instance.new("Part", Character)
  82.  
  83. Ball4.Size = Vector3.new(.4,.4,.4)
  84.  
  85. Ball4.Shape = "Ball"
  86.  
  87. Ball4.BrickColor = BrickColor.new("Brown")
  88.  
  89. Ball4.TopSurface = "Smooth"
  90.  
  91. Ball4.BottomSurface = "Smooth"
  92.  
  93. Ball4.FormFactor = 'Custom'
  94.  
  95.  
  96. local Ball4Weld = Instance.new("Weld", Character.Torso)
  97.  
  98. Ball4Weld.Part0 = Character.Torso
  99.  
  100. Ball4Weld.Part1 = Ball4
  101.  
  102. Ball4Weld.C1 = CFrame.new(.5,-.3,.9)
  103.  
  104.  
  105. local Ball5 = Instance.new("Part", Character)
  106.  
  107. Ball5.Size = Vector3.new(1.2,1.2,1.2)
  108.  
  109. Ball5.Shape = "Ball"
  110.  
  111. Ball5.BrickColor = BrickColor.new("Pastel brown")
  112.  
  113. Ball5.TopSurface = "Smooth"
  114.  
  115. Ball5.BottomSurface = "Smooth"
  116.  
  117. Ball5.FormFactor = 'Custom'
  118.  
  119.  
  120. local Ball5Weld = Instance.new("Weld", Character.Torso)
  121.  
  122. Ball5Weld.Part0 = Character.Torso
  123.  
  124. Ball5Weld.Part1 = Ball5
  125.  
  126. Ball5Weld.C1 = CFrame.new(-.5,.9,-.4)
  127.  
  128.  
  129. local Ball6 = Instance.new("Part", Character)
  130.  
  131. Ball6.Size = Vector3.new(1.2,1.2,1.2)
  132.  
  133. Ball6.Shape = "Ball"
  134.  
  135. Ball6.BrickColor = BrickColor.new("Pastel brown")
  136.  
  137. Ball6.TopSurface = "Smooth"
  138.  
  139. Ball6.BottomSurface = "Smooth"
  140.  
  141. Ball6.FormFactor = 'Custom'
  142.  
  143.  
  144. local Ball6Weld = Instance.new("Weld", Character.Torso)
  145.  
  146. Ball6Weld.Part0 = Character.Torso
  147.  
  148. Ball6Weld.Part1 = Ball6
  149.  
  150. Ball6Weld.C1 = CFrame.new(.5,.9,-.4)
Add Comment
Please, Sign In to add comment