roblox-security
๐ฏSkillfrom sentinelcore/roblox-skills
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)
Installation
npx vibeindex add sentinelcore/roblox-skills --skill roblox-securitynpx skills add sentinelcore/roblox-skills --skill roblox-security~/.claude/skills/roblox-security/SKILL.mdSKILL.md
More from this repository6
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 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.
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.
A Roblox agent skill for implementing player data persistence using DataStoreService, covering save/load operations, leaderboards, data migration, and shutdown-safe data handling.
A comprehensive guide for implementing Roblox client-server communication using RemoteEvents, RemoteFunctions, and UnreliableRemoteEvents, with patterns for server-side validation and exploit defense.
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.