AwardBadge (Method): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>ArceusInator
Added a few things.
>ArceusInator
Added a few things.
(No difference)

Revision as of 01:15, 26 December 2010

AwardBadge( Integer userId, Integer badgeId )
Returns nil
Description: Gives the Player with the userId of userId the badge with the assetId of badgeId.
Member of: BadgeService


Example
function AwardBadge( player, badgeId )
   game:GetService( "BadgeService" ):AwardBadge( player.userId, badgeId )


Limitations

  • Badges can only be awarded from Roblox Game Servers. This means it must be a server-side script running online.
  • The owner of the place must own the badge and it must be for the place that is awarding it.
  • The owner of the place must have a current Builder's Club subscription.
  • The player that is recieving the badge must be in the game.

See Also