Skip to content

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

License

Notifications You must be signed in to change notification settings

roblox-ts/types

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dda6c44 · Apr 23, 2025
Feb 10, 2025
Feb 11, 2025
Apr 23, 2025
Feb 12, 2025
Oct 10, 2019
Jan 6, 2021
Jan 18, 2024
Jun 14, 2022
Feb 11, 2025
Jan 18, 2024
Oct 9, 2020
Feb 10, 2025
Mar 19, 2025
Mar 19, 2025
Feb 5, 2020
Feb 10, 2025

Repository files navigation

@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"]
	}
}

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published