SkillAgentSearch skills...

Types

TypeScript typings for the Roblox platform. Partially handwritten and partially automatically generated.

Install / Use

/learn @roblox-ts/Types
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

@rbxts/types

TypeScript typings for the Roblox platform. Partially handwritten and partially automatically generated.

Installation

To install @rbxts/types into your project, run the following command:

npm install -D @rbxts/types

Then, make sure node_modules/@rbxts is listed in your compilerOptions.typeRoots field in your project's tsconfig.json like so:

{
	"compilerOptions": {
		"typeRoots": ["node_modules/@rbxts"]
	}
}
<!-- hidden change to force deploy 3 -->

Related Skills

View on GitHub
GitHub Stars44
CategoryDevelopment
Updated3d ago
Forks77

Languages

TypeScript

Security Score

90/100

Audited on Apr 3, 2026

No findings