Skip to content

Commit

Permalink
Update customDefinitions.d.ts
Browse files Browse the repository at this point in the history
Instance extends object
  • Loading branch information
SnorlaxAssist authored Oct 28, 2024
1 parent 90c174f commit 72cd24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/customDefinitions.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ interface InsertService extends Instance {
GetUserSets(this: InsertService, userId: number): Array<SetInfo>;
}

interface Instance {
interface Instance extends Object {
/**
* **Clone** creates a copy of an object and all of its descendants, ignoring all objects that are not [Archivable](https://developer.roblox.com/en-us/api-reference/property/Instance/Archivable). The copy of the root object is returned by this function and its [Parent](https://developer.roblox.com/en-us/api-reference/property/Instance/Parent) is set to nil.
*
Expand Down

0 comments on commit 72cd24c

Please sign in to comment.