Over time, the block disappearing and reappearing becomes slower. Why is this?
Sorry if this is bad code and all that, I am new to scripting.
local block3 = game.Workspace.epics2.Union2 repeat wait(0.1) block3.Transparency = 1 block3.CanTouch = false wait(9.5) block3.Transparency = 0 block3.CanTouch = true until false