#how to change a keybind

7 messages · Page 1 of 1 (latest)

nocturne prawn
#

hi. i have a blocking system that triggers when i press right click, but i want it to be f. how would i do that?
heres the script:

while GlobalFunctions:GetKeyHeld(Player,"MouseButton2","Mouse") and Character:FindFirstChild("BlockHits") do
if Character:FindFirstChild("BlockHits") then
GlobalFunctions:AddValue("BoolValue", "Stun", false, Character, .2)

rotund furnace
#

Enum.Keycode.F

nocturne prawn
# rotund furnace Enum.Keycode.F

so would it look like while GlobalFunctions:GetKeyHeld(Player,Enum.Keycode.F) or while GlobalFunctions:GetKeyHeld(Enum.Keycode.F)?

rotund furnace
#

Yea

abstract pikeBOT
#

studio** You are now Level 4! **studio

nocturne prawn
#

nvm ill just find out ty tho