Boots of jumping maxspeed

I’m working on attempting to use "maxSpeed’ granted by boots of jumping. However, when I type this.maxSpeed. It says unknown function. And i’ve noticed when looking at the instructions for maxSpeed it says,“Read only.” My goal is to write up some code to make my character faster dodging two fire balls at a time. I’m on the level forest fire dancing.

1 Like

maxSpeed is a value, not a method or function. You cannot use it to go faster.

1 Like