·roblox-security
!

roblox-security

在編寫處理玩家操作、貨幣、統計數據、損壞或任何 RemoteEvent/RemoteFunction 通訊的 Roblox 遊戲腳本時使用。在檢查可利用模式的程式碼、實作反作弊邏輯、驗證伺服器上的用戶端請求或設定速率限制時使用。

13安裝·3熱度·@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-11

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