if game.Players.LocalPlayer.Character:WaitForChild("FallDamageRagdoll"):FindFirstChild("Damage") then
               Destroy()
            end
        
            game.Players.LocalPlayer.CharacterAdded:Connect(function(char)
                char:WaitForChild("").Damage:Destroy()
            end)
        end)

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: