Advertisement
Guest User

Untitled

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