I just found an INFINITE hazem code, it's a 10 robux code you can redeem multiple times! Also it's probably gonna be removed soon so I suggest you use it now as much as possible!
@soulless_emo@secrethazem local function DoYouGetACode(user)
random = math.random(1, 2)
if random = 1 then
getCode = true
print(user.." gets a code")
elseif random = 2 then
getCode = false
print(user.." gets no code")
end
end
DoYouGetACode("soulless_emo")