CanUseUIUsage​Called when the player attempts to use a custom UIReturn a non-null value to override default behaviorExamples​""object CanUseUI(BasePlayer player, string json){ Puts("CanUseUI works!"); return null;}Copy