top of page

GET ALL TIX CLIP IT MOBILE SCRIPT

  • Writer: aktasenesfurkan23
    aktasenesfurkan23
  • May 26, 2024
  • 1 min read


ree
for tix = 0, 10 do
    local rizz = string.format("%02d", tix)
    local args = {[1] = {["badgeKey"] = "CLASSIC_EVENT_TIX_"..rizz}}
    game:GetService("ReplicatedStorage").Remotes.RequestClassicBadge:InvokeServer(unpack(args))
end 



 
 
 

Comments


RobloxScriptCode

©2024, RobloxScriptCode.

bottom of page