ForestFX Plugin
What is ForestFX Plugin?
ForestFX is a comprehensive set of tools designed to streamline and enhance your development experience on Roblox.
Extends Primary Part
Creates a PrimaryPart
for a model using ExtendsSize
.
Clean Constraints
Cleans all types of constraints from a model. If a model inside a model has a PrimaryPart
, those constraints will not be cleaned. This feature allows for movable objects without the need for reconfiguration. (Doesn’t clean ropes)
Clean Scripts
Removes all scripts from the selected model, ensuring a clean slate for development.
Table the Selection
Prints out the selection to a table for easy viewing and management.
Number Selection
Assigns a unique number to each selected object for easier identification and organization.
Table the Bones with Same Position
Groups bones that share the same position into a table and prints it out.
Table the Decals Name, TextureID
Compiles decals’ names and texture IDs into a table for easier reference and bulk adjustments.
Weld Constraints
Automatically creates weld constraints for children of models, ensuring they move together as a single unit. Parts tagged as ‘door’ or named ‘plane’ will be motor6D instead - ‘door’ motor6D is inversed.
Clone Children
Duplicates all children of the selected object, allowing for easy replication of complex hierarchies. If you select a child inside the model, all children of that child in all of the selected models will also be replicated.
Fix Glass
Changes the glass material to ice because items don’t render through glass.
Here is the Plugin.
I always use it and don’t use any other plugin. I’m open to suggestions and can add any buttons you suggest.