#My npc falling

1 messages · Page 1 of 1 (latest)

silk drift
#

What even am i suppose to say, why does this happen?
I tried modifying the density of the character and those not work
I tried anchoring the Hrp(Humanoid root part) and well, it does not move, if someone know a way to solve it i will appreciate the help!!

#

Know i added this code at the star of my npc to check if that pose is a state of the humanoid but it only says Running

local humState = humanoid:GetState(Enum.HumanoidStateType)

task.spawn(function()
while true do
wait(0.5)
print(humState)
end
end)

silk drift
#

ok thank, at least someone awnsered

sudden jungle
#

Someone will return in a hour

#

at least

#

I think

silk drift
#

i will patienly wait

gusty blade
#

Hold on let me try and remember this

#
 humanoid:SetStateEnabled(Enum.HumanoidStateType.FallingDown, false)
#

Set this

#

This will make the NPC avoid falling down.

silk drift