BoolValue is not a valid member of Humanoid (it is)

Im making a script for running and i want to when the player is running a bool called running is true, and on idle again, running is false
BUT
for some reason running is not a valid member of humanoid, i tried to call print(humanoid:getchildren()) it mentioned Running bool, so, whats wrong?
image
image

1 Like

It needs to be Running.Value, not Running

1 Like

Oh lol your a god have a gn :+1: :

1 Like

Running is actually an event inside of the humanoid that corresponds to the HumanoidStateType Running. I don’t actually know whether or not this is the issue, but it likely would have said a different error message if the value was named differently because of the lack of .Value.

1 Like

yeah that and what the other guy said was the issue ty for helping my man

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.