How do I make this script do more damage if they got more strength

local Player = game.Players.LocalPlayer
local Mouse = Player:GetMouse()
local dmg = true

Mouse.KeyDown:connect(function(key)
if key == “f” then
local an = script.Parent.Humanoid:LoadAnimation(script.Animation)
an:Play()
script.Parent.RightHand.Touched:connect(function(hit)
if hit.Parent.Humanoid and dmg == true then
hit.Parent.Humanoid:TakeDamage(20)
dmg = false
wait(1)
dmg = true
end
end)
end
end)

… You really just tossed the topic template? Your code isn’t even formatted. Go read About the Scripting Support category first please.

its on scripting support lol what are u saying kid