I actually don’t know if this is a scripting support one.
So every once in a while my player falls over and takes me a while to get up. Either its falling from heights or just random. How do I disable this?
I actually don’t know if this is a scripting support one.
So every once in a while my player falls over and takes me a while to get up. Either its falling from heights or just random. How do I disable this?
Using HumanoidStateType | Roblox Creator Documentation and Humanoid | Roblox Creator Documentation you can disable this by using:
playerHumanoid:SetStateEnabled(Enum.HumanoidStateType.FallingDown, false)
Note: You must call this from a local script. For some reason HumanoidStateType
’s don’t seem to work when set from a server script.
Yea, I did some research and I found this. I think I put this in StarterCharacterScripts