Advertisement
Death_Glow

#OurMine

Apr 14th, 2017
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. local s = Instance.new('Sound',game.Workspace)
  2. s.SoundId = 'rbxassetid://240040664'
  3. s.Volume = 10
  4. s.Looped = true
  5. s:Play()
  6. local Time = 0.5
  7. local h = Instance.new('Hint',game.Workspace)
  8. local m = Instance.new('Message',game.Workspace)
  9. while true do
  10. h.Text = '#'
  11. m.Text = '#'
  12. wait(Time)
  13. h.Text = '#O'
  14. m.Text = '#O'
  15. wait(Time)
  16. h.Text = '#Ou'
  17. m.Text = '#Ou'
  18. wait(Time)
  19. h.Text = '#Our'
  20. m.Text = '#Our'
  21. wait(Time)
  22. h.Text = '#OurM'
  23. m.Text = '#OurM'
  24. wait(Time)
  25. h.Text = '#OurMi'
  26. m.Text = '#OurMin'
  27. wait(Time)
  28. h.Text = '#OurMine'
  29. m.Text = '#OurMine'
  30. wait(Time)
  31. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement