So im creating a script when a npc loses about 5.2k health, the mask drops off, But i dont even know how do i make a action when the mask is dropped and how do i increase the speed of the NPC when it goes 2nd phase.
Here's the script.
if local FrozenGiant.Health = 5200 then FrozenGiant.Walkspeed = 31 DawnMask.Anchor = false end
Someone?