Thursday 7 May 2015

Make Badges Without Bc On "Roblox"

Make visitors feel appreciated with a badge image.


The online game "Roblox" provides members of the Builder's Club with the option to create and hand out badges, for the cost of 100 Robux. If you wish to give visitors badges without purchasing a monthly subscription, create a makeshift badge using an image and Lua scripts. A makeshift badge fails to offer the versatility of an official Roblox badge, and unlike an official badge, a makeshift badge cannot be saved to your page or stay with users after they visit your Place.


Instructions


1. Open an image-editing program such as GIMP, Photoshop or CorelDraw. Open the image you wish to use as a badge and click on the "Shape" option. Drag a circle over the image so that the circle encompasses as much of the picture as possible. Use the "Bucket" tool to turn the area outside the circle black.


2. Save the image as "New Badge" and quit the program. Visit a photo-imaging website and upload your image. Copy the text that appears in the "URL" box.


3. Visit the Roblox page of the Place you want to edit. Click on the "Edit" button.


4. Insert an empty script space. Click "Insert" then scroll to "Script."


5. Display the image of the badge. Place your cursor within the "Script" text-field and enter the Lua image command "image.load." After the command, paste the URL of the image, in parenthesis, for instance: "image.load("URL")."


6. Write a function that displays the image, for instance: "function badge()," "image.load("URL")" "end."


7. Specify the conditions for the badge. For example, write a command that automatically awards people with the badge when the visit your place: "if Players.PlayerAdded:connect(badge)."

Tags: image load, makeshift badge, badge image, visit your, with badge