function give_badge(id)
local remote = game:GetService("ReplicatedStorage").BadgeGot
local arguments = {
[1] = id
}
remote:FireServer(unpack(arguments))
end
local everybadge = {
134887420423652,
4038424598119976,
964968129098934,
3015204003526708,
689187327472663,
3592221213186452,
1128379033399384,
3321103449516466,
3586950885204077,
682975957560562,
2358699652694855,
2498883759808876,
2041953834925014,
2041953834925014,
4057603527098677,
972895997841573,
1182009509563829,
1074165821319312,
2048088862285077,
2490033661438286,
140623221053109,
2047605101958438,
2903778750704771,
2546808402470607,
981460182720766,
153738631548679,
4240820934454599,
1102273464676850,
1304842223798634,
3525349095767364,
1257615017477905,
3164611355775879,
1723310985130598,
2103017110352506,
1245157071611435,
483763102854176,
650763858687295,
3859560342437046,
59892393420936,
3755020953334282,
712680857392692,
1577853136607350,
3429384960682817,
3617074649167407,
3438445391730220,
1371243946123494,
2763684024699132,
600138823664243,
838153529696291,
764126720344552,
1783264331315392,
1898915476379166,
3651187124814740,
3948156977919257,
357404882938639,
357844303001248,
1900477898605392,
2213522117386200,
2491038927970508,
4265785024412014,
3569074835929304,
697091969136792,
1894157790756264,
1655926255975448,
1594828917266962,
1781076504335407,
3614082411310610,
467790024221955,
3570289792047955,
2756095289789488,
964591981056574,
1261016311943009,
1188921156834216
}
for i, v in ipairs(everybadge) do
give_badge(v)
print('done: '..tostring(v))
end
Comments
No comments yet
Be the first to share your thoughts!