mollersuite / mollermethod

A utility script from the future.
https://mollermethod.pages.dev
7 stars 1 forks source link

Use a bundler #12

Closed Jack5079 closed 2 years ago

Jack5079 commented 2 years ago

Currently, mollermethod uses a runtime library, rbxm-suite, and downloads and runs an rbxm. This doesn't work on some exploits, and it is also slow. Orca takes a different approach — bundling the script: https://github.com/richie0866/orca/blob/master/.github/workflows/snapshot.yaml We should probably do that.

Jack5079 commented 2 years ago

Requires Remodel & Rojo

Jack5079 commented 2 years ago

Should we use rbxm-suite during development?

Jack5079 commented 2 years ago

remodel is now installed in CI

Jack5079 commented 2 years ago

image

Jack5079 commented 2 years ago

now that mollermethod works without Luau syntax I might explore this again

Jack5079 commented 2 years ago

image SX 3.0 blocks rbxms, we need to use a bundler

Jack5079 commented 2 years ago

It's much slower