Award Badge Roblox Code Example
Example: You played this game badge script
--Made By "JUB0T" on Roblox or Rigby#9052 on Discord BadgetId = 106225700 --put the code here game.Players.PlayerAdded:connect(function(p)-- Do not change wait(0.1) --How long the person stays to earn the badge (You Can Change it) b = game:GetService("BadgeService")-- Do not change b:AwardBadge(p.userId,BadgetId)-- Do not change end)-- Do not change -- Time badge by JUB0T
Comments
Post a Comment