I want to know how I can check the state of the humanoid (without using StateChanged) so I can do something like if humanoid.State ~= 1 then. But there's no "state" property of the humanoid, so how would I do this?
If I'm correct I think it's HumanoidStateType?