·roblox-security
!

roblox-security

在编写处理玩家操作、货币、统计数据、损坏或任何 RemoteEvent/RemoteFunction 通信的 Roblox 游戏脚本时使用。在检查可利用模式的代码、实施反作弊逻辑、验证服务器上的客户端请求或设置速率限制时使用。

11安装·1热度·@sentinelcore

安装

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

如何安装 roblox-security

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

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

来源:sentinelcore/roblox-skills。

SKILL.md

查看原文

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
分类
!安全工具
认证
收录时间
2026-02-26
更新时间
2026-03-10

Browse more skills from sentinelcore/roblox-skills

快速解答

什么是 roblox-security?

在编写处理玩家操作、货币、统计数据、损坏或任何 RemoteEvent/RemoteFunction 通信的 Roblox 游戏脚本时使用。在检查可利用模式的代码、实施反作弊逻辑、验证服务器上的客户端请求或设置速率限制时使用。 来源:sentinelcore/roblox-skills。

如何安装 roblox-security?

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

这个 Skill 的源码在哪?

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

详情

分类
!安全工具
来源
skills.sh
收录时间
2026-02-26