什么是 roblox-security?
在编写处理玩家操作、货币、统计数据、损坏或任何 RemoteEvent/RemoteFunction 通信的 Roblox 游戏脚本时使用。在检查可利用模式的代码、实施反作弊逻辑、验证服务器上的客户端请求或设置速率限制时使用。 来源:sentinelcore/roblox-skills。
在编写处理玩家操作、货币、统计数据、损坏或任何 RemoteEvent/RemoteFunction 通信的 Roblox 游戏脚本时使用。在检查可利用模式的代码、实施反作弊逻辑、验证服务器上的客户端请求或设置速率限制时使用。
通过命令行快速安装 roblox-security AI 技能到你的开发环境
来源:sentinelcore/roblox-skills。
Never trust the client. Every LocalScript runs on the player's machine and can be modified. All authoritative logic — damage, currency, stats, position changes — must live on the server.
FilteringEnabled is always on in modern Roblox. Client-side changes do not replicate to the server or other clients unless the server explicitly applies them.
| Dealing damage | LocalScript sets Humanoid.Health | Server reduces health after validation | | Awarding currency | LocalScript increments leaderstats | Server validates action, then increments | | Leaderstats ownership | LocalScript owns the IntValue | Server creates and owns all leaderstats |
在编写处理玩家操作、货币、统计数据、损坏或任何 RemoteEvent/RemoteFunction 通信的 Roblox 游戏脚本时使用。在检查可利用模式的代码、实施反作弊逻辑、验证服务器上的客户端请求或设置速率限制时使用。 来源:sentinelcore/roblox-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/sentinelcore/roblox-skills --skill roblox-security在编写处理玩家操作、货币、统计数据、损坏或任何 RemoteEvent/RemoteFunction 通信的 Roblox 游戏脚本时使用。在检查可利用模式的代码、实施反作弊逻辑、验证服务器上的客户端请求或设置速率限制时使用。 来源:sentinelcore/roblox-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/sentinelcore/roblox-skills --skill roblox-security 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/sentinelcore/roblox-skills