Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

TODO (old) #1

@EpicFazbear

Description

@EpicFazbear
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?)

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions