Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(1)
- print("Loading...")
- wait(1)
- print("Loading...")
- wait(1)
- print("Loaded!")
- wait(1)
- print("Hello!")
- wait(1)
- print("Goodbye!")
- wait(1)
- print("Closing down...")
- wait(1)
- print("The end!")
- --this script takes 7 seconds to execute
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement