Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- made by PlanetTheo
- s=Instance.new'Sound';
- s.Parent=workspace;
- s.SoundId='rbxassetid://2610126859'; --change sound id here
- s.Pitch=1;
- s.Volume=10;
- s.Looped=true;
- s:play();
- --sometimes changes sound id here--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement