NA icon
Nameless Admin
continuation by ltseverydayyou
Docs

Nameless Admin

An easy admin script for Roblox. This page keeps the loader, commands, player selectors, plugins, UI tools, integrations and Rotector safety checks in one place.

999
Core commands
Loaded from commands.json.
2
Loaders
Main and testing builds.
2
Plugin folders
.na and .iy plugins.
RT
Rotector support
Warnings, details, markers and the flagged selector.

Getting started

Load the script, then use the command bar.

Setup

Loader

Main loader
loadstring(game:HttpGet("https://raw.githubusercontent.com/ltseverydayyou/Nameless-Admin/main/Source.lua"))()
Testing loader
loadstring(game:HttpGet("https://raw.githubusercontent.com/ltseverydayyou/Nameless-Admin/main/NA%20testing.lua"))()

Plugin folders

  • Nameless-Admin/Plugins
    .na plugins
  • Nameless-Admin/PluginsIY
    .iy plugins

Basic use

  1. Press the prefix key. Default is ;.
  2. Type a command like fly 3, noclip or view random.
  3. Use player selectors anywhere a command accepts targets, such as view nearest, locate flagged or goto %Red.
  4. Use a backslash to run more than one command: fly 50\goto random\dex.
  5. Press TAB or tap a suggestion to complete a command.
Tip: most command examples leave out the prefix. With the default prefix, fly 3 is typed as ;fly 3.

How it works

Simple view of the main parts.

Core
  • Loader starts Nameless Admin, prepares protected/shared runtime state and loads the main systems.
  • Command handler stores aliases, usage hints, argument rules and command functions.
  • Target resolver turns names and shortcuts like random, team, rad50 or flagged into player lists.
  • UI layer handles windows, notifications, settings, command search, topbar/menu controls and mobile-friendly buttons.
  • Plugins add extra .na and .iy commands without editing the main loader.

Command flow

  1. You type a command after the prefix.
  2. Nameless Admin matches the alias and parses the rest of the text as arguments.
  3. Player arguments are resolved through the selector system.
  4. The command runs, then NA reports results through notifications, windows, logs or UI changes.

What NA includes

A clearer overview of the main systems instead of only listing commands.

Features

Command bar and autofill

Prefix commands, suggestions, aliases, command chaining with \ and quick command search.

Player targeting

Use names, display names and selectors such as all, random, rad25, %team and flagged.

ESP and locating

Player ESP, chams, locator arrows, part/folder/model ESP and Rotector-only ESP for flagged or recorded users.

UI and settings

Resizable windows, notifications, topbar controls, command keybinds, themes/settings and safer UI parenting helpers.

Logs and moderation helpers

Chat logs, join/leave logs, server/user info windows and quick copy tools for IDs or server data.

Integrations

Webhook helpers, server ID copying, teleport script copying and Bloxstrap RPC text support.

Plugins

.na plugins can register commands. .iy plugins can be loaded from the Infinite Yield plugin folder.

Safety checks

Rotector checks can warn about flagged users, show details and mark matching players when enabled.

Selecting players

Short names for picking targets.

Targets

Selectors can be used in commands that accept a player argument. They work with direct usernames/display names too, so partial names and special selectors can be mixed depending on the command.

  • all everyone
  • others everyone except you
  • me just you
  • random one random player
  • nearest closest player
  • farthest farthest player
  • alive alive players
  • dead dead players
  • friends Roblox friends
  • nonfriends not your friends
  • team your team
  • nonteam other teams
  • allies same team
  • enemies different team
  • seated sitting players
  • stood non-sitting players
  • r15 R15 avatars
  • r6 R6 avatars
  • invisible fully transparent characters
  • bacon classic bacon-style avatars
  • slenders tall R15 avatars
  • short short R15 avatars
  • npc NPCs
  • cursor player under mouse
  • flagged Rotector-flagged or recorded server players
  • #<number> random amount
  • %<team> team name prefix
  • age<days> account age at or below days
  • group<id> players in group ID
  • rad<studs> nearby players
flagged checks current server players against Rotector data. It uses cached records when available, then looks up uncached users and returns players that NA should warn about or surface.
  • view random watches one random player.
  • locate flagged locates players surfaced by Rotector.
  • goto %Red targets players whose team name starts with Red.
  • bring rad25 targets players within 25 studs.

Rotector checks

Checks Roblox users through the Rotector API and shows warning/details inside NA.

API

Rotector results can include a flag status, category, confidence and reason lines when the API returns them. NA caches results for a short time, warns on stronger records, can show CoreGui markers and can open a details window for extra reason text.

  • rotector checks other players in the current server.
  • rotector all checks every player target returned by all.
  • rotector flagged shows details for players matched by the flagged selector.
  • rotector id:<userId> checks an offline Roblox user ID.
  • rotector on / rotector off toggles Rotector warning notifications.
  • rotector mixed on / rotector mixed off toggles mixed-record warnings.
  • rotector markers on / rotector markers off toggles visible markers for surfaced players.
  • rotectoresp / unrotectoresp enables or disables ESP only for Rotector-flagged or recorded users.
Rotector data is a safety signal from rotector.com. Treat it as extra context and check the details window before assuming intent.

Commands

Loaded from commands.json.

Core
Loading commands...

Patched commands

Fixes and overrides loaded from commands.json.

Patched