Skip to content

Commit

Permalink
Add active script type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
HayaiAlex committed Nov 29, 2023
1 parent 6de5b2e commit 6663027
Show file tree
Hide file tree
Showing 2 changed files with 671 additions and 667 deletions.
4 changes: 4 additions & 0 deletions include/customDefinitions.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -867,6 +867,10 @@ interface Studio extends Instance {
Theme: StudioTheme;
}

interface StudioService extends Instance {
ActiveScript: LuaSourceContainer | undefined;
}

interface SurfaceGuiBase extends LayerCollector {
Adornee: BasePart | undefined;
}
Expand Down
Loading

0 comments on commit 6663027

Please sign in to comment.