Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local SP = script.Parent -- not this
- -- NOTHING BELOW --
- wait(.05)
- SP.Text = "Loading "
- wait(4)
- SP.Text = "Loading. "
- wait(2.5)
- SP.Text = "Loading.. "
- wait(3)
- SP.Text = "Loading... "
- wait(1)
- SP.Text = "Loading.."
- wait(3)
- SP.Text = "Loading."
- wait(2)
- SP.Text = "Loading.."
- wait(4)
- SP.Text = "Loading..."
- wait(5)
- SP.Text = "Loaded! "
- wait(.6)
- SP.Text = "Welcome! "
- wait(1)
- SP.Text = "Thanks for using SiHub! "
- wait(1)
- script.Parent.Parent.Parent.Parent.loding.Visible = false
- script.Parent.Parent.Parent.Parent.MainTab.Visible = true
Advertisement
Add Comment
Please, Sign In to add comment