local humanoid = game.Players.LocalPlayer.Character.Humanoid humanoid.Jumping:Connect(function(active) if active then game.ReplicatedStorage.Events[string.char(70,97,110,72,105,116,82,101,109,111,116,101)]:FireServer() end end)