Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 383 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 383 Bytes

@rbxts/services

A module that exports common Roblox services.

import { Workspace, Players, ReplicatedStorage } from "@rbxts/services";
// do something with Workspace, Players, or ReplicatedStorage

You can find a list of available services here.

Feel free to submit an issue if there's something missing.