RenamerPro – A Compact Customizable Name Control Plugin
Hey devs!
I’ve created a new Extensive Renamer plugin to make batch-renaming objects in Roblox Studio fast, clean, and flexible. Take a look!
UPDATE: NEW UI (4/29/2025)
What It Does:
This plugin lets you rename either single or multiple objects at once with full customization. Whether you’re organizing models, UI elements, folders, or anything else — this tool helps you stay efficient and clean, and it’s all in one gui!
Showcase:
A visual:
A video:
Note :
For this plugin, you must have a group of items selected first. Then, it will apply the pattern in the order of which you selected the items. Also, you can select items via the explorer or workspace, doesn’t matter.
Features:
-
Identifier Options
-
Equal
: All selected instances get the same name -
Unique
: Appends a number to each (e.g.,Enemy_1
,Enemy_2
, …)
-
-
Starting Number
- Set where numbering begins (e.g., start at 1, 100, or 0)
-
Numbering Gaps
- Control how numbers increase (e.g., step by 1, 5, 10…)
-
Spacer Configuration
- Choose how your base word and number are joined (
Enemy_1
,Enemy-1
,Enemy1
, etc.)
- Choose how your base word and number are joined (
-
Base Word Customization
- Set the word that starts each name (like
"Enemy"
,"Platform"
, or"Part"
)
- Set the word that starts each name (like
-
Preview
- See what your set parameters would look like (uses the terminal)
Example Output:
Let’s say you have the following configuration and have 3 parts selected:
- Base Word:
Enemy
- Identifier:
Unique
- Start:
1
- Gap:
2
- Spacer:
_
Result:
Enemy_1
Enemy_3
Enemy_5
...
Or use Gap= 10
, Start = 100
, and Spacer = "-"
to get:
Enemy-100
Enemy-110
Enemy-120
...
How Is This Useful?
- Clean up messy hierarchies
- Rename thousands of parts with ease
- Organize assets faster for quick production
- Improve project readability for larger teams (this is what honestly prompted this plugin)
Download:
[ Link to the Plugin on the Creator Marketplace]
Future Ideas (Let me know what you want!):
- Prefix/Suffix support
- Undo last rename
Feedback is always welcome, & please don’t leave negative comments. If you don’t like it, just scroll! I’m new to this anyway!