Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →

sentinelcore/roblox-skills

7 skills3.3k installs77 starsGitHub

Install

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

Skills in this repo

1Roblox Guiroblox-gui is a reference skill from sentinelcore/roblox-skills for building, animating, and debugging Roblox GUI elements including HUDs, menus, world-space UI, and player labels. It documents container types—ScreenGui in PlayerGui for screen-facing overlays, SurfaceGui on BasePart surfaces, and BillboardGui floating above parts or models—plus UDim2 responsive sizing, TweenService UI animations, LocalScript GUI logic, and ResetOnSpawn pitfalls. Developers reach for roblox-gui when agents work on Frame, TextLabel, or ImageButton layout questions, responsive scaling, or GUI bugs in Roblox Studio Luau projects.737installs2Roblox Animationsroblox-animations is an agent skill from sentinelcore/roblox-skills that documents Roblox's animation object model and playback patterns for Luau developers. The skill covers core objects—Animation assets with AnimationId, Animator inside Humanoid or AnimationController for non-character rigs, and AnimationTrack instances returned by LoadAnimation for play, stop, and blend control. Developers reach for roblox-animations whenloader when replacing default character animations, handling AnimationTrack events, resolving priority and blending conflicts, or debugging Humanoid versus AnimationController setups. The reference maps where scripts should run, how tracks layer by priority, and common pitfalls when mixing locomotion, emotes, and custom rig animations in Roblox experiences.548installs3Roblox Performanceroblox-performance is a Claude skill from sentinelcore/roblox-skills for optimizing Roblox games against frame rate drops, client-server lag, and expensive script loops. The quick-reference table ranks techniques by impact: StreamingEnabled for large open worlds, object pooling for frequent spawn/destroy cycles, caching references outside Heartbeat and RenderStepped loops, preferring task.wait() over deprecated wait(), and choosing MeshParts over Unions for unique shapes. Developers reach for roblox-performance when diagnosing FPS drops, handling large worlds, reducing draw calls, or profiling with MicroProfiler. The skill triggers on optimization requests involving streaming, LOD, object pooling, or expensive loop operations. It provides actionable Luau performance patterns rather than generic game design advice, targeting engineers shipping player-facing experiences that must run smoothly on varied hardware.529installs4Roblox Securityroblox-security is a Claude Code skill for writing exploit-resistant Roblox game scripts. It teaches the never-trust-the-client rule and shows how to keep authoritative logic (damage, currency, stats, position) on the server, validate every RemoteEvent argument, and add rate limiting, cooldowns, distance checks, and speed-based anti-cheat detection. A developer reaches for it when handling player actions or RemoteEvent/RemoteFunction communication, or when reviewing Roblox code for exploitable patterns.444installs5Roblox Datastoresroblox-datastores is a Claude Code skill from sentinelcore/roblox-skills that serves as a reference for Roblox DataStoreService server-side player data persistence. The skill covers GetDataStore and GetOrderedDataStore APIs, saving and loading player stats or inventory, building ordered leaderboards, handling data migration between game versions, diagnosing data loss issues, and adding auto-save with shutdown-safe write patterns. Roblox developers reach for roblox-datastores when implementing server scripts that must persist player progress beyond a single session without corrupting data on server close or version upgrades. The quick-reference table documents method signatures like DSS:GetDataStore(name, scope?) returning a GlobalDataStore and GetOrderedDataStore for leaderboard rankings. The skill targets Luau server developers shipping live Roblox experiences who need agent-guided DataStore patterns instead of trial-and-error persistence code. Guidance emphasizes server-authoritative writes, retry handling, and safe shutdown flushes to reduce player data loss incidents.394installs6Roblox Remote Eventsroblox-remote-events: A skill for development. This provides functionality for development workflows.350installs7Roblox Monetizationroblox-monetization is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.335installs

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.

sentinelcore/roblox-skills · 7 skills · Skillselion