Advertisement
minecrafter523

Untitled

Jun 18th, 2016
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. s=Instance.new'Sound';
  2. s.Parent=workspace;
  3. s.SoundId='rbxassetid://436665328';
  4. s.Pitch=1;
  5. s.Volume=3;
  6. s.Looped=false;
  7. s:play();
  8. wait(120)
  9. s=Instance.new'Sound';
  10. s.Parent=workspace;
  11. s.SoundId='rbxassetid://436673672';
  12. s.Pitch=1;
  13. s.Volume=3;
  14. s.Looped=false;
  15. s:play();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement