local punchAnimation = Instance.new(“Animation”) punchAnimation.AnimationId = “rbxassetid://18100063619” – Replace with your animation asset ID local punchTrack = humanoid:LoadAnimation(punchAnimation) –Sound settings local punchSoundId = “rbxassetid://5835032207” – Replace with your punch...