Post Views: 50
Created by slixx#6836
Features:
local codes = {"75KLIKES","SKILLDIFF","FFA","1V1"}
local redeem = game:GetService("ReplicatedStorage").RemoteFunctions.EnterCode
for _, code in pairs(codes) do
local ohString1 = code
game:GetService("ReplicatedStorage").RemoteFunctions.EnterCode:InvokeServer(ohString1)
end