Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Double W run?

Asked by 9 years ago

How would I change this so you would have to press W twice?

Game:GetService"Players".LocalPlayer:GetMouse().KeyDown:connect(function(Key) -- Run if Key=="r" and enabled == true and running == false and Game:GetService"Players".LocalPlayer.PlayerGui.HungerGUI.Frame.Size.X.Offset >= 20 then end end)

Answer this question