Loading...
Loading...
Found 24 Skills
Roblox platform engineering specialist - Masters Luau, the client-server security model, RemoteEvents/RemoteFunctions, DataStore, and module architecture for scalable Roblox experiences
Iterative debug loop for Luau/Roblox issues
Build and revise Rive Luau scripts across Node, Layout, Converter, Path Effect, Transition Condition, Listener Action, Util, and Test protocols. Use when the user asks to write or modify Rive scripts, choose protocols, wire script inputs or data binding, debug runtime behavior, or plan unit tests for script logic.
Use for Roblox multiplayer communication across the client-server boundary: designing RemoteEvent, UnreliableRemoteEvent, and RemoteFunction flows; validating client requests; handling replication-aware gameplay; applying rate limits and anti-exploit checks; reasoning about network ownership, server-authority patterns, Input Action System use in authoritative gameplay, and streaming-sensitive multiplayer correctness.
Use for Roblox persistent data and cross-server state design: choosing between DataStoreService, OrderedDataStore, MemoryStoreService, and MessagingService; designing save and load flows, schema shape, versioning, metadata, retries, quotas, observability, and concurrency-safe coordination across servers.
Build 3D objects, props, maps, and environments in Roblox Studio via MCP. CSG patterns, spatial coordination, player scale reference, platform quirks. Use when the AI is placing parts, doing unions/subtracts, or building geometry.
12 production footguns ranked by severity. Data loss, exploits, memory leaks, mobile perf.
Use this skill for any Roblox related tasks
Official Roblox Studio MCP server tools reference. What each tool does, how to use it, reliability patterns, and workflows for script editing, building, playtesting, and debugging. Use when the AI has an MCP connection to Roblox Studio.
Service hierarchy, 7 foundational patterns, cross-platform input. Client-server architecture, module patterns, framework options.
Lighting, atmosphere, post-processing, and visual mood for Roblox. Time of day, Lighting properties, Atmosphere, ColorCorrection, Bloom, DepthOfField, SunRays. Use when setting up environment visuals or creating mood/atmosphere.
UserInputService, ContextActionService, keyboard/mouse/gamepad/touch, cross-platform input binding.