Bansheeg

P3 roblox script

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