By Justin_Williams_2
# untitled admin · W.I.P **Untitled Admin** is a draggable, resizable command console — a clean, dark-themed interface that puts commands, physics effects, and client tools behind a polished GUI built for both PC and mobile. Everything is driven from one window. Type in the console, tap a button, press a keybind, or send a chat command (default prefix `;`). --- ## Admin System Grant trusted players command access **through chat** — without handing over the script. They get commands, not the GUI. | Role | Access | | --- | --- | | **Owner** | Everything — console, buttons, keybinds, Client tab | | **Admin** | Chat commands only | ```text ;admin PlayerName -- grant a player ;unadmin PlayerName -- revoke a player ;admin all -- grant everyone ;unadmin all -- clear the list ;adminlist -- show current admins ``` You can also toggle admin per player from the **Players** tab. **Key points:** - Selectors (`me`, `near`, `far`) resolve from **whoever ran the command** — an admin's `;fling near` flings *their* nearest player. - Commands disabled in **Settings** still work for the owner but are blocked for admins. - Admin status survives respawns and rejoins **resets every time the script reload** ## The Window A single floating panel you fully control: - **Drag** it anywhere by the title bar - **Resize** it from the corner grip — text and layouts scale to fit - **Minimize** to a compact bar when you need the screen - **Auto-snaps** back on-screen if your viewport changes - Smooth `TweenService` animations throughout, with a quick load screen on open At the bottom sits the **command input bar** — type any command and hit send for instant execution. --- ## Seven Tabs | Tab | Icon | What it's for | | --- | --- | --- | | **Commands** | 📋 | Browse and search every command with live usage hints and descriptions | | **History** | ≡ | Re-run, search, and filter past commands by success or failure | | **Players** | 👤 | Live player list with avatars, search, sort, and one-click admin toggles | | **Settings** | ⚙ | Enable or disable individual commands on the fly | | **Buttons** | 🔘 | Build your own on-screen command buttons | | **Client** | 🧍 | Fly, noclip, walkspeed, jumppower, and part-transparency toggles | | **Keybinds** | ⌨ | Map any command to any key | --- ## Commands Tab Every command in one searchable list. Each card shows its **name, usage, and description**, so you never have to guess the syntax. Tap a card to drop it straight into the input bar,. --- ## History Tab A running log of everything you've executed, newest first: - ✅ / ❌ markers for success and failure - **Search** the log and **filter** by All / OK / Failed - **Tap any entry to instantly re-run it** - **Clear** the whole list with one button --- ## Players Tab Live management of everyone in the server: - Real avatar headshots on every card - **Search** by name or display name - **Sort** alphabetically, **filter** by admin / non-admin - One-click **admin / unadmin** buttons per player --- ## Client Tab Your personal toggles and sliders, all in one place: | Tool | Control | | --- | --- | | **Fly** | Camera-relative flight — `WASD` + `Q`/`E`, or the mobile stick | | **Fly speed** | Adjustable multiplier | | **Noclip** | Walk through walls | | **Walk speed** | Set your movement speed | | **Jump power** | Set jump height | | **Transparency** | Fade nearby parts, with tunable radius | Each is a clean ON/OFF card or a value box — no command typing required. --- ## Buttons Tab Design **draggable on-screen buttons** that fire a command on tap: - Name it, assign a command, choose single-press or **toggle** (with an optional "off" command) - Drag it anywhere, **resize** it, then **lock** it in place - Show, hide, edit, or delete any button at any time Perfect for the commands you reach for constantly. --- ## Keybinds Tab Bind any command to any key and fire it instantly — no typing. | Key | Command | | --- | --- | | `F` | `fling near` | | `S` | `stick random` | | `O` | `orbit random 10 5` | Pick a key, type the command, done. Unlimited binds, easy to edit or remove. --- ## Saved Automatically Your whole setup is written to a local file and restored every time the script loads — **no manual saving**: - Command prefix - Keybinds - Custom buttons (name, command, size, position, lock state) - Fly speed and transparency settings - Disabled commands and chat-response toggle Persists through **respawns, GUI reloads, re-running the loader, and rejoining servers.** Admins are never saved — the list resets each session by design. --- ## Commands The GUI runs a deep command set — stick, fling, missile, tornado, blackhole, haunt, orbit, and more. Most take optional arguments for power, speed, distance, etc. **Selectors:** `me` · `near` · `far` · `random` · `PlayerName` ``` ;cmds -- list every command ;undo -- cancel active effects ;end -- shut down and clean up ```
Version: W.I.P
Downloads: 63
Rating: 5.00 (3 ratings)
Views: 1330
Created: 6/16/2026
Updated: 7/16/2026