Acecool™ - Studio Bookmarks - Creator Store
Studio Bookmarks is a professionally developed plugin designed to help navigate your experience files within Studio Explorer and solve the problem of “Where is it” and "I updated Studio, now I have to re-navigate to my existing projects in multiple structures depending on client / server / shared ).
Features
- Bookmark anything in Explorer with Quick-Actions based on the bookmarked instance type
- Per-Experience Per-User Bookmarks so each collaborator can work on their own projects within your experience and have their own bookmarks. All are accessible under ServerStorage.PluginData.Server Bookmarks
- Jump to bookmarked elements
- Toggle Visibility of bookmarked elements ( GUI )
- Run Scripts ( Bookmarks or selected elements within Explorer )
- Re-Parent Elements ( and Copy+Replace Into for fast Plugin GUI Development )
- Filter Scripts ( All scripts within bookmarked element, or all scripts in everything you have selected in Explorer )
- Toggle Locked State of BaseParts within your bookmark
- Save / Load Bookmark Lists ( So you can have multiple projects in your experience, ie Inventory System bookmarks can be separate from other systems )
- Undo / Redo Support built-in for most actions
- Roblox Studio Theme Support with live updating between Light / Dark
- Roblox Studio Icons which support light / dark themes to ensure everything is legible!
- Animated UI - Panels that slide in and out, rows that expand, buttons that give an indication of what is happening
Questions and Answers
Do you have any potentially planned features for the future?
Potentially Planned
- Drag and drop for reparenting; right now it is click to reparent, shift click to copy+replace into
- Drag and drop re-ordering of bookmarks ( Right now it is push button )
- Zoom System ( UIScale creator and editor with simple click controls for bookmarked elements )
- Toggle Locked for the plugin actionbar targeting selected objects in Explorer
- Toggle Visibility for the plugin actionbar targeting selected objects in Explorer
- Plugin Settings - Right now it is unpopulated
- Potentially more Quick Actions based on type. I am considering adding support for Resetting the workspace camera, and potentially other things.
- Potentially a Hot-Swap system for saves. Instead of opening the save / load menu, which will be just a click to swap to that list, a plugin actionbar button to quickly swap between 2 lists; your currently loaded one, and the one in the hot swap slot. Not sure if this is necessary because the save-load system is a click to open, and a click to load.
Are there any known bugs?
- If you bookmark Workspace, the lock icon will appear but it will only act as “Unlock All” regardless of basepart status.
- Once installed, you may need to close and re-open the place for the widget to initialize properly.
Did you use AI?
- The code is handwritten.
- The in-widget icons are made by Roblox.
- The Plugin icon is also made by Roblox
How do I Get Started?
Install the plugin from the creator store: https://create.roblox.com/store/asset/74598528232571
I would recommend bookmarking it and then you can easily find it to install in Roblox Studio Toolbox.
Once installed, you may need to close and re-open the place for the widget to initialize properly.
First, make sure you open the widget. To do this you can navigate to the Plugins Ribbon at the top of explorer, or create a new one and add the Studio Bookmarks Tool by right clicking > Add Tool > Search for Studio Bookmarks and select it, then clicking on the Studio Bookmarks Icon.
Next, to get started using, simply select elements within Explorer and click the Bookmark icon at the bottom right of the plugin. You’ve now added bookmarks! You can click, and double-click on them to navigate. I would also recommend reading the Help Panel to see what each action does, the key modifiers you can press to perform other actions, etc..
Notes:
- Clicking on a bookmark will select it in explorer
- For scripts you can double-click to open them.
-
- You can also right-click scripts to expand their row. Initial expansion, if any automatic bookmarks are found is maximized. Second right-click is a smaller window if possible, otherwise it closes, and final right-click closes.
- For any element with children you can double-click to expand them
How do I open the Help Menu?
Click the ( ? ) icon at the bottom of the plugin
How are automatic script bookmarks chosen and ordered?
Functions are considered important, they are automatically bookmarked and ordered alphabetically.
Manual bookmarks include comment markers, they are formatted as
-- Tag: text
where Tag can be anything such as TODO, Task, Bug, etc.. and they are pinned to the top of the automatic bookmarks screen and ordered alphabetically.
How do I, and why would I run a script ?
There are many ways to use Studio, and plugins you’ve acquired, or written. Some plugins provide bindings that allow you to execute actions for that plugin or automate tasks. You can download or create those scripts and execute them easily by clicking the Run Script Icon on the bookmark row if you have the script bookmarked, or by selecting it in Explorer and clicking the Run Script icon on the Primary Actionbar at the bottom of the plugin.
You can also see how long scripts take to run as the output informs you of how long they take. You can quickly check for errors as the code is executed in the same folder / place as the original.
You can create code to change your map, for instance quickly changing colors of all objects on the map, etc..
There are many reasons why you’d want a quick and easy way to execute code from a plugin.
Why isn't it free?
I spent a lot of time working on this, and I believe it is an incredibly useful plugin. I would like to receive something in return.
I may possibly put it on “Flash Sale” or “Free” in the future on special days. The license will not change in these cases.
What is the license?
License
Upon purchasing the single-user license for this plugin from the creator store, you may use the plugin while using your account on your Roblox Studio installation. You may not share, distribute, upload, duplicate, etc.. it in whole or in part anywhere.
The license is bound to your account.
How and where are bookmarks saved?
Bookmarks are saved per experience, per user in ServerStorage.PluginData.Studio Bookmarks..Active and .Saved.
Because of how bookmarks are saved, using attributes, etc.. the states of opened / collapsed script code maps are loaded properly when you switch lists.









