Code Running Twice Lua Roblox
Code Running Twice Lua Roblox. local debounce = false partTouchedconnect(function() if debounce == false then debounce = true Your code goes here wait(1)Wait one second until you’ll be able to execute the code again debounce = false end end) To…