reset234567890

music

Jul 1st, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. local part = Instance.new("Part")
  2. part.Anchored = true
  3. part.Name = "Duck"
  4. part.Parent = workspace
  5. part.Size = Vector3.new(5,5,5)
  6.  
  7. local mesh = Instance.new("SpecialMesh")
  8. mesh.Parent = workspace.Duck
  9. mesh.MeshId = "rbxassetid://104502999"
  10. mesh.Scale = Vector3.new(5,5,5)
  11. mesh.TextureId = "rbxassetid://104503246"
  12.  
  13. --By Rufus14
  14. --ears: 391268255
  15. --bamalam: 720451528
  16. --columb: 1202637744
  17. music = Instance.new("Sound", game.Players.LocalPlayer.Character.Torso)
  18. music.Volume = 3
  19. music.SoundId = "rbxassetid://322621962"
  20. music.Looped = true
  21. music:Play()
Advertisement
Add Comment
Please, Sign In to add comment