Advertisement
Godofadmin1337

im 3.0 and i know it

Oct 16th, 2016
132
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 Auma
  2.  
  3. local s = Instance.new("Sound")
  4.  
  5. s.Name = "Sound"
  6. s.SoundId = "https://www.roblox.com/library/218530627/Im-a-3-0-Roblox-parody"
  7. s.Volume = 2
  8. s.Looped = true
  9. s.archivable = false
  10.  
  11. s.Parent = game.Workspace
  12.  
  13. wait(3)
  14.  
  15. s:play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement