Started by
plata_exe
on
Topic category: Help with MCreator software
Is there a way to make a procedure that makes an entity turn invisible as soon as they find and walk up to the player on Mcreator? (and eventually turn the mob back to normal as soon as they hurt the player)
Edited by plata_exe on Thu, 05/11/2023 - 16:22
Yes, just give them the invisibility buff without particles whenever they set their attack target, and have it clear whenever the entity attacks. It's not that hard, see if you can figure it out! If not, I'll show you the code
Yeah, I already figured it out a long time ago, but ty for your reply still!