Advertisement
KodingKid

My first Lua/Roblox script

Apr 12th, 2021
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.24 KB | None | 0 0
  1. wait(1)
  2. print("Loading...")
  3. wait(1)
  4. print("Loading...")
  5. wait(1)
  6. print("Loaded!")
  7. wait(1)
  8. print("Hello!")
  9. wait(1)
  10. print("Goodbye!")
  11. wait(1)
  12. print("Closing down...")
  13. wait(1)
  14. print("The end!")
  15. --this script takes 7 seconds to execute
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement