roblox-user-interfaces

Installation
SKILL.md

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.

Installs
111
GitHub Stars
12
First Seen
Jun 20, 2026
roblox-user-interfaces — nonlooped/roblox-suite