local mouse = game.Players.LocalPlayer:GetMouse() mouse.KeyDown:Connect(function(key) if key == "f" then anim:Play() wait(0.2) --and flings the players around me! end end)