abusabIe

msg

Jun 1st, 2019
354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. local SP = script.Parent -- not this
  2.  
  3. -- NOTHING BELOW --
  4.  
  5. wait(.05)
  6. SP.Text = "Loading "
  7. wait(4)
  8. SP.Text = "Loading. "
  9. wait(2.5)
  10. SP.Text = "Loading.. "
  11. wait(3)
  12. SP.Text = "Loading... "
  13. wait(1)
  14. SP.Text = "Loading.."
  15. wait(3)
  16. SP.Text = "Loading."
  17. wait(2)
  18. SP.Text = "Loading.."
  19. wait(4)
  20. SP.Text = "Loading..."
  21. wait(5)
  22. SP.Text = "Loaded! "
  23. wait(.6)
  24. SP.Text = "Welcome! "
  25. wait(1)
  26. SP.Text = "Thanks for using SiHub! "
  27. wait(1)
  28. script.Parent.Parent.Parent.Parent.loding.Visible = false
  29. script.Parent.Parent.Parent.Parent.MainTab.Visible = true
Advertisement
Add Comment
Please, Sign In to add comment