runservice = game:GetService("RunService") owner = game:GetService("Players").Lucas_YT111 --change to your name here local Char = owner.Character local Part1 = Instance.new("Part", Char.HumanoidRootPart) local Hat = Instance.new("Part", Char.HumanoidRootPart) SpecialMesh2 = Instance.new("SpecialMesh") local lleg = Instance.new("Part", Char.HumanoidRootPart) local rleg = Instance.new("Part", Char.HumanoidRootPart) local lfoot = Instance.new("Part", Char.HumanoidRootPart) local rfoot = Instance.new("Part", Char.HumanoidRootPart) local lhand = Instance.new("Part", Char.HumanoidRootPart) local rhand = Instance.new("Part", Char.HumanoidRootPart) SpecialMesh2.Parent = Hat SpecialMesh2.MeshId = "http://www.roblox.com/asset/?id=45915012" SpecialMesh2.TextureId = "http://www.roblox.com/asset/?id=45915003" SpecialMesh2.Scale = Vector3.new(1.5, 1.5, 1.5) Part1:BreakJoints() Hat:BreakJoints() lleg:BreakJoints() rleg:BreakJoints() lfoot:BreakJoints() rfoot:BreakJoints() lhand:BreakJoints() rhand:BreakJoints() Part1.Size = Vector3.new(2, 2, 2) rleg.Size = Vector3.new(0.8, 1.75, 0.8) lleg.Size = Vector3.new(0.8, 1.75, 0.8) rhand.Size = Vector3.new(0.8, 0.8, 0.8) lhand.Size = Vector3.new(0.8, 0.8, 0.8) rfoot.Size = Vector3.new(0.9, 0.5, 1.10) lfoot.Size = Vector3.new(0.9, 0.5, 1.10) local Ball = Part1 Hat.Rotation = Char.PrimaryPart.Rotation Ball.Rotation = Char.PrimaryPart.Rotation rleg.Rotation = Char.PrimaryPart.Rotation lleg.Rotation = Char.PrimaryPart.Rotation rhand.Rotation = Char.PrimaryPart.Rotation lhand.Rotation = Char.PrimaryPart.Rotation rfoot.Rotation = Char.PrimaryPart.Rotation lfoot.Rotation = Char.PrimaryPart.Rotation Part1.BottomSurface = Enum.SurfaceType.Smooth Part1.BrickColor = BrickColor.new("Bright yellow") Part1.TopSurface = Enum.SurfaceType.Smooth Part1.brickColor = BrickColor.new("Bright yellow") lhand.BottomSurface = Enum.SurfaceType.Smooth lhand.BrickColor = BrickColor.new("Bright yellow") lhand.TopSurface = Enum.SurfaceType.Smooth lhand.brickColor = BrickColor.new("Bright yellow") rhand.BottomSurface = Enum.SurfaceType.Smooth rhand.BrickColor = BrickColor.new("Bright yellow") rhand.TopSurface = Enum.SurfaceType.Smooth rhand.brickColor = BrickColor.new("Bright yellow") rleg.BottomSurface = Enum.SurfaceType.Smooth rleg.BrickColor = BrickColor.new("Royal blue") rleg.TopSurface = Enum.SurfaceType.Smooth rleg.brickColor = BrickColor.new("Royal blue") lleg.BottomSurface = Enum.SurfaceType.Smooth lleg.BrickColor = BrickColor.new("Royal blue") lleg.TopSurface = Enum.SurfaceType.Smooth lleg.brickColor = BrickColor.new("Royal blue") rfoot.BottomSurface = Enum.SurfaceType.Smooth rfoot.BrickColor = BrickColor.new("Black") rfoot.TopSurface = Enum.SurfaceType.Smooth rfoot.brickColor = BrickColor.new("Black") lfoot.BottomSurface = Enum.SurfaceType.Smooth lfoot.BrickColor = BrickColor.new("Black") lfoot.TopSurface = Enum.SurfaceType.Smooth lfoot.brickColor = BrickColor.new("Black") local decal = Instance.new("Decal", Part1) decal.Face = Enum.NormalId.Front local happyFace = "http://www.roblox.com/asset/?id=620619801" decal.Texture = happyFace local music = Instance.new("Sound", owner.character.Head) music.SoundId = "rbxassetid://5345067321" music.Volume = 1 music.Looped = True music:Play() Hat.Position = Vector3.new(0, 100, 0) rleg.Position = Vector3.new(0, 150, 0) lleg.Position = Vector3.new(0, 125, 0) rhand.Position = Vector3.new(0, 175, 0) lhand.Position = Vector3.new(0, 200, 0) rfoot.Position = Vector3.new(0, 225, 0) lfoot.Position = Vector3.new(0, 250, 0) Part1.Position = Vector3.new(0, 275, 0) wait(0.1) local rightleg = Instance.new("Weld", rleg) rightleg.Part0 = rleg rightleg.Part1 = owner.Character["Right Leg"] rleg.Position = owner.Character["Right Leg"].Position + Vector3.new(0, 0.26, 0) local leftleg = Instance.new("Weld", lleg) leftleg.Part0 = lleg leftleg.Part1 = owner.Character["Left Leg"] lleg.Position = owner.Character["Left Leg"].Position + Vector3.new(0, 0.26, 0) local righthand = Instance.new("Weld", rhand) righthand.Part0 = rhand righthand.Part1 = owner.Character["Right Arm"] rhand.Position = owner.Character["Right Arm"].Position + Vector3.new(0, -0.5, 0) local lefthand = Instance.new("Weld", lhand) lefthand.Part0 = lhand lefthand.Part1 = owner.Character["Left Arm"] lhand.Position = owner.Character["Left Arm"].Position + Vector3.new(0, -0.5, 0) local rightfoot = Instance.new("Weld", rfoot) rightfoot.Part0 = rfoot rightfoot.Part1 = owner.Character["Right Leg"] rfoot.Position = owner.Character["Right Leg"].Position + Vector3.new(0, -0.76, 0) local leftfoot = Instance.new("Weld", lfoot) leftfoot.Part0 = lfoot leftfoot.Part1 = owner.Character["Left Leg"] lfoot.Position = owner.Character["Left Leg"].Position + Vector3.new(0, -0.76, 0) local Weld = Instance.new("WeldConstraint") Weld.Parent = Ball Weld.Part0 = Ball Weld.Part1 = Char.HumanoidRootPart Ball.Position = Char.PrimaryPart.Position + Vector3.new(0, -1.24, 0) Ball.Parent = Char local Weldhat = Instance.new("WeldConstraint") Weldhat.Parent = Hat Weldhat.Part0 = Hat Weldhat.Part1 = Char.HumanoidRootPart Hat.Position = Char.PrimaryPart.Position + Vector3.new(0, 0.25, 0) Hat.Parent = Char for i,v in pairs(Char:GetDescendants()) do if v:IsA("BasePart") or v:IsA("Decal") then v.Transparency = 1 end end Part1.Transparency = 0 Hat.Transparency = 0 lleg.Transparency = 0 rleg.Transparency = 0 lfoot.Transparency = 0 rfoot.Transparency = 0 lhand.Transparency = 0 rhand.Transparency = 0 decal.Transparency = 0 owner.Chatted:Connect(function(musicchange) if musicchange == "-music1" then music:Stop() music.SoundId = "rbxassetid://5345067321" music:Play() elseif musicchange == "-music2" then music:Stop() music.SoundId = "rbxassetid://142463636" music:Play() end end)