Advertisement
UhhLegoboy

Caramelldansen Morph

Jan 22nd, 2017
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. wait(0)
  2. plr = game.Players.LocalPlayer
  3. char = plr.Character
  4.  
  5. --Morph
  6. Shirt = char.Shirt
  7. Pants = char.Pants
  8. Tshirt = char ["Shirt Graphic"]
  9. face = char.Head.face
  10.  
  11. Shirt.ShirtTemplate = "rbxassetid://183625228"
  12. Pants.PantsTemplate = "rbxassetid://183625249"
  13. Tshirt.Graphic = "rbxassetid://0"
  14. face.Texture = "rbxassetid://494290547"
  15.  
  16. --Sound
  17. Sound = Instance.new("Sound", char.Torso)
  18. Sound.SoundId = "rbxassetid://511342351"
  19. Sound.Looped = true
  20. Sound : play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement