·roblox-gui
*

roblox-gui

在构建、动画或调试 Roblox GUI 元素(包括 HUD、菜单、世界空间 UI 和玩家标签)时使用。触发条件:ScreenGui 设置、SurfaceGui 或 BillboardGui 放置、UDim2 大小调整问题、TweenService UI 动画、响应式缩放、LocalScript GUI 逻辑、ResetOnSpawn 问题或任何 Frame/TextLabel/ImageButton 布局工作。

16安装·0热度·@sentinelcore

安装

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

如何安装 roblox-gui

通过命令行快速安装 roblox-gui AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/sentinelcore/roblox-skills --skill roblox-gui
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:sentinelcore/roblox-skills。

SKILL.md

查看原文

| 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.

在构建、动画或调试 Roblox GUI 元素(包括 HUD、菜单、世界空间 UI 和玩家标签)时使用。触发条件:ScreenGui 设置、SurfaceGui 或 BillboardGui 放置、UDim2 大小调整问题、TweenService UI 动画、响应式缩放、LocalScript GUI 逻辑、ResetOnSpawn 问题或任何 Frame/TextLabel/ImageButton 布局工作。 来源:sentinelcore/roblox-skills。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/sentinelcore/roblox-skills --skill roblox-gui
分类
*创意媒体
认证
收录时间
2026-02-26
更新时间
2026-03-10

Browse more skills from sentinelcore/roblox-skills

快速解答

什么是 roblox-gui?

在构建、动画或调试 Roblox GUI 元素(包括 HUD、菜单、世界空间 UI 和玩家标签)时使用。触发条件:ScreenGui 设置、SurfaceGui 或 BillboardGui 放置、UDim2 大小调整问题、TweenService UI 动画、响应式缩放、LocalScript GUI 逻辑、ResetOnSpawn 问题或任何 Frame/TextLabel/ImageButton 布局工作。 来源:sentinelcore/roblox-skills。

如何安装 roblox-gui?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/sentinelcore/roblox-skills --skill roblox-gui 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

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