Skip to content
Roblox Suite

16 skills, one install

Star on GitHub

How it works

1. Run this in your project

Take all 16 skills, or pick the ones you want.

npx skills add nonlooped/roblox-suite

2. Your agent picks a skill

Or ask for one by name.

"save my player's coins"
  • roblox-datastoresloaded
  • roblox-networking
  • roblox-physics
  • roblox-animation

3. It writes the current API

With the Roblox page it came from. Read the source.

-- Humanoid:LoadAnimation is deprecated. Use Animator:LoadAnimation.
local animator = humanoid:FindFirstChildOfClass("Animator")
local track = animator:LoadAnimation(anim)
track:Play()