🛠️ What this is
A GUI-focused plugin for Roblox Studio called UiSnap — by @br_cks, inspired by Nudge — by @Burgonet
⚙️ What it does
Lets you precisely move or resize selected GuiObjects in the viewport using arrow keys or on-screen buttons.
Supports both Offset and Scale modes with fully customizable increments.
✅ Why you’d want it
• Visually tweak your menus without fumbling with properties or using the default dragger
• Tweak UI layout pixel-by-pixel without dragging
• Shift + Arrow → Resize
• Ctrl + Arrow → Finer control (0.5x increment)
• Remembers your increment + mode settings
• Cleans itself up on reload (✅ singleton-safe)
No more fighting Studio’s native tools for simple UI adjustments.
Find it here:
https://devforum.roblox.com/t/nudge-tool-for-gui-objects/910079/18
TODO:
Add visual anchor editor page to the menu
I’ve been using the original Nudge Tool extensively in Roblox Studio and found it incredibly useful — but also missing a few key things. So I went ahead and enhanced it. If you’re working with GUIs, this updated plugin should make your life significantly easier. ✨ What’s New Responsive Plugin UI The plugin window now uses scale-bas...