Owl.Util.Flag.DeleteFlag(name: string): ()

Server Only

Deletes a flag locally, updates the DataStore registry and notifies all connected server instances to remove it.

Parameters

name*
string
Identifier name of the flag to delete.

Returns

voidNone.
Owl.Util.Flag.DeleteFlag("BetaInventory")