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.
commands.json..na and .iy plugins.flagged selector.Getting started
Load the script, then use the command bar.
Loader
loadstring(game:HttpGet("https://raw.githubusercontent.com/ltseverydayyou/Nameless-Admin/main/Source.lua"))()
loadstring(game:HttpGet("https://raw.githubusercontent.com/ltseverydayyou/Nameless-Admin/main/NA%20testing.lua"))()
Plugin folders
Nameless-Admin/Plugins
.na pluginsNameless-Admin/PluginsIY
.iy plugins
Basic use
- Press the prefix key. Default is
;. - Type a command like
fly 3,nocliporview random. - Use player selectors anywhere a command accepts targets, such as
view nearest,locate flaggedorgoto %Red. - Use a backslash to run more than one command:
fly 50\goto random\dex. - Press
TABor tap a suggestion to complete a command.
fly 3 is typed as ;fly 3.How it works
Simple view of the main parts.
- 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,rad50orflaggedinto player lists. - UI layer handles windows, notifications, settings, command search, topbar/menu controls and mobile-friendly buttons.
- Plugins add extra
.naand.iycommands without editing the main loader.
Command flow
- You type a command after the prefix.
- Nameless Admin matches the alias and parses the rest of the text as arguments.
- Player arguments are resolved through the selector system.
- 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.
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.
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.
alleveryoneotherseveryone except youmejust yourandomone random playernearestclosest playerfarthestfarthest playeralivealive playersdeaddead playersfriendsRoblox friendsnonfriendsnot your friendsteamyour teamnonteamother teamsalliessame teamenemiesdifferent teamseatedsitting playersstoodnon-sitting playersr15R15 avatarsr6R6 avatarsinvisiblefully transparent charactersbaconclassic bacon-style avatarsslenderstall R15 avatarsshortshort R15 avatarsnpcNPCscursorplayer under mouseflaggedRotector-flagged or recorded server players#<number>random amount%<team>team name prefixage<days>account age at or below daysgroup<id>players in group IDrad<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 randomwatches one random player.locate flaggedlocates players surfaced by Rotector.goto %Redtargets players whose team name starts with Red.bring rad25targets players within 25 studs.
Rotector checks
Checks Roblox users through the Rotector API and shows warning/details inside NA.
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.
rotectorchecks other players in the current server.rotector allchecks every player target returned byall.rotector flaggedshows details for players matched by theflaggedselector.rotector id:<userId>checks an offline Roblox user ID.rotector on/rotector offtoggles Rotector warning notifications.rotector mixed on/rotector mixed offtoggles mixed-record warnings.rotector markers on/rotector markers offtoggles visible markers for surfaced players.rotectoresp/unrotectorespenables or disables ESP only for Rotector-flagged or recorded users.
rotector.com. Treat it as extra context and check the details window before assuming intent.Commands
Loaded from commands.json.
Patched commands
Fixes and overrides loaded from commands.json.
