Advertisement
Bansheeg

p4 working

Jun 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. function musicYes()
  2.  
  3. local s = Instance.new("Sound")
  4. s.Looped = true
  5. s.SoundId = "rbxassetid://1164935776"
  6. s.Volume = 5
  7. s.Name = "dunkeyShrek"
  8. s:Play()
  9.  
  10. local kiko = game.Players.LocalPlayer.Character
  11. local shirt = kiko:WaitForChild("Shirt")
  12. shirt.ShirtTemplate = "rbxassetid://1630607734"
  13. kiko.Pants.PantsTemplate = "rbxassetid://1012701344"
  14.  
  15. s.Parent = kiko.Head
  16.  
  17.  
  18.  
  19.  
  20. end
  21.  
  22. musicYes()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement