Advertisement
tyridge77

koolaid

Dec 2nd, 2016
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. s = Instance.new("Sound",Workspace)
  2. s.SoundId = "rbxassetid://166589446"
  3. s.Volume = 1;
  4. s.Looped = true;
  5. wait(3);
  6. s:Play();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement