Fedora People

subgraph H [Persistent Ban System] H1[Player tries to rejoin] H2[Game checks DataStore for<br>player's ID in ban list] H3Is ID in ban list? H1 --> H2 --> H3 H3 -- Yes --> H4[Player is immediately kicked<br>again before they can load in] H3 -- No --> I[Player allowed to join] end

: Capabilities to ban users for a specific duration (e.g., 24 hours) using timestamps.

The script often prompts for a reason, which is displayed to the banned player and logged for administrator review.

A is one that a developer intentionally installs in their own game. It runs server-side (meaning the game's server, not the player's computer) and is used strictly for constructive moderation purposes by the game's official staff. This practice is permitted under Roblox's Terms of Service.