·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。

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 で使用できるようになります

ソースリポジトリはどこですか?

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