YouTubeRedOriginals

YouTubeRedOriginals

local Developer = {
    Role = "Scripter",
    Discord = "cristo_hdev",
    Passion = {"Game Development", "Programming"},
    Cycle = {"Writing Code", "Breaking Code", "Fixing Code", "Repeating"}
}

while true do
    for _, phase in ipairs(Developer.Cycle) do
        Developer.Status = phase
        task.wait(1) 
    end
end