RenamerPro: A Compact Customizable Name Control Plugin

:wrench: RenamerPro – A Compact Customizable Name Control Plugin

Hey devs! :wave:

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)


:sparkles: 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!


:face_with_monocle: Showcase:

A visual:
preview1

A video:

:scroll: 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.


:white_check_mark: Features:

  • :id: Identifier Options

    • Equal: All selected instances get the same name
    • Unique: Appends a number to each (e.g., Enemy_1, Enemy_2, …)
  • :1234: Starting Number

    • Set where numbering begins (e.g., start at 1, 100, or 0)
  • :next_track_button: Numbering Gaps

    • Control how numbers increase (e.g., step by 1, 5, 10…)
  • :brick: Spacer Configuration

    • Choose how your base word and number are joined (Enemy_1, Enemy-1, Enemy1, etc.)
  • :memo: Base Word Customization

    • Set the word that starts each name (like "Enemy", "Platform", or "Part")
  • :eyes: Preview

    • See what your set parameters would look like (uses the terminal)

:mag: 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
...

:rocket: 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)

:inbox_tray: Download:

[:link: Link to the Plugin on the Creator Marketplace]


:brain: 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!

1 Like

It’d be awesome if you added images and/or videos for us to look at.

1 Like

That is a good idea, let me add a little showcase to this post. Thanks!

2 Likes

I feel like any instance that’s gonna be labeled with numbers is gonna be created at runtime, even if you’re making like, idk, waypoints, you probably wanna determine the waypoint order yourself instead of letting a plugin automatically choose it for you, so they actually work as waypoints :V Overall I’d consider adding more features like naming with number identifiers based on the order of instances you selected, otherwise idk what i’d use this for

1 Like

It looks useful in certain scenarios, but it’s not a replacement for renaming like the name might suggest.
And the UI definitely needs some work — especially considering it’s paid.

1 Like

I changed that, I didn’t mean to make it priced! I agree w/ the UI part though.

1 Like

Wait isn’t this the main feature of it at the moment? It allows for numerical naming and relies on the order in which you selected the instances.

1 Like

Good point, I suppose I’ll have to add some more functionality.