Posted
I absolutly want the badge https://www.roblox.com/badges/2124573640/Challenge-Winner and I won't explain why.
And I want a script that gives it to me before the public release of the challenge.
Already two people got it, so it is possible.
Added
The only thing I can find is :
workspace.rbbattles.Value = true
workspace.rbbattlesvip.Value = true
local badge = Instance.new("BoolValue",workspace.badges)
badge.Value = true
badge.Name = "Challenge Winner"
local val1 = Instance.new("IntValue",badge)
val1.Value = 2124573640
val1.Name = "bid"
local val2 = Instance.new("IntValue",badge)
val2.Value = 1
val2.Name = "bnum"
local val3 = Instance.new("StringValue",badge)
val3.Value = "Copy-pasting scripts is bad."
val3.Name = "desc"
local val4 = Instance.new("IntValue",badge)
val4.Value = "rbxassetid://2124573640"
val4.Name = "pic"
local badge2 = Instance.new("BoolValue",game.Players.LocalPlayer.badges)
badge2.Value = true
badge2.Name = "Challenge Winner"
print("Ok.")
Cancel
Post
Added
Hum, they shown the last game and the badge I now want is : https://www.roblox.com/badges/2124590333/Build-Battle-RB-Battles-Challenge-Winner .
Cancel
Post
Replied
im also trying to find a badge script lol and dose the script above works? i would love to try it
Cancel
Post
Replied
No, it is useless, it just add a badge icon in the badges menu, and make you open the choose map GUI for free (but it don't work).
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post