Quick Scoop

If you mean who has admin or command control in a Roblox game , the fastest way is to check the game’s description, group, or official docs for the admin system name, then see whether the game uses something like HD Admin or a custom command setup. Roblox’s creator documentation and community tutorials show that command systems are usually tied to specific admins, groups, user IDs, or ranks—not something hidden from players by default.

How to check

  1. Open the game’s description or pinned announcements and look for names like “HD Admin,” “Kohl’s Admin,” or “commands.”
  2. Look at the creator profile or group linked to the game.
  3. If the game uses a command system, the people who can command usually have been added by:
    • username,
    • user ID,
    • or group rank.
      That’s how the admin-check logic is commonly set up in Roblox tutorials and docs.

What “commanding you” usually means

In Roblox, “commanding” usually means one of two things: either a game’s built-in admin system is letting someone use commands, or someone is trying to exploit the game with an external script. Legit admin systems are intentionally configured by the developer; they are not random players secretly controlling everyone else.

Safer way to verify

If you’re trying to tell whether a specific player is actually an admin, check:

  • whether they have a visible admin tag,
  • whether the game’s UI says they have admin access,
  • whether they’re listed in the game’s admin config or group rank rules.
    Those are the normal ways admin access is granted in Roblox command systems.

If this is about a suspicious player

If someone is using commands in a way that looks unfair or sketchy, treat it as a game issue, not a personal one. Report the player in-game, leave the server, and avoid clicking any links or installing anything that claims to give “free admin” or “spy” features, since those are commonly tied to exploit content.

TL;DR

To find out who’s commanding you in Roblox, look for the game’s admin system name, the creator or group, and the access rules tied to usernames, user IDs, or ranks. If it feels like exploitation, report it and exit the server.