roblox-user-interfaces

roblox-user-interfaces is a skill for Claude Code, Codex from nonlooped/roblox-suite. It costs 104 tokens per session (2,335 once invoked), scanned A, original, MIT.

A guide to Roblox's user-interface system, including screens, buttons, text, scrolling areas, layouts, and visual effects. It explains how these pieces are arranged and sized across different devices.

In plain words
What is it for?
Use it to create menus, HUDs, in-world panels, lists, grids, buttons, input areas, responsive layouts, and styled interface elements.
Why use it?
It helps replace fragile manual positioning with Roblox's layout and sizing tools, making interfaces easier to build and adapt to phones, tablets, and computers.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create menus, HUDs, in-world panels, lists, grids, buttons, input areas, responsive layouts, and styled interface elements.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/nonlooped/roblox-suite/roblox-user-interfaces
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add nonlooped/roblox-suite --skill roblox-user-interfaces
Clone the repo
git clone --depth 1 https://github.com/nonlooped/roblox-suite

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for roblox-user-interfaces

README.md
[![agentmods](https://agentmods.dev/badge/skills/nonlooped/roblox-suite/roblox-user-interfaces/github.svg)](https://agentmods.dev/skills/nonlooped/roblox-suite/roblox-user-interfaces)
Your own site
<a href="https://agentmods.dev/skills/nonlooped/roblox-suite/roblox-user-interfaces"><img src="https://agentmods.dev/badge/skills/nonlooped/roblox-suite/roblox-user-interfaces/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for roblox-user-interfaces

Your own site · 80×15
<a href="https://agentmods.dev/skills/nonlooped/roblox-suite/roblox-user-interfaces"><img src="https://agentmods.dev/badge/skills/nonlooped/roblox-suite/roblox-user-interfaces.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 104 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,335 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00104 $0.02335
Opus 5 $0.00052 $0.01167
Sonnet 5 $0.00021 $0.00467
Haiku 4.5 $0.00010 $0.00233

Measured 9d ago against content hash 85584ef5a9c4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

roblox-user-interfaces scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

roblox-user-interfaces/SKILL.md · 139 lines

How it starts

The opening of the file, as written. The whole thing — 139 lines — stays where its author put it; the contents beside it link to each section on GitHub.

roblox-user-interfaces

Roblox UI is one of the most powerful and also one of the most commonly poorly-implemented areas. This skill gives precise, up-to-date knowledge of the full hierarchy, properties that actually matter for production (especially cross-device), layout systems that replace manual positioning, and the creative techniques for "particle-like" or VFX behavior inside 2D UI without using the 3D ParticleEmitter directly in ScreenGui.

Primary sources:

How this skill is organized:

  • SKILL.md: decision frameworks, core patterns, responsive design rules, interaction model, "particles in UI" overview, checklists, and pointers to granular references/.
  • references/: deep files for containers (gui-containers.md covers building blocks, layouts, positioning) and particles-in-ui.md.
  • scripts/: UIParticlePool.lua for 2D HUD/reward particle bursts. Add other client utilities as needed.

Always cross-reference the roblox-animation skill for motion on these objects and roblox-vfx when embedding 3D effects.

Container Types — When to Use Each

ScreenGui (on-screen overlay)

  • Parent to StarterGui for automatic cloning into every player's PlayerGui.
  • Control visibility with .Enabled (or parent/child manipulation).
  • Layer multiple with .DisplayOrder (higher = on top).
  • .ScreenInsets = CoreUISafeInsets (default, respects top bar + device notches), DeviceSafeInsets, TopbarSafeInsets, or None.
  • .ResetOnSpawn behavior depends on direct ancestry of StarterGui.
  • All interaction and logic is client-only (LocalScripts or client ModuleScripts).

Read the full file on GitHub · 139 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 139 lines · 104 tokens per session scan A 85584ef5a9c4

Subscribe to this mod's changes

roblox-user-interfaces is a skill published in the GitHub repository nonlooped/roblox-suite (14 stars, last pushed 6d ago), licensed MIT. It adds 104 tokens to every session and 2,335 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

roblox-engineer

!cat skills/shared/game-visual-foundations.md 2>/dev/null || echo "=== Visual Foundations not loaded ===" !cat skills/shared/protocols/ux-protocol.md 2>/dev/null || true !cat skills/shared/protocols/game-test-protocol.md 2>/dev/null || true !cat skills/shared/protocols/quality-gate.md 2>/dev/null || true !cat…

buiphucminhtam/forgewright · 50 tokens

biome-creation

A workflow for placing rocks, trees, plants, and other reusable scene objects into a Unity biome, a themed area of a game world. It also covers regenerating the biome and checking the result with screenshots.

moorestech/moorestech · 170 tokens

use-widget-asset

Use when consuming a widget slice (panel, button, slider, progress bar, or toggle pair) from a create-asset-sheet pack in a Summer Engine scene. The pack's metadata.sliceMeta carries 9-slice margins, fill rects, and on/off pair links per slice. This skill explains how to wire those into NinePatchRect…

SummerEngine/summer-engine-agent · 99 tokens

before-after-audit

A before-and-after screenshot workflow for checking visual changes in a Unity scene. It keeps the Scene view camera fixed, compares the two images, and sends the difference for an external review.

moorestech/moorestech · 81 tokens

ui-basics

Use when building Summer Engine UI: HUDs, main menus, pause menus, health bars, progress bars, dialogue boxes, or any Control-node tree. Covers anchors, containers (VBox/HBox/Margin), responsive layout, and theme versus inline styling. Trigger on "UI", "HUD", "menu", "health bar", "Control", "anchors"…

SummerEngine/summer-engine-agent · 88 tokens

game-ui-workflow

Orchestrates an end-to-end game UI workflow from game design (GDD), PRD, and UI interaction logic through design specification, screen-system extension, page image generation, component breakdown, sprite-sheet splitting, PNG ZIP packaging, atlas packing, engine JSON handoff, asset registration, and validation. Use…

guiguiyan930-source/game-ui-design-workflow · 94 tokens