·roblox-gui

Use when building, animating, or debugging Roblox GUI elements including HUDs, menus, world-space UI, and player labels. Triggers on: ScreenGui setup, SurfaceGui or BillboardGui placement, UDim2 sizing questions, TweenService UI animations, responsive scaling, LocalScript GUI logic, ResetOnSpawn issues, or any Frame/TextLabel/ImageButton layout work.

16Installs·0Trend·@sentinelcore

Installation

$npx skills add https://github.com/sentinelcore/roblox-skills --skill roblox-gui

How to Install roblox-gui

Quickly install roblox-gui AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/sentinelcore/roblox-skills --skill roblox-gui
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: sentinelcore/roblox-skills.

SKILL.md

View raw

| ScreenGui | PlayerGui | HUDs, menus, overlays — always faces screen | | SurfaceGui | BasePart | World-space UI on a part surface (signs, screens) | | BillboardGui | BasePart or Model | Floats above a part in 3D space (name tags, health bars) |

UDim2.new(xScale, xOffset, yScale, yOffset) — scale is 0–1 relative to parent, offset is pixels.

Prefer scale over offset so UI adapts to all screen sizes.

Use when building, animating, or debugging Roblox GUI elements including HUDs, menus, world-space UI, and player labels. Triggers on: ScreenGui setup, SurfaceGui or BillboardGui placement, UDim2 sizing questions, TweenService UI animations, responsive scaling, LocalScript GUI logic, ResetOnSpawn issues, or any Frame/TextLabel/ImageButton layout work. Source: sentinelcore/roblox-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/sentinelcore/roblox-skills --skill roblox-gui
Category
*Creative Media
Verified
First Seen
2026-02-26
Updated
2026-03-10

Browse more skills from sentinelcore/roblox-skills

Quick answers

What is roblox-gui?

Use when building, animating, or debugging Roblox GUI elements including HUDs, menus, world-space UI, and player labels. Triggers on: ScreenGui setup, SurfaceGui or BillboardGui placement, UDim2 sizing questions, TweenService UI animations, responsive scaling, LocalScript GUI logic, ResetOnSpawn issues, or any Frame/TextLabel/ImageButton layout work. Source: sentinelcore/roblox-skills.

How do I install roblox-gui?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/sentinelcore/roblox-skills --skill roblox-gui Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/sentinelcore/roblox-skills