Advertisement
TheUnknownDiscord

Box man

Aug 20th, 2021 (edited)
854
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.77 KB | None | 0 0
  1. runservice = game:GetService("RunService")
  2. owner = game:GetService("Players").Lucas_YT111 --change to your name here
  3. local Char = owner.Character
  4. local Part1 = Instance.new("Part", Char.HumanoidRootPart)
  5. local Hat = Instance.new("Part", Char.HumanoidRootPart)
  6. SpecialMesh2 = Instance.new("SpecialMesh")
  7. local lleg = Instance.new("Part", Char.HumanoidRootPart)
  8. local rleg = Instance.new("Part", Char.HumanoidRootPart)
  9. local lfoot = Instance.new("Part", Char.HumanoidRootPart)
  10. local rfoot = Instance.new("Part", Char.HumanoidRootPart)
  11. local lhand = Instance.new("Part", Char.HumanoidRootPart)
  12. local rhand = Instance.new("Part", Char.HumanoidRootPart)
  13. SpecialMesh2.Parent = Hat
  14. SpecialMesh2.MeshId = "http://www.roblox.com/asset/?id=45915012"
  15. SpecialMesh2.TextureId = "http://www.roblox.com/asset/?id=45915003"
  16. SpecialMesh2.Scale = Vector3.new(1.5, 1.5, 1.5)
  17. Part1:BreakJoints()
  18. Hat:BreakJoints()
  19. lleg:BreakJoints()
  20. rleg:BreakJoints()
  21. lfoot:BreakJoints()
  22. rfoot:BreakJoints()
  23. lhand:BreakJoints()
  24. rhand:BreakJoints()
  25. Part1.Size = Vector3.new(2, 2, 2)
  26. rleg.Size = Vector3.new(0.8, 1.75, 0.8)
  27. lleg.Size = Vector3.new(0.8, 1.75, 0.8)
  28. rhand.Size = Vector3.new(0.8, 0.8, 0.8)
  29. lhand.Size = Vector3.new(0.8, 0.8, 0.8)
  30. rfoot.Size = Vector3.new(0.9, 0.5, 1.10)
  31. lfoot.Size = Vector3.new(0.9, 0.5, 1.10)
  32. local Ball = Part1
  33. Hat.Rotation = Char.PrimaryPart.Rotation
  34. Ball.Rotation = Char.PrimaryPart.Rotation
  35. rleg.Rotation = Char.PrimaryPart.Rotation
  36. lleg.Rotation = Char.PrimaryPart.Rotation
  37. rhand.Rotation = Char.PrimaryPart.Rotation
  38. lhand.Rotation = Char.PrimaryPart.Rotation
  39. rfoot.Rotation = Char.PrimaryPart.Rotation
  40. lfoot.Rotation = Char.PrimaryPart.Rotation
  41. Part1.BottomSurface = Enum.SurfaceType.Smooth
  42. Part1.BrickColor = BrickColor.new("Bright yellow")
  43. Part1.TopSurface = Enum.SurfaceType.Smooth
  44. Part1.brickColor = BrickColor.new("Bright yellow")
  45. lhand.BottomSurface = Enum.SurfaceType.Smooth
  46. lhand.BrickColor = BrickColor.new("Bright yellow")
  47. lhand.TopSurface = Enum.SurfaceType.Smooth
  48. lhand.brickColor = BrickColor.new("Bright yellow")
  49. rhand.BottomSurface = Enum.SurfaceType.Smooth
  50. rhand.BrickColor = BrickColor.new("Bright yellow")
  51. rhand.TopSurface = Enum.SurfaceType.Smooth
  52. rhand.brickColor = BrickColor.new("Bright yellow")
  53. rleg.BottomSurface = Enum.SurfaceType.Smooth
  54. rleg.BrickColor = BrickColor.new("Royal blue")
  55. rleg.TopSurface = Enum.SurfaceType.Smooth
  56. rleg.brickColor = BrickColor.new("Royal blue")
  57. lleg.BottomSurface = Enum.SurfaceType.Smooth
  58. lleg.BrickColor = BrickColor.new("Royal blue")
  59. lleg.TopSurface = Enum.SurfaceType.Smooth
  60. lleg.brickColor = BrickColor.new("Royal blue")
  61. rfoot.BottomSurface = Enum.SurfaceType.Smooth
  62. rfoot.BrickColor = BrickColor.new("Black")
  63. rfoot.TopSurface = Enum.SurfaceType.Smooth
  64. rfoot.brickColor = BrickColor.new("Black")
  65. lfoot.BottomSurface = Enum.SurfaceType.Smooth
  66. lfoot.BrickColor = BrickColor.new("Black")
  67. lfoot.TopSurface = Enum.SurfaceType.Smooth
  68. lfoot.brickColor = BrickColor.new("Black")
  69. local decal = Instance.new("Decal", Part1)
  70. decal.Face = Enum.NormalId.Front
  71. local happyFace = "http://www.roblox.com/asset/?id=620619801"
  72. decal.Texture = happyFace
  73. local music = Instance.new("Sound", owner.character.Head)
  74. music.SoundId = "rbxassetid://5345067321"
  75. music.Volume = 1
  76. music.Looped = True
  77. music:Play()
  78. Hat.Position = Vector3.new(0, 100, 0)
  79. rleg.Position = Vector3.new(0, 150, 0)
  80. lleg.Position = Vector3.new(0, 125, 0)
  81. rhand.Position = Vector3.new(0, 175, 0)
  82. lhand.Position = Vector3.new(0, 200, 0)
  83. rfoot.Position = Vector3.new(0, 225, 0)
  84. lfoot.Position = Vector3.new(0, 250, 0)
  85. Part1.Position = Vector3.new(0, 275, 0)
  86. wait(0.1)
  87.  
  88. local rightleg = Instance.new("Weld", rleg)
  89. rightleg.Part0 = rleg
  90. rightleg.Part1 = owner.Character["Right Leg"]
  91. rleg.Position = owner.Character["Right Leg"].Position + Vector3.new(0, 0.26, 0)
  92.  
  93. local leftleg = Instance.new("Weld", lleg)
  94. leftleg.Part0 = lleg
  95. leftleg.Part1 = owner.Character["Left Leg"]
  96. lleg.Position = owner.Character["Left Leg"].Position + Vector3.new(0, 0.26, 0)
  97.  
  98. local righthand = Instance.new("Weld", rhand)
  99. righthand.Part0 = rhand
  100. righthand.Part1 = owner.Character["Right Arm"]
  101. rhand.Position = owner.Character["Right Arm"].Position + Vector3.new(0, -0.5, 0)
  102.  
  103. local lefthand = Instance.new("Weld", lhand)
  104. lefthand.Part0 = lhand
  105. lefthand.Part1 = owner.Character["Left Arm"]
  106. lhand.Position = owner.Character["Left Arm"].Position + Vector3.new(0, -0.5, 0)
  107.  
  108. local rightfoot = Instance.new("Weld", rfoot)
  109. rightfoot.Part0 = rfoot
  110. rightfoot.Part1 = owner.Character["Right Leg"]
  111. rfoot.Position = owner.Character["Right Leg"].Position + Vector3.new(0, -0.76, 0)
  112.  
  113. local leftfoot = Instance.new("Weld", lfoot)
  114. leftfoot.Part0 = lfoot
  115. leftfoot.Part1 = owner.Character["Left Leg"]
  116. lfoot.Position = owner.Character["Left Leg"].Position + Vector3.new(0, -0.76, 0)
  117.  
  118. local Weld = Instance.new("WeldConstraint")
  119. Weld.Parent = Ball
  120. Weld.Part0 = Ball
  121. Weld.Part1 = Char.HumanoidRootPart
  122. Ball.Position = Char.PrimaryPart.Position + Vector3.new(0, -1.24, 0)
  123. Ball.Parent = Char
  124. local Weldhat = Instance.new("WeldConstraint")
  125. Weldhat.Parent = Hat
  126. Weldhat.Part0 = Hat
  127. Weldhat.Part1 = Char.HumanoidRootPart
  128. Hat.Position = Char.PrimaryPart.Position + Vector3.new(0, 0.25, 0)
  129. Hat.Parent = Char
  130. for i,v in pairs(Char:GetDescendants()) do
  131. if v:IsA("BasePart") or v:IsA("Decal") then
  132. v.Transparency = 1
  133. end
  134. end
  135. Part1.Transparency = 0
  136. Hat.Transparency = 0
  137. lleg.Transparency = 0
  138. rleg.Transparency = 0
  139. lfoot.Transparency = 0
  140. rfoot.Transparency = 0
  141. lhand.Transparency = 0
  142. rhand.Transparency = 0
  143. decal.Transparency = 0
  144. owner.Chatted:Connect(function(musicchange)
  145. if musicchange == "-music1" then
  146. music:Stop()
  147. music.SoundId = "rbxassetid://5345067321"
  148. music:Play()
  149. elseif musicchange == "-music2" then
  150. music:Stop()
  151. music.SoundId = "rbxassetid://142463636"
  152. music:Play()
  153. end
  154. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement