Ideas
JustDadThings
5 months agoNew Spectator
Even a method overload that accepts multiple restrictions would suffice.
export function EnableInputRestriction(player: Player, inputRestriction: Array, restrictInput: boolean): void;
Even a method overload that accepts multiple restrictions would suffice.
export function EnableInputRestriction(player: Player, inputRestriction: Array, restrictInput: boolean): void;