Special User Shirt: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>BenderRobot
mNo edit summary
>Ganondude
This article now contains useful information.
Line 1: Line 1:
Creating an Admin Shirt to sell so other people can buy it and be admin when they wear it to your place!
First of all, you must be in Builder's Club in order to sell your shirts. If you are not, you can still create admin shirts and admin shirt doors, but they will not be very effective if nobody else is able to buy the required shirt. If you need help with selling shirts, see [[How do I sell a shirt?]].


#Create a shirt for the admin shirt and put it on.
 
#Now, you have to go to Solo Mode.
'''Step 1)''' Create your admin shirt and upload it to Roblox.
#You have the option to go to Roblox Studio so you can pause the game while your doing the script (this is a much harder way,i suggest go to solo mode).
 
#Unlock youself.
'''Step 2)''' Visit any place on Solo.
#Press the + right next to your name on the Explorer Window.
 
#Open up properties if you haven't already.
'''Step 3)''' While in Solo Mode, open Tools (top-left corner). In the Explorer tab on the right, open the Workspace (by clicking the + sign next to Workspace) and find your character.
#Click on 'Shirt Graphic' under your name in the Explorer Window.
 
#Copy the 'Graphic Id'.
'''Step 4)''' Open your character (by clicking the + sign next to your name), and find Shirt Graphic. Click on it, and in the Properties tab (bottom-right) there should be a Graphic value. Copy it.
#Get the code from here: [http://pastebin.ca/686721]
 
#Replace the code in the admin door script with the one you copied from shirt graphic.
'''Step 5)''' Open the admin shirt door script (if you do not have this, see [[How do I make admin doors?]]). Near the top of the script should be a texture value. Replace the value in quotes with the value you just copied from your Shirt Graphic. Make sure you keep it in quotes.
 
'''Step 6)''' You are now finished setting up your admin shirt. Be sure to test it before you sell the shirt though, you don't want angry buyers saying your shirt doesn't work!


[[Category:Scripting Tutorials]]
[[Category:Scripting Tutorials]]

Revision as of 02:40, 4 January 2008

First of all, you must be in Builder's Club in order to sell your shirts. If you are not, you can still create admin shirts and admin shirt doors, but they will not be very effective if nobody else is able to buy the required shirt. If you need help with selling shirts, see How do I sell a shirt?.


Step 1) Create your admin shirt and upload it to Roblox.

Step 2) Visit any place on Solo.

Step 3) While in Solo Mode, open Tools (top-left corner). In the Explorer tab on the right, open the Workspace (by clicking the + sign next to Workspace) and find your character.

Step 4) Open your character (by clicking the + sign next to your name), and find Shirt Graphic. Click on it, and in the Properties tab (bottom-right) there should be a Graphic value. Copy it.

Step 5) Open the admin shirt door script (if you do not have this, see How do I make admin doors?). Near the top of the script should be a texture value. Replace the value in quotes with the value you just copied from your Shirt Graphic. Make sure you keep it in quotes.

Step 6) You are now finished setting up your admin shirt. Be sure to test it before you sell the shirt though, you don't want angry buyers saying your shirt doesn't work!