Advertisement
Hey1234567

Music player

Mar 21st, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1.  
  2. g = Instance.new("Part", game.Workspace)
  3. h = Instance.new("Sound", game.Workspace.Part)
  4. h.SoundId = "rbxassetid://689014872"
  5.  
  6. while true do
  7.  
  8. g.Material = "Smooth plastic"
  9. wait(1)
  10. g.Material = "Neon"
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement