when do true loop on roblox

while true do
    -- Code to be executed repeatedly
    wait(1) -- Optional: Pause for 1 second to avoid high CPU usage
end