_G.Enabled = false game:GetService("UserInputService").JumpRequest:Connect(function() if _G.Enabled then game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid"):ChangeState(3) end end)