Please message me if u can help. The Punching System Script local player = game.Players.LocalPlayer local character = player.Character or player.CharacterAdded:Wait() local humanoid = character:WaitForChild(“Humanoid”) local punchAnimation = Instance.new(“Animation”) punchAnimation.AnimationId =...