roblox
Missing API Documentation
This API Class does not have any or complete API documentation. Please add API documentation if possible.

The DataModelPatchService class inherits from Instance.

Methods

GetLuaVersion(patchName: string): string

Parameters
NameType
patchNamestring
  • Security: RobloxScriptSecurity.
  • Thread safety: unsafe

GetPatch(patchName: string): Instance

Parameters
NameType
patchNamestring
  • Security: RobloxScriptSecurity.
  • Thread safety: unsafe

RegisterPatch(patchName: string, behaviorName: string, localConfigPath: string, userId: int64): null

Parameters
NameType
patchNamestring
behaviorNamestring
localConfigPathstring
userIdint64
  • Security: RobloxScriptSecurity.
  • Thread safety: unsafe

UpdatePatch(userId: int64, patchName: string, callbackFunction: Function): null

Parameters
NameType
userIdint64
patchNamestring
callbackFunctionFunction
  • Security: RobloxScriptSecurity.
  • Thread safety: unsafe

External links