Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(0)
- plr = game.Players.LocalPlayer
- char = plr.Character
- --Morph
- Shirt = char.Shirt
- Pants = char.Pants
- Tshirt = char ["Shirt Graphic"]
- face = char.Head.face
- Shirt.ShirtTemplate = "rbxassetid://183625228"
- Pants.PantsTemplate = "rbxassetid://183625249"
- Tshirt.Graphic = "rbxassetid://0"
- face.Texture = "rbxassetid://494290547"
- --Sound
- Sound = Instance.new("Sound", char.Torso)
- Sound.SoundId = "rbxassetid://511342351"
- Sound.Looped = true
- Sound : play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement