Advertisement
Kaemi

Untitled

Dec 6th, 2016
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. enemy = "Yeah"-- just run it
  2.  
  3. local s = Instance.new("Sound")
  4.  
  5. s.Name = "Sound"
  6. s.SoundId = "http://www.roblox.com/asset/?id=302968539"
  7. s.Volume = 1
  8. s.Looped = true
  9. s.archivable = false
  10. s.PlayOnRemove = false
  11. s.Parent = script
  12. wait(1)
  13. s:play()
  14. wait(1)
  15. h = Instance.new("Message")
  16. h2 = Instance.new("Message")
  17. h3 = Instance.new("Message")
  18. h4 = Instance.new("Message")
  19. h5 = Instance.new("Message")
  20. h.Parent = script
  21. h2.Parent = script
  22. h3.Parent = script
  23. h4.Parent = script
  24. h5.Parent = script
  25. h.Text = "*Froggit Appears"
  26. h2.Text = "Froggit Appears"
  27. h3.Text = "Froggit Appears"
  28. h4.Text = "Froggit Appears"
  29. h5.Text = "Froggit Appears"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement