snomac / Moonwave-In-Roblox

A moonwave reader plugin in Roblox.
MIT License
0 stars 0 forks source link

Transfer File Format to Tabby #1

Open snomac opened 1 year ago

snomac commented 1 year ago

I wish to use the plugin framework Tabby. To prepare, we must do these reforms to the codebase:

  1. Add Runtime and Framework folders. The Framework folder is for the Tabby libraries. The Runtime folder are the scripts that initiate on runtime/start.
  2. For type-effectiveness and intellisense, use script.Parent.Parent... instead of script:FindFirstAncestorOfClass("Plugin"). This will be a temporary fix until RobloxLSP fixes this.

This should help with the productivity on this plugin. It's my first time doing this anyways; this is more like a diary to me.

snomac commented 1 year ago

All steps are done, I hope I have not missed anything else