roblox-api

Installation
SKILL.md

roblox-api

When to Use

Use this skill when the task is mainly about identifying or confirming the correct Roblox engine surface:

  • Finding which class or service owns a capability.
  • Checking whether a member is a property, method, event, or callback.
  • Confirming datatype constructors, properties, methods, constants, or math behavior.
  • Choosing the correct enum family and item for a property or parameter.
  • Looking up globals such as game, workspace, script, plugin, or Enum.
  • Confirming built-in library behavior such as task, math, string, table, os, or vector.
  • Verifying exact parameter shapes, return values, and deprecation status before writing code.

Do not use this skill when the task is mainly about:

  • Overall Roblox project structure, code placement, or client-server responsibility.
  • Remote security, replication architecture, persistence design, or Open Cloud workflows.
  • Broader system design where API lookup is secondary to structural decisions.
Related skills

More from stackfox-labs/luau-skills

Installs
30
GitHub Stars
4
First Seen
Mar 19, 2026