A roblox studio plugin that compiles models for Waste of Space
The plugin can be found here: https://create.roblox.com/store/asset/11707735968
- Automatic dpaste.org/gist uploading
- Faster compile times
- 3D Part surface type editor
- Automatic wireless ID securing. Prefix any
Antenna
/Router
/etc ID with % to automatically randomize its ID at compile time. - Builtin mirror tool (fork of stravant's, edited to work with wos parts)
- Range and capacity visualizations for parts like
EnergyShield
&PowerCell
- Microcontroller type checking (from arvid's documentation https://github.com/ArvidSilverlock/Pilot.lua-Luau-LSP)
- Part name & config autocomplete
- Support for decompiling pre 2024 wipe model codes
- Automatically open
Microcontroller
code as script - Get resource cost of model
- Extra developer parts that aren't shown in the classic model builder tools
- Customizable UI
- Support for components in UI
- Part list UI shows miniature part icon
- UI Dropdown for enum configs
The original MBTools was developed by Austism and later by Hexcede. MBE is a fork of Austism's MBTools, created by Crenbow. It added quite a few quality of life features but was unfortunately retried when Crenbow left. MBEE is the latest iteration and is primarily developed by creare.
Tools contains mostly undocumented tools used to keep mbee up to date.
- Download the plugin source from here: https://assetdelivery.roblox.com/v1/asset/?id=11707735968
- Rename downloaded file to include the extension
.rbxm
- Import the rbxm into a new place file
- Move the local script named
MBEE
into a folder namedMBEE
- Sync rojo
- Right click the
MBEE
folder and in theSave / Export
option selectSave as Local Plugin...