Hello!, i have this script, it was working good months ago, I check it now and it stopped working, someone can help me with this?
local deb = false; script.Parent.MouseButton1Click:connect(function() if not deb then deb = true; game.ReplicatedStorage.RemoteEvent:FireServer("Reset"); wait(5); deb = false; end; end);
Thank you very much