This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Deletes all number-only (including negative) data store names for clean-up, but can be adapted for general mass data store deletion. | |
| # Even though it should work OK, you should still double check your important data stores (e.g. active user data) before data stores are deleted in 30 days to make sure it didn't queue them for deletion. | |
| import requests, os, pprint, re, time | |
| universe_id = 142847746 | |
| next_page_token = "" | |
| cookie = os.environ["EVCYROBLOSECURITY"] | |
| session = requests.session() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --!strict | |
| --[[ | |
| Remotes // Evercyan @ 2024 Dec. | |
| Wrapper for remotes which offers vastly superior functionality over traditional remotes. | |
| ### Parameter Types | |
| --> Require other machines to send over proper types and check them before running any code connected to these Remote events. | |
| --> This can be done through the use of syntax similar to Luau typechecking. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --[[ | |
| Evercyan @ June 27, 2023 | |
| SoftShutdown2 v1.21 | |
| Read more.. | |
| https://devforum.roblox.com/t/softshutdown2/1156844 | |
| ]] | |
| --> Services | |
| local TeleportService = game:GetService("TeleportService") |