here is the script
for i,v in ipairs(codes) do game.ReplicatedStorage.Events.SubmitCode:FireServer(v) end
i want the v in fireserver to be a string pls help
Use tostring() So
tostring(v)