So basically I want to change the character’s walkspeed, but sometimes it prints an error saying “Humanoid is not a member of character”
So I used an if statement to detect if it is
if player.Character.Humanoid then
player.Character.Humanoid.WalkSpeed = 16
player.Character.Humanoid.JumpPower = 50
end
But it still returned the same error. (But only sometimes)
How can I fix this?