How to add invulnerabillity to the insta shield

Guide by Pvic

hey Fangamers i found something that may be useful

so if you want to make that the instashield actually works as a instashield

all you have to do is go to scr_player_hurt

and add this

if instance_exists(obj_character_instashield)
{exit;}

kinda like this: