#does anyone know how to make it when the machtime hits 0 then it fires the remote event?

1 messages · Page 1 of 1 (latest)

mental iris
#

im trying to make the remoteevent fire when the timer goes from 2-0, but idk how to make it fire when the machtime hits 0

analog atlas
#

local NotFinished = true

#

while NotFinished do

#

if matchtime = 0 then

#

. notfinished = false

#

end

#

end

#

also try

#

.Completed:wait()