Prephy

𝔹𝔸𝕃𝕃

Dec 1st, 2020 (edited)
457
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.10 KB | None | 0 0
  1. print("Say g/fc for rares")
  2. print("press 1")
  3. wait(1)
  4. print("made by sprinkie22")
  5. local player = owner
  6. local mod = Instance.new("Model",workspace)
  7. mod.Name = "Toppat ball master"
  8. --local nyes = Instance.new("Script",workspace.player)
  9. local tor = Instance.new("Part",mod)
  10. local Larm = Instance.new("Part",mod)
  11. local Rarm = Instance.new("Part",mod)
  12. Rarm.Size = Vector3.new(1, 2, 1)
  13. Rarm.Name = "Right Arm"
  14. Larm.Size = Vector3.new(1, 2, 1)
  15. Larm.Name = "Right Arm"
  16. tor.Size = Vector3.new(2, 3.3, 1)
  17. tor.Name = "Torso"
  18. tor.Transparency=1
  19. tor.CanCollide=false
  20. Rarm.Transparency=1
  21. Rarm.CanCollide=false
  22. Larm.Transparency=1
  23. Larm.CanCollide=false
  24. local hed = Instance.new("Part",mod)
  25. hed.Size = Vector3.new(2, 1, 1)
  26. hed.Position = tor.Position
  27. hed.Position = Vector3.new(0, 4.5, 0)
  28. hed.Name = "Head"
  29. hed.CanCollide=false
  30. hed.Transparency=0
  31. hed.BrickColor=BrickColor.new("Really black")
  32. hed.Shape = Enum.PartType.Ball
  33. hed.Size = Vector3.new(1.24, 1.24, 1.24)
  34. hed.CastShadow=false
  35. hed.Material = Enum.Material.Neon
  36. local light = Instance.new("PointLight",hed)
  37. light.Brightness = 2
  38. local fire = Instance.new("Fire",hed)
  39. fire.Color=Color3.new(0.423529, 0.945098, 1)
  40. --fire.Size = 1
  41.  
  42. --local mesh = Instance.new("SpecialMesh",hed)
  43. Instance.new("BodyForce",hed)
  44. Instance.new("BodyThrust",hed)
  45. Instance.new("RocketPropulsion",hed)
  46. Instance.new("BodyThrust",tor)
  47. Instance.new("RocketPropulsion",tor)
  48. local hum = Instance.new("Humanoid",mod)
  49. hum.BreakJointsOnDeath=false
  50. hum.WalkSpeed=500
  51. hum.MaxHealth=456789
  52. hum.Health=456789
  53. hum.JumpPower=200
  54. local ff = Instance.new("ForceField",mod)
  55. ff.Visible=false
  56. local motor = Instance.new("Motor",tor)
  57. motor.Part0=tor
  58. motor.Part1=hed
  59. motor.Name = "Neck"
  60. local motor1 = Instance.new("Motor6D",tor)
  61. motor1.Part0=tor
  62. motor1.Part1=Larm
  63. motor1.Name = "Left Shoulder"
  64. local motor2 = Instance.new("Motor6D",tor)
  65. motor2.Part0=tor
  66. motor2.Part1=Rarm
  67. motor2.Name = "Right Shoulder"
  68. wait(0.6)
  69. player.Character=mod
  70.  
  71. local ball = Instance.new("Part",mod)
  72. ball.Shape = Enum.PartType.Ball
  73. local weld = Instance.new("BallSocketConstraint",mod)
  74. local attach1 = Instance.new("Attachment",ball)
  75. local attach2 = Instance.new("Attachment",tor)
  76. weld.Attachment0=attach1
  77. weld.Attachment1=attach2
  78. ball.Material=Enum.Material.SmoothPlastic
  79. ball.BrickColor=BrickColor.new("Electric Blue")
  80. ball.Transparency=0
  81. ball.CanCollide=true
  82. ball.Name = "ball"
  83. local attach3 = Instance.new("Attachment",ball)
  84. local lead = Instance.new("RopeConstraint",tor)
  85. lead.Attachment0=attach2
  86. lead.Attachment1=attach3
  87. lead.Length=3
  88. lead.Thickness= 0.3
  89. lead.Visible=false
  90.  
  91. local tool = Instance.new("Tool",mod)
  92. tool.Name = "DEATH"
  93. tool.CanBeDropped=false
  94. local Tool = tool
  95. local handle = Instance.new("Part",Tool)
  96. handle.Name = "Handle"
  97. handle.Size = Vector3.new(1, 1, 1)
  98. handle.Transparency=1
  99. handle.CanCollide=false
  100. ball.Reflectance=100
  101. hed.Reflectance=10
  102.  
  103. Tool.Equipped:Connect(function()
  104.  
  105. local ball2 = Instance.new("Part",mod)
  106. ball2.Shape = Enum.PartType.Ball
  107. ball2.Size = ball.Size
  108. ball2.BrickColor=BrickColor.new("Really black")
  109. ball2.Transparency=1
  110. ball2.Position = ball.Position + Vector3.new(0,0,0)
  111. ball2.Anchored=true
  112. ball2.CanCollide=false
  113. local die = Instance.new("Explosion",ball)
  114. die.Position=ball.Position
  115. die.Visible=false
  116. die.BlastRadius = 15
  117. die.BlastPressure = 9999999999999999999999
  118. local vuur = Instance.new("Fire",ball2)
  119. vuur.Color=Color3.new(0, 0, 0)
  120.  
  121. vuur.Size=17
  122. local cut = Instance.new("Sound",ball2)
  123. cut.SoundId = "rbxassetid://5463227301"
  124. cut.Playing=true
  125. cut.Volume = 10
  126. tor.Anchored=true
  127. ball.Anchored=true
  128. ball2.Position = ball.Position + Vector3.new(0,0,0)
  129. wait(0.16)
  130. ball2.Position = ball.Position + Vector3.new(0,0,0)
  131. tor.Anchored=false
  132. ball.Anchored=false
  133. wait(0.6)
  134. ball2.Anchored=false
  135. ball2.Position = ball.Position + Vector3.new(0,0,0)
  136. end)
  137.  
  138.  
  139. local seat = Instance.new("Seat",mod)
  140. seat.Transparency=1
  141. seat.Position = tor.Position + Vector3.new(0, 3, 0)
  142. local seatweld = Instance.new("WeldConstraint",tor)
  143. seatweld.Part0 = seat
  144. seatweld.Part1 = tor
  145. seat.CanCollide=false
  146. local hat = Instance.new("Part",mod)
  147. hat.Size = Vector3.new(2, 1, 1)
  148. local mesh = Instance.new("FileMesh",hat)
  149. mesh.MeshId="http://www.roblox.com/asset/?id=1028713"
  150. mesh.TextureId="http://www.roblox.com/asset/?id=127678851"
  151. hat.Position=tor.Position + Vector3.new(0, 2.15, 0)
  152. local hatweld = Instance.new("WeldConstraint",tor)
  153. hatweld.Part0=hat
  154. hatweld.Part1=tor
  155. hat.CanCollide=false
  156. mesh.Scale = Vector3.new(1.5, 1.5, 1.5)
  157. local face = Instance.new("Decal",ball)
  158. face.Texture = "http://www.roblox.com/asset/?id=242438967" --happy face
  159. --face.Texture = "http://www.roblox.com/asset/?id=2945534252" --sad face
  160. hat.CastShadow=false
  161. local epic = Instance.new("Sound",hed)
  162. epic.SoundId = "http://www.roblox.com/asset/?id=5619789556"
  163. epic.Looped=true
  164. epic.Volume=1.2
  165. epic:Play()
  166.  
  167. while true do
  168. wait(0.1)
  169. hum.MaxHealth=9567898989
  170.  
  171. hed.BrickColor=BrickColor.new("Really black")
  172. light.Color=Color3.new(1, 1, 1)
  173. hum.Health=9567898989
  174. wait(1)
  175. hed.BrickColor=BrickColor.new("Really red")
  176. light.Color=Color3.new(1, 0, 0)
  177. end
  178.  
  179.  
  180.  
Add Comment
Please, Sign In to add comment