|
| 19 Nov 2012 04:57 PM |
The default badge script isn't working?
----- %D6MACOjd5qDys+jjsK5sZMV3tbMB81vjJcUOHgl3MyKmOhNRJdBxPO+7t9E6BKrOOTLgCGI/TS/gJnj4FHWPvVdZbSglqL2KBnYcrcCm1gQG394RRumXsUAsl8MRYlCAnPE5zG6xjL/2DYcZLLCe5Dw+Q7rZJRBmyV64EWb+og4=%%13326026%print("Badge Awarder Loaded. BadgeID: " .. script.Parent.BadgeID.Value)
-- ROBLOX scripter hackers, see what you can do with this: -- game:GetService("BadgeService"):UserHasBadge(userid, badgeid)
function OnTouch(part) if (part.Parent:FindFirstChild("Humanoid") ~= nil) then local p = game.Players:GetPlayerFromCharacter(part.Parent) if (p ~= nil) then print("Awarding BadgeID: " ..script.Parent.BadgeID.Value .. " to UserID: " .. p.userId) local b = game:GetService("BadgeService") b:AwardBadge(p.userId, script.Parent.BadgeID.Value) end end end
script.Parent.Touched:connect(OnTouch) ------------- Why? |
|
|
| Report Abuse |
|
|
| |
|
|
| 04 Mar 2013 04:40 PM |
| BUMP 2013 still having this problem why does the default badge awarder not work? and can someone please post / help with a fix. |
|
|
| Report Abuse |
|
|
adark
|
  |
| Joined: 13 Jan 2008 |
| Total Posts: 6412 |
|
|
| 04 Mar 2013 05:12 PM |
Are you sure it's not rewarding? Check on your profile page.
Since it detracted from many games, ROBLOX removed the message and sound that display/play when a badge is earned. |
|
|
| Report Abuse |
|
|
| |
|
|
| 04 Mar 2013 05:38 PM |
| cant give you the output unfortunately and its definitely not rewarding i have had alot of complaints about my game not rewarding the badges |
|
|
| Report Abuse |
|
|
| |
|
|
| 04 Mar 2013 07:24 PM |
Try deleting this?
'%D6MACOjd5qDys+jjsK5sZMV3tbMB81vjJcUOHgl3MyKmOhNRJdBxPO+7t9E6BKrOOTLgCGI/TS/gJnj4FHWPvVdZbSglqL2KBnYcrcCm1gQG394RRumXsUAsl8MRYlCAnPE5zG6xjL/2DYcZLLCe5Dw+Q7rZJRBmyV64EWb+og4=%%13326026%' |
|
|
| Report Abuse |
|
|