CanMountEntityUsage​Called when the player attempts to mount an entityReturn a non-null value to override default behaviorExamples​""object CanMountEntity(BasePlayer player, BaseMountable entity){ Puts("CanMountEntity works!"); return null;}Copy