Advertisement
Meizch

Loading Screen Script

Aug 10th, 2021
395
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.27 KB | None | 0 0
  1. TextLabel için/for:
  2. while true do
  3. script.Parent.Text = "Loading"
  4. wait(1)
  5. script.Parent.Text = "Loading."
  6. wait(1)
  7. script.Parent.Text = "Loading.."
  8. wait(1)
  9. script.Parent.Text = "Loading..."
  10. wait(1)
  11. end
  12.  
  13. Loading Frame için/for:
  14. wait(6)
  15. script.Parent.Visible = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement