AndrewTheMaster

boobies and ass

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