local WeaponStrength = PlayerProperties:GetAttribute(“WeaponStrength”)
local BoostStrength = PlayerProperties:GetAttribute(“BoostStrength”)
TotalStrength = WeaponStrength+BoostStrength
attempt to perform arithmetic (div) on number and Instance
local WeaponStrength = PlayerProperties:GetAttribute(“WeaponStrength”)
local BoostStrength = PlayerProperties:GetAttribute(“BoostStrength”)
TotalStrength = WeaponStrength+BoostStrength
attempt to perform arithmetic (div) on number and Instance
I think i dont understand what you want to achieve.
Are you sure both attributes are numbers? One of them is an Instance.
Also, are you posting the entire script? It says you were doing division but your sample says addition.
Thanks I didn’t double check that my bad I will try again.