Hello guys
I have an issue here, I made a mob but he keeps climbing on top of me.
How do I avoid that?
Hello guys
I have an issue here, I made a mob but he keeps climbing on top of me.
How do I avoid that?
Maybe try to disable the HumanoidStateType of “Climbing”
local Npc = workspace.Npc --Change this to match the directory of where your npc is located
Npc.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Climbing, false)
It worked, thank you so much for helping