Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --By UhhLegoboy
- print("Spongebob Morph Script loaded")
- wait(0)
- --Variables
- plr = game.Players.LocalPlayer
- char = plr.Character
- --Morph
- char.Head.Mesh : Destroy()
- bc = char ["Body Colors"]
- bc.HeadColor = BrickColor.Yellow()
- bc.LeftArmColor = BrickColor.Yellow()
- bc.LeftLegColor = BrickColor.Yellow()
- bc.RightArmColor = BrickColor.Yellow()
- bc.RightLegColor = BrickColor.Yellow()
- bc.TorsoColor = BrickColor.Yellow()
- shirt = char.Shirt
- shirt : destroy()
- pants = char.Pants
- pants.PantsTemplate = "rbxassetid://175523700"
- face = char.Head.face
- face.Texture = "rbxassetid://258972271"
- --Hat Remove
- for _, child in pairs(char:GetChildren()) do
- if child.ClassName == 'Accessory' then
- child:Destroy()
- end
- end
- --Tshirt Remove
- char ["Shirt Graphic"].Graphic = "rbxassetid://0"
- --Song
- Sound = Instance.new("Sound", char.Torso)
- Sound.Looped = true
- Sound.SoundId = "rbxassetid://560586952"
- Sound : play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement