Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- settings.clear()
- settings.define("firststart", {
- description = "If the os is being started for the first time",
- default = 1,
- type = number,
- })
- settings.set("firststart", 1)
- settings.save()
- os.reboot()
Add Comment
Please, Sign In to add comment