local i = 1
while i <= 5 do
print(i)
i = i + 1
endlocal health = 100
while health > 0 do
print("Игрок жив")
wait(1)
health = health - 10
endwhile true do
print("Игра работает")
wait(1)
endwhile true do
print("Ошибка")
endwhile true do
print("Работает")
wait(1)
endwhile true do
local part = workspace.Part
part.Transparency = part.Transparency + 0.1
if part.Transparency >= 1 then
part.Transparency = 0
end
wait(0.5)
end