I am making an fast movement fps and need this for sliding. I need fast input because of the nature of movement fps. I cant get input shortly after the sliding finished.
local Controls = require(plr:FindFirstChild("PlayerScripts"):FindFirstChild("PlayerModule")):GetControls()
Controls:Disable()
wait(1)
Controls:Enable() --dont get input until another key pressed