Roblox Wiki
Roblox Wiki
(Undo revision 725128 by Lavender21949885 (talk))
(16 intermediate revisions by 10 users not shown)
Line 1: Line 1:
  +
[[File:Badge_badgeb.png|thumb|250px|A badge in [[ROLVe_Community/Arsenal|Arsenal]] that players can obtain by winning a game.]]
A '''badge''' is obtained by fulfilling a certain requirement. Some badges are made by Roblox, while some badges are made by Roblox users.
+
A '''badge''' is obtained by fulfilling a certain requirement.
   
 
Badges serve a similar purpose to achievements in games outside of [[Roblox]]. As a result, it is not uncommon for players to intentionally seek out as many badges as possible. There are even entire [[group]]s dedicated to badge-hunting.
 
Badges serve a similar purpose to achievements in games outside of [[Roblox]]. As a result, it is not uncommon for players to intentionally seek out as many badges as possible. There are even entire [[group]]s dedicated to badge-hunting.
   
== Roblox badges ==
+
== Player Badges ==
  +
[[File:BadgeTemplate.png|thumb|A template used for creating image of a badge. The shaded part will be trimmed and have antialiasing in the final image.]]
Roblox badges are obtained by progress (e.g. earning Builder's club, playing in Roblox at least 1 or more years) or by playing games.
 
  +
Player badges are badges created by users and are awarded to players in [[Game universe|games]]. Creator usually make them obtainable by progressing or finding secrets. Unlike Roblox badges, players can remove them from their [[inventory]].
  +
  +
===Rarity===
 
The player badges' difficulties are influenced by how many players got it yesterday; for example, if 100,000 players get a badge, its difficulty will likely be Freebie, while if only 2 players get a badge, its difficulty will likely be impossible. Sometimes, this does not even remotely reflect the difficulty of getting the badge—in some extreme cases, literal freebie badges awarded upon entering the game are listed as impossible.
 
{| border="0" cellpadding="1" cellspacing="1" class="article-table"
 
|-
 
! scope="col" style="text-align: center;" |Name of difficulty
 
! scope="col" style="text-align: center;" |Percentage
 
|-
 
| style="text-align: center;"|Freebie
 
| style="text-align: center;"|from 100% to 90%
 
|-
 
| style="text-align: center;"|Cake Walk
 
| style="text-align: center;"|from 89.9% to 80%
 
|-
 
| style="text-align: center;"|Easy
 
| style="text-align: center;"|from 79.9% to 50%
 
|-
 
| style="text-align: center;"|Moderate
 
| style="text-align: center;"|from 49.9% to 30%
 
|-
 
| style="text-align: center;"|Challenging
 
| style="text-align: center;"|from 29.9% to 20%
 
|-
 
| style="text-align: center;"|Hard
 
| style="text-align: center;"|from 19.9% to 10%
 
|-
 
| style="text-align: center;"|Extreme
 
| style="text-align: center;"|from 9.9% to 5%
 
|-
 
| style="text-align: center;"|Insane
 
| style="text-align: center;"|from 4.9% to 1%
 
|-
 
| style="text-align: center;"|Impossible
 
| style="text-align: center;"|from 0.9% to 0%
 
|}
  +
 
=== Criticism ===
  +
Player badges are criticized due to its cost (100 Robux) for creating one, and that badges for [[Group place|group games]] require payment of group funds instead of having the option to use the funds of their creator.<ref>https://devforum.roblox.com/t/remove-badge-uploading-fee/176951</ref>
  +
 
=== Creating a badge ===
  +
Users can create their own badge by uploading their image, typing in the name and description and purchasing their badge with Robux. Images for badges are circular, so the outside of the circle will be trimmed in the final image. Where the badges are created can be found by opening up Roblox Studio, loading a place, opening the Game Explorer, right-clicking on Badges, and then selecting Create Badge. Alternatively, this can be found on the website by clicking on ''Create'' and then ''Badges''. Name and description are required to create the badge.
  +
  +
==== Scripts ====
  +
This code will award a player of specified id a badge of specified id. The player must be present in game for it to work.
  +
 
{{Code|=game:GetService("BadgeService"):AwardBadge(userid,badgeid)}}
  +
Additionally, this code uses the UserHasBadge function that checks the user if they have a badge of specified id:
  +
 
{{Code|=game:GetService("BadgeService"):UserHasBadge(userid,assetid)}}
 
'''Limitations:'''
 
* The awarded badge must be of the current game.
 
* Badges can only be awarded once.
  +
  +
== Roblox Badges ==
 
Most Roblox badges can be obtained by progressing (e.g. earning Builder's club, playing in Roblox at least 1 or more years) or by playing games.
 
{| class="article-table"
 
{| class="article-table"
 
!style="text-align:center;"|Icon
 
!style="text-align:center;"|Icon
Line 53: Line 110:
 
|style="text-align:center;"|[[File:BC Badge.png|50px]]
 
|style="text-align:center;"|[[File:BC Badge.png|50px]]
 
|[[Builder's Club Badge]]
 
|[[Builder's Club Badge]]
|No
+
|Yes
|Given to anyone who currently has [[Builders Club#Builders Club|BC]].
+
|Was Given to anyone who had [[Builders Club#Builders Club|BC]], before Builder's Club was replaced by Premium in late 2019.
 
|-
 
|-
 
|style="text-align:center;"|[[File:TBC Badge.png|50px]]
 
|style="text-align:center;"|[[File:TBC Badge.png|50px]]
 
|[[Turbo Builders Club badge|TBC Badge]]
 
|[[Turbo Builders Club badge|TBC Badge]]
|No
+
|Yes
|Given to anyone who currently has [[Builders Club#Turbo Builders Club|TBC]].
+
|Was Given to anyone who had [[Builders Club#Turbo Builders Club|TBC]], before Builder's Club was replaced by premium in late 2019.
 
|-
 
|-
 
|style="text-align:center;"|[[File:OBC Badge.png|50px]]
 
|style="text-align:center;"|[[File:OBC Badge.png|50px]]
 
|[[Outrageous Builders Club badge|OBC Badge]]
 
|[[Outrageous Builders Club badge|OBC Badge]]
|No
+
|Yes
|Given to anyone who currently has [[Builders Club#Outrageous Builders Club|OBC]].
+
|Was Given to anyone had  [[Builders Club#Outrageous Builders Club|OBC]], before Builder's Club was replaced by Premium in late 2019.
 
|-
 
|-
 
|style="text-align:center;"|[[File:Welcome Badge.png|50px]]
 
|style="text-align:center;"|[[File:Welcome Badge.png|50px]]
 
|[[Welcome To The Club Badge|Welcome to the Club Badge]]
 
|[[Welcome To The Club Badge|Welcome to the Club Badge]]
  +
|2019
|No
 
|Given to anyone who had [[Builders Club|BC]] at one point in time.
+
|Given to anyone who had [[Builders Club|BC]] at one point in time before Premium.
 
|-
 
|-
 
|style="text-align:center;"|[[File:Badge7.png|50px]]
 
|style="text-align:center;"|[[File:Badge7.png|50px]]
Line 101: Line 158:
 
|Given to anyone who exceeds 250 wins in games with classic combat scripts.
 
|Given to anyone who exceeds 250 wins in games with classic combat scripts.
 
|}
 
|}
 
==History of the badges==
 
 
2006: Game Badges are introduced.
== Player badges ==
 
 
Player badges are obtained by progressing through a game. Unlike Roblox badges, they can be removed on your Inventory. Their difficulties are influenced by how many players got it yesterday; for example, if 100,000 players get a badge, its difficulty will likely be Freebie, while if only 2 players get a badge, its difficulty will likely be impossible. Sometimes, this does not even remotely reflect the difficulty of getting the badge--in some extreme cases, literal freebie badges awarded upon entering the game are listed as impossible.
 
{| border="0" cellpadding="1" cellspacing="1" class="article-table"
 
|-
 
! scope="col" style="text-align: center;" |Name of difficulty
 
! scope="col" style="text-align: center;" |Percentage
 
|-
 
| style="text-align: center;"|Freebie
 
| style="text-align: center;"|from 100% to 90%
 
|-
 
| style="text-align: center;"|Cake Walk
 
| style="text-align: center;"|from 89.9% to 80%
 
|-
 
| style="text-align: center;"|Easy
 
| style="text-align: center;"|from 79.9% to 50%
 
|-
 
| style="text-align: center;"|Moderate
 
| style="text-align: center;"|from 49.9% to 30%
 
|-
 
| style="text-align: center;"|Challenging
 
| style="text-align: center;"|from 29.9% to 20%
 
|-
 
| style="text-align: center;"|Hard
 
| style="text-align: center;"|from 19.9% to 10%
 
|-
 
| style="text-align: center;"|Extreme
 
| style="text-align: center;"|from 9.9% to 5%
 
|-
 
| style="text-align: center;"|Insane
 
| style="text-align: center;"|from 4.9% to 1%
 
|-
 
| style="text-align: center;"|Impossible
 
| style="text-align: center;"|from 0.9% to 0%
 
|}
 
 
=== Creating a badge ===
 
In order for you to make a badge, you need to have 100 [[Robux]]. Choose the place you want the badge to be in and select "Create Badge". After that, you should come to a screen that lets you download a blank badge template, which is the same page that you will upload your image to. Go into any image editing program you use (ex. GIMP, Photoshop, Paint.NET, MS Paint, etc.) and make the badge there. When done, save the badge. On the screen where you got the badge template, scroll down to upload the badge. Afterward, pay the price for having the badge. You will then have a BadgeModel generated in your models. Just place this anywhere in your place. When you save and people play the game, if they step on the badge, they are awarded the badge. Badges are recorded on a user's profile.
 
You can also script badges to make the players get them in a custom way. It is easier to place the BadgeModel method of awarding badges rather than scripting the badges, but depending on the theme of the game and the intended method of getting the badge, script-based badge awards may be more immersive and fun to obtain for your players, not to mention the expanded options you will have for what players do to earn the badge.
 
There is no limit to how many badges a single place can have, and the price always stays the same.
 
 
==== Scripts ====
 
By using scripts, you can award players badges using the following function:
 
 
{{Code|=game:GetService("BadgeService"):AwardBadge(userid,badgeid)}}
 
Additionally, you can check if a user has a badge using the UserHasBadge function:
 
 
{{Code|=game:GetService("BadgeService"):UserHasBadge(userid,assetid)}}
 
'''Limitations:'''
 
* The awarded badge must be of the current game.
 
* Badges can only be awarded once.
 
 
== History of the badges ==
 
 
2007: [[Game Badges]] are introduced.
 
   
 
2009: Game Badges are easier to get, Player Badges are introduced.
 
2009: Game Badges are easier to get, Player Badges are introduced.
Line 166: Line 169:
 
2017: Badges can now be awarded by any place in the universe (game),  Player Badges no longer require BC to create.
 
2017: Badges can now be awarded by any place in the universe (game),  Player Badges no longer require BC to create.
   
2018: Player Badge Comments are been Disabled due for Scams/Bots, Badge Givers are no longer awarded to your inventory to the corresponding badge.
+
2018: Player Badge Comments have been Disabled due to Scams/Bots, Badge Givers are no longer awarded to your inventory to the corresponding badge.
   
 
== Trivia ==
 
== Trivia ==
Line 172: Line 175:
 
* There was once a Roblox badge that was unreleased. It appeared to be a circle with a blue background, similar to Friendship Badge, Ambassador Badge, and Inviter Badge. With "5" on it above and 4 coins stacked down with 1 standing with "R" on it.
 
* There was once a Roblox badge that was unreleased. It appeared to be a circle with a blue background, similar to Friendship Badge, Ambassador Badge, and Inviter Badge. With "5" on it above and 4 coins stacked down with 1 standing with "R" on it.
 
**The R might be a reference to be R$(or Robux), making it appear "5 Robux"
 
**The R might be a reference to be R$(or Robux), making it appear "5 Robux"
*A user named {{player link|hopperkk}} currently holds the most player badges on Roblox, with almost 50K obtained player badges.
+
*A user named {{player link|hopperkk}} currently holds the most player badges on Roblox, with over 60K obtained player badges.
 
*Along with the 100 Robux needed to create a player badge, BC was one of the requirements too, but that has been removed in recent years.
 
*Along with the 100 Robux needed to create a player badge, BC was one of the requirements too, but that has been removed in recent years.
  +
[[File:UnusedNavigationBadge.jpg|thumb|The unused "Navigation" badge]]
  +
*An early cut Roblox badge is the "Navigation" badge. It predates the iconic Roblox badges by two days.<ref>https://mikerayhawk.com/roblox/website.htm</ref> It is unknown as to what the requirements were to obtain it.
   
==Badge sizes==
+
==References==
  +
<references/>
<gallery position="center">
 
BadgeTemplate.png|link=https://developer.roblox.com/assets/5b2d60e82d96e4e55d623896/BadgeTemplate.png
 
</gallery>
 
 
[[Category:Features]]
 
[[Category:Features]]
 
[[Category:Badges]]
 
[[Category:Badges]]

Revision as of 22:03, 19 March 2020

Badge badgeb

A badge in Arsenal that players can obtain by winning a game.

A badge is obtained by fulfilling a certain requirement.

Badges serve a similar purpose to achievements in games outside of Roblox. As a result, it is not uncommon for players to intentionally seek out as many badges as possible. There are even entire groups dedicated to badge-hunting.

Player Badges

BadgeTemplate

A template used for creating image of a badge. The shaded part will be trimmed and have antialiasing in the final image.

Player badges are badges created by users and are awarded to players in games. Creator usually make them obtainable by progressing or finding secrets. Unlike Roblox badges, players can remove them from their inventory.

Rarity

The player badges' difficulties are influenced by how many players got it yesterday; for example, if 100,000 players get a badge, its difficulty will likely be Freebie, while if only 2 players get a badge, its difficulty will likely be impossible. Sometimes, this does not even remotely reflect the difficulty of getting the badge—in some extreme cases, literal freebie badges awarded upon entering the game are listed as impossible.

Name of difficulty Percentage
Freebie from 100% to 90%
Cake Walk from 89.9% to 80%
Easy from 79.9% to 50%
Moderate from 49.9% to 30%
Challenging from 29.9% to 20%
Hard from 19.9% to 10%
Extreme from 9.9% to 5%
Insane from 4.9% to 1%
Impossible from 0.9% to 0%

Criticism

Player badges are criticized due to its cost (100 Robux) for creating one, and that badges for group games require payment of group funds instead of having the option to use the funds of their creator.[1]

Creating a badge

Users can create their own badge by uploading their image, typing in the name and description and purchasing their badge with Robux. Images for badges are circular, so the outside of the circle will be trimmed in the final image. Where the badges are created can be found by opening up Roblox Studio, loading a place, opening the Game Explorer, right-clicking on Badges, and then selecting Create Badge. Alternatively, this can be found on the website by clicking on Create and then Badges. Name and description are required to create the badge.

Scripts

This code will award a player of specified id a badge of specified id. The player must be present in game for it to work.

Lua error in Dev:Delimited tag at line 17: No tag text provided.?. Additionally, this code uses the UserHasBadge function that checks the user if they have a badge of specified id:

Lua error in Dev:Delimited tag at line 17: No tag text provided.?. Limitations:

  • The awarded badge must be of the current game.
  • Badges can only be awarded once.

Roblox Badges

Most Roblox badges can be obtained by progressing (e.g. earning Builder's club, playing in Roblox at least 1 or more years) or by playing games.

Icon Badge Name Retired Description
Administrator Badge 2019 Administrator Badge No Given to administrators.
Veteran Badge Veteran Badge No Given to anyone who exceeds one year of account age.
Friendship Badge Friendship Badge No Given to anyone who exceeds twenty friends.
Inviter Badge Inviter Badge 2014 Given to anyone who exceeds inviting 3+ players, awarded in the inviter program which ran from 2009-13.
Ambassador Ambassador Badge 2012 Given to anyone who exceeds 6+ tix in the ambassador program, removed from all profiles in October 2014.
Forummod Forum Moderator Badge Yes Given to forum moderators.
Image Mod Transparent Image Moderator Badge Yes Given to image moderators.
Super Moderator Super Moderator Badge Yes Given to super moderators. (and used as a symbol of a banhammer)
BC Badge Builder's Club Badge Yes Was Given to anyone who had BC, before Builder's Club was replaced by Premium in late 2019.
TBC Badge TBC Badge Yes Was Given to anyone who had TBC, before Builder's Club was replaced by premium in late 2019.
OBC Badge OBC Badge Yes Was Given to anyone had  OBC, before Builder's Club was replaced by Premium in late 2019.
File:Welcome Badge.png Welcome to the Club Badge 2019 Given to anyone who had BC at one point in time before Premium.
Badge7 Homestead Badge No Given to anyone who exceeds 100 place visits.
Bricksmith Badge Bricksmith Badge No Given to anyone who exceeds 1,000 place visits.
Official Model Maker Official Model Maker Badge No Given to anyone who exceeds great model making skills with Roblox's endorsement.
Combat1 Combat Initiation Badge 2015 Given to anyone who exceeds 10 wins in games with classic combat scripts.
Combat2 Warrior Badge 2015 Given to anyone who exceeds 100 wins in games with classic combat scripts.
Bloxxer Bloxxer Badge 2015 Given to anyone who exceeds 250 wins in games with classic combat scripts.

History of the badges

2006: Game Badges are introduced.

2009: Game Badges are easier to get, Player Badges are introduced.

2010: Player Badges get a new design.

2012: The BC, TBC and OBC badges are added.

2017: Badges can now be awarded by any place in the universe (game),  Player Badges no longer require BC to create.

2018: Player Badge Comments have been Disabled due to Scams/Bots, Badge Givers are no longer awarded to your inventory to the corresponding badge.

Trivia

This section is a trivia section. Please relocate any relevant information into other sections of the article.

  • There was once a Roblox badge that was unreleased. It appeared to be a circle with a blue background, similar to Friendship Badge, Ambassador Badge, and Inviter Badge. With "5" on it above and 4 coins stacked down with 1 standing with "R" on it.
    • The R might be a reference to be R$(or Robux), making it appear "5 Robux"
  • A user named hopperkk currently holds the most player badges on Roblox, with over 60K obtained player badges.
  • Along with the 100 Robux needed to create a player badge, BC was one of the requirements too, but that has been removed in recent years.
UnusedNavigationBadge

The unused "Navigation" badge

  • An early cut Roblox badge is the "Navigation" badge. It predates the iconic Roblox badges by two days.[2] It is unknown as to what the requirements were to obtain it.

References