Hey, scriptinghelpers users. So, I disabled a certain key, but i need to enable it. Here's my code:
local CAS = game:GetService("ContextActionService") local FREEZE_COMMAND = "Stunned" isSwimming = true CAS:BindActionAtPriority( FREEZE_COMMAND, function() return Enum.ContextActionResult.Sink end, false, Enum.ContextActionPriority.High.Value, Enum.KeyCode.R )
And i need to enable the R key