I'm testing a random propertie of Humanoid and I'm attempting to empower humanoid auto jump, however it isn't working. There's also nothing in the output.
script:
m = Instance.new("Humanoid", game.Workspace) m.AutoJumpEnabled = true
Note:I'm a novice at scripting, so I feel stupid posting this since there's likely many individuals who could script this effortlessly with it working. >.<
Humanoids are meant to be in characters (the bodies the players are controlling). Parenting the humanoid to workspace does absolutely nothing.
Also, AutoJumpEnabled makes mobile users automatically jump when hitting an obstacle.
...So you’re not getting any errors because the script is working like it’s supposed to. It’s just probably not working the way you want it to.
Oh, and I know you’re a new scripter, but what were you trying to accomplish? :P