"Roblox" is a freeform game that enables players to design and build the game world. Not only do players have complete control over the game world, but they also are able to change the visual characteristics and coding aspects of their characters. One such popular modification is the admin shirt, which indicates rank in a server. By following the coding steps, any player can obtain an admin shirt to use on his server.
Instructions
1. Visit the "Roblox" website and enter the editor.
2. Click Build. After the program has loaded, open "Roblox Studios" from the bottom left-hand corner of the screen.
3. Click the "Utilities" icon on the top right of the screen, which looks like a hammer and wrench.
4. Select "Free Models" from the drop-down menu.
5. Search for "admin script" in the search box.
6. Select an admin script template and drag it to the Workspace drop-down menu on the right.
7. Open your new template script to access the code.
8. Replace all instances of "Name" in the code with the name of your character.
9. Locate the name of the character you entered into the code. Search under the Workspace drop-down menu and expand your character's folder.
10. Select "Shirt Graphic" from the drop-down menu. In the dialogue box that appears below, copy the link to the right of "Graphic."
11. Paste the URL into the line of code near the top of the script that reads:
Texture = "Link"
Replace the word "Link" with the URL, but make sure that your URL has one set of quotation marks around it.
12. Save the changes, and your character will now have an admin shirt.