๐ŸŽฏ

roblox-security

๐ŸŽฏSkill

from sentinelcore/roblox-skills

VibeIndex|
What it does
|

Roblox security skill covering anti-exploit patterns and server-side validation for game scripts handling player actions, currencies, stats, and RemoteEvent/RemoteFunction communication. Enforces the "never trust the client" principle with secure vs insecure pattern examples.

๐Ÿ“ฆ

Same repository

sentinelcore/roblox-skills(7 items)

roblox-security

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add sentinelcore/roblox-skills --skill roblox-security
skills.sh Installโš  Installs to .agents/skills/
npx skills add sentinelcore/roblox-skills --skill roblox-security
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/roblox-security/SKILL.md

SKILL.md

275Installs
-
AddedFeb 23, 2026

More from this repository6

๐ŸŽฏ
roblox-gui๐ŸŽฏSkill

Provides comprehensive guidance for building, animating, and debugging Roblox GUI elements including HUDs, menus, world-space UI with SurfaceGui and BillboardGui, and TweenService animations.

๐ŸŽฏ
roblox-animations๐ŸŽฏSkill

Roblox animation reference skill covering AnimationTrack playback, Animator setup, animation priority and blending, and patterns for both Humanoid and non-Humanoid model animations including event handling and default animation replacement.

๐ŸŽฏ
roblox-performance๐ŸŽฏSkill

Use when optimizing a Roblox game for better frame rates, reducing lag, improving server or client performance, diagnosing FPS drops, handling large worlds, or when asked about streaming, draw calls, object pooling, LOD, MicroProfiler, or expensive.

๐ŸŽฏ
roblox-datastores๐ŸŽฏSkill

A Roblox agent skill for implementing player data persistence using DataStoreService, covering save/load operations, leaderboards, data migration, and shutdown-safe data handling.

๐ŸŽฏ
roblox-remote-events๐ŸŽฏSkill

A comprehensive guide for implementing Roblox client-server communication using RemoteEvents, RemoteFunctions, and UnreliableRemoteEvents, with patterns for server-side validation and exploit defense.

๐ŸŽฏ
roblox-monetization๐ŸŽฏSkill

An agent skill providing an end-to-end guide for Roblox monetization, covering Game Passes, Developer Products, UGC avatar items, Premium Payouts, and DevEx cash-out with Lua scripting examples and Creator Hub dashboard setup.