Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export declare const StarterPlayer: StarterPlayer;
export declare const Stats: Stats;
export declare const Teams: Teams;
export declare const TeleportService: TeleportService;
export declare const TestService: TestService;
export declare const TextChatService: TextChatService;
export declare const TextService: TextService;
export declare const TweenService: TweenService;
Expand Down
1 change: 0 additions & 1 deletion plugin.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@ declare module "@rbxts/services" {
export const StudioData: StudioData;
export const StudioService: StudioService;
export const TaskScheduler: TaskScheduler;
export const TestService: TestService;
export const VersionControlService: VersionControlService;
}