AutoJump Script

so, how would I make an AutoJump script? Similar to Voxels game on steam, where it basically teleports you on top of the block without needing for you to jump, but if the block is at a certain height it will not work, how would I make this?

Use raycasting and User Input

(If holding forward key & raycasts are good then teleport)

3 Likes

Oh, alright I will try it, thanks.