Loading...
Loading...
Found 63 Skills
NPC pathfinding, enemy AI, state machines, and spawn systems for Roblox. PathfindingService usage, modifiers, waypoint handling, blocked paths. Sourced from official Roblox creator docs and production patterns.
In-game economy design: currencies, faucets/sinks, inflation control, time-to-earn, trading systems, marketplace design. Use when designing or balancing game economies.
Luau type system: annotations, generics, narrowing, inference philosophy, sealed/unsealed tables, exports, and Roblox-aware typing.
Use this skill for any Roblox related tasks
World-class Roblox game development - Lua scripting, Roblox Studio, game systems, monetization, and building experiences that millions play. Use when "roblox, roblox studio, lua scripting, roblox game, obby, simulator game, roblox experience, robux, devex, " mentioned.
Audio implementation for Roblox. Both legacy Sound objects and the newer modular audio system (AudioPlayer, AudioEmitter, Wire). Positional audio, music, SFX, SoundGroups, dynamic effects. Sourced from official Roblox creator docs.
Performance profiling and optimization for Roblox. Server frame time, client FPS, memory management, network bandwidth, Luau-specific optimization, asset budgets. Use when diagnosing lag, optimizing hot paths, or setting performance budgets.
Use for Roblox Open Cloud and external integration work: choosing API-key-based authentication for server-to-server automation, constructing and troubleshooting Open Cloud REST requests, checking scopes and rate limits, determining whether HttpService can call an endpoint, setting up webhook receivers, and using Roblox OpenAPI and reference JSON artifacts for tooling or client generation.
Use for Roblox OAuth 2.0 work: registering an OAuth app, choosing confidential versus public client flows, implementing authorization code flow with PKCE, handling authorization callbacks and token refresh safely, selecting minimal scopes for Open Cloud access, and troubleshooting OAuth-specific auth failures.
12 production footguns ranked by severity. Data loss, exploits, memory leaks, mobile perf.
Physics constraints, motors, ragdoll, vehicles, projectiles, and simulated objects. Use when building anything that moves physically: cars, doors, ragdolls, cannons, elevators, swinging platforms, or custom character controllers.
Roblox AnalyticsService: custom events, economy tracking, funnels, rate limits, event taxonomy.