Description
Replace all classes with its bridges (e.g: Settings
-> SettingsBridge
)
Consider simplifications: some of the classes such as ScriptService
has simplification logics so that plugin can remove unnecessary logica and utilize them. I will add more specific details once I start working on this.