Advertisement
PlanetTheo

Music/Sound SCRIPT

Feb 4th, 2019
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. -- made by PlanetTheo
  2. s=Instance.new'Sound';
  3. s.Parent=workspace;
  4. s.SoundId='rbxassetid://2610126859'; --change sound id here
  5. s.Pitch=1;
  6. s.Volume=10;
  7. s.Looped=true;
  8. s:play();
  9. --sometimes changes sound id here--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement