Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Mask Anchor to Unanchoring the Mesh doesnt work, Help?

Asked by 3 years ago

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?

Answer this question