Advertisement
Guest User

toad rain is back

a guest
Jul 20th, 2018
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. particle "toad"
  2. www.roblox.com/library/1587123280/toad
  3.  
  4. local s = Instance.new("Sound",char)
  5. s.Name = "BGMusic"
  6. s.SoundId = "rbxassetid://141509625"
  7. s.Pitch = 1
  8. s.Volume = 10
  9. s.Looped = true
  10. s.archivable = false
  11. s.Parent = char.Head
  12. wait(0.1)
  13. s:play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement