roblox-gui

Installation
SKILL.md

Roblox GUI Reference

GUI Container Types

Container Parent Use Case
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)

ScreenGui

-- LocalScript in StarterGui or StarterPlayerScripts
local player = game:GetService("Players").LocalPlayer
local playerGui = player:WaitForChild("PlayerGui")
Related skills

More from sentinelcore/roblox-skills

Installs
220
GitHub Stars
5
First Seen
Feb 23, 2026