So I'm trying to make a custom character based on the ancient fuelweavers right? I have searched for a long while and I'm still haunted by something that I see in the code constantly.
inst.components.health:SetMaxHealth(mob.health)
As silly as it might sound, I am at my wits end because I have no clue what this "inst" variable is. I have gone through countless guides, ones on this forum, and ones elsewhere, and no where do I find anything that talks about it. Once again:
local function DontTriggerCreep(inst)
What does that inst mean?!
I am trying my best to figure this out, but its high time I come to ask on this forum, maybe someone better at this would know.