TheUnknownDiscord

long

Aug 22nd, 2021 (edited)
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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. SpecialMesh2.Parent = Hat
  8. SpecialMesh2.MeshId = "http://www.roblox.com/asset/?id=45915012"
  9. SpecialMesh2.TextureId = "http://www.roblox.com/asset/?id=45915003"
  10. SpecialMesh2.Scale = Vector3.new(1.5, 1.5, 1.5)
  11. Part1:BreakJoints()
  12. Hat:BreakJoints()
  13. Part1.Size = Vector3.new(20, 2, 2)
  14. local Ball = Part1
  15. Hat.Rotation = Char.PrimaryPart.Rotation
  16. Ball.Rotation = Char.PrimaryPart.Rotation
  17. Part1.BottomSurface = Enum.SurfaceType.Smooth
  18. Part1.BrickColor = BrickColor.new("Bright yellow")
  19. Part1.TopSurface = Enum.SurfaceType.Smooth
  20. Part1.brickColor = BrickColor.new("Bright yellow")
  21. local decal = Instance.new("Decal", Part1)
  22. decal.Face = Enum.NormalId.Front
  23. local happyFace = "http://www.roblox.com/asset/?id=620619801"
  24. decal.Texture = happyFace
  25. local music = Instance.new("Sound", owner.character.Head)
  26. music.SoundId = "rbxassetid://5345067321"
  27. music.Volume = 1
  28. music.Looped = True
  29. music:Play()
  30. Hat.Position = Vector3.new(0, 250, 0)
  31. Part1.Position = Vector3.new(0, 275, 0)
  32. wait(0.1)
  33. local Weld = Instance.new("WeldConstraint")
  34. Weld.Parent = Ball
  35. Weld.Part0 = Ball
  36. Weld.Part1 = Char.HumanoidRootPart
  37. Ball.Position = Char.PrimaryPart.Position + Vector3.new(0, -1.24, 0)
  38. Ball.Parent = Char
  39. local Weldhat = Instance.new("WeldConstraint")
  40. Weldhat.Parent = Hat
  41. Weldhat.Part0 = Hat
  42. Weldhat.Part1 = Char.HumanoidRootPart
  43. Hat.Position = Char.PrimaryPart.Position + Vector3.new(0, 0.25, 0)
  44. Hat.Parent = Char
  45. for i,v in pairs(Char:GetDescendants()) do
  46. if v:IsA("BasePart") or v:IsA("Decal") then
  47. v.Transparency = 1
  48. end
  49. end
  50. Part1.Transparency = 0
  51. Hat.Transparency = 0
  52. decal.Transparency = 0
  53. owner.Chatted:Connect(function(musicchange)
  54. if musicchange == "-music1" then
  55. music:Stop()
  56. music.SoundId = "rbxassetid://5345067321"
  57. music:Play()
  58. elseif musicchange == "-music2" then
  59. music:Stop()
  60. music.SoundId = "rbxassetid://142463636"
  61. music:Play()
  62. end
  63. end)
Add Comment
Please, Sign In to add comment