how to manually move to the netx index in a for loop roblox code example
Example: loop true childs roblox
for i,v in pairs(game.Players:GetChildren()) do
-- v is your player
end
for i,v in pairs(game.Players:GetChildren()) do
-- v is your player
end