You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 3, 2024. It is now read-only.
TODO: Maybe add clear Backup()? Can create new backup afterwards. Maybe allow multiple backups as well? Use Restore(#).
TODO: Add support for custom player scripts, custom chat maybe?
= If StarterPlayerScripts exists:
- Unbind all non-core context actions
- Find which scripts/objects to replace
- Determine which core scripts to add back (if ControlScript or CameraScript ~= nil then don't add the newer versions)
- Remove old scripts
= If Chat exists:
- Find which scripts/objects to replace
- Unbind things from the chat service
- Remove old scripts
- Replace them with the newer ones
TODO: Replace old spawn/wait functions with their task library counterparts
TODO: Replace all xpcalls with regular pcalls (because they will break if it yields)
^^ Actually, replace all pcalls with custom function that's similar to xpcall (with the error handling, check Pcall module in the Shared folder)
TODO: Fix any bugs related to game loading. (and also Adonis compatibility?)