Roblox secara manual menghentikan loop batang perintah

local timeout = tick()
while tick() - timeout < 10 do
    --your code here
    wait()
end
pop