This site is inactive!

This site is no longer kept up to date. It has been superseded by the Roblox API Reference. Please update your bookmarks.

Tags: notCreatable

Members

Properties

Functions

Returns Function History
void SetAwardBadgeUrl ( string url ) (−0.310)
void SetHasBadgeCooldown ( int seconds ) (−0.310)
void SetHasBadgeUrl ( string url ) (−0.310)
void SetIsBadgeDisabledUrl ( string url ) (−0.310)
void SetIsBadgeLegalUrl ( string url ) (−0.310)
void SetPlaceId ( int placeId ) (−0.310)

YieldFunctions

Returns YieldFunction History
bool AwardBadge ( int64 userId, int64 badgeId )
Dictionary GetBadgeInfoAsync ( int64 badgeId ) (+0.339)
bool IsDisabled ( int64 badgeId )
bool IsLegal ( int64 badgeId )
bool UserHasBadgeAsync ( int64 userId, int64 badgeId ) (+0.336)
bool UserHasBadge ( int64 userId, int64 badgeId )
  • 1 yieldfunction inherited from Instance

Events

Event History
BadgeAwarded ( string message, int64 userId, int64 badgeId ) (+0.91)

Function Descriptions

voidBadgeService.SetAwardBadgeUrl ( string url )

Version History:(−0.310)

Tags: LocalUserSecurity

voidBadgeService.SetHasBadgeCooldown ( int seconds )

Version History:(−0.310)

Tags: LocalUserSecurity

voidBadgeService.SetHasBadgeUrl ( string url )

Version History:(−0.310)

Tags: LocalUserSecurity

voidBadgeService.SetIsBadgeDisabledUrl ( string url )

Version History:(−0.310)

Tags: LocalUserSecurity

voidBadgeService.SetIsBadgeLegalUrl ( string url )

Version History:(−0.310)

Tags: LocalUserSecurity

voidBadgeService.SetPlaceId ( int placeId )

Version History:(−0.310)

Tags: LocalUserSecurity

YieldFunction Descriptions

boolBadgeService.AwardBadge ( int64 userId, int64 badgeId )

DictionaryBadgeService.GetBadgeInfoAsync ( int64 badgeId )

Version History:(+0.339)

boolBadgeService.IsDisabled ( int64 badgeId )

boolBadgeService.IsLegal ( int64 badgeId )

boolBadgeService.UserHasBadgeAsync ( int64 userId, int64 badgeId )

Version History:(+0.336)

boolBadgeService.UserHasBadge ( int64 userId, int64 badgeId )

Deprecated: This member is deprecated.

Event Descriptions

BadgeService.BadgeAwarded ( string message, int64 userId, int64 badgeId )

Version History:(+0.91)

Tags: RobloxScriptSecurity

Inherits: