Hello, So i want to make my own spell for the wand, i have done all the particles and noises for the spell but it damages you instead of healing you (I want it to be a healing projectile) Can someone help me
Code:
function Spell:OnCollide(spell, data) HpwRewrite.BlastDamage(self.Owner, data.HitPos, 200, 80)
I know its something to do with that but when i take the damage out it spams errors in console and the wand doesnt work.