Advertisement
Freezy_X

Untitled

Oct 29th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. -- Recently i found this on PasteBin and i found this script
  2. -- this was not mine but it's funny doe
  3. while wait() do
  4. msg = [[
  5. http://www.pastebin.com/raw/BBBbBB
  6. ]]
  7. m = Instance.new("Hint",workspace)
  8. for i = 1,#msg do
  9. wait(0.1)
  10. m.Text = m.Text..msg:sub(i,i) end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement