devsarim / quickfix-roblox-plugin

A plugin for streamlining asset optimization.

Home Page:https://create.roblox.com/marketplace/asset/15504073734

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QuickFix

Optimization is key when creating games for large audiences. This plugin assists you in swiftly toggling properties such as CanCollide, CanQuery, CanTouch, Anchored, CastShadow, CollisionFidelity, and Material on or off for any number of objects.

This plugin uses Roact for UI. The interface is divided into the following components:

There is one helper module called GetAffectedObjects. This is simply a function with the following signature:

(predicate: (object: Instance) -> boolean) -> {Instance}

It is used by SingleAction and DualAction (here and here).

Feel free to extend the plugin to fit your needs, or just as a learning experience. ❤️

About

A plugin for streamlining asset optimization.

https://create.roblox.com/marketplace/asset/15504073734


Languages

Language:Lua 100.0%