i am told to remove the ‘{’ from: {rigidbody.velocity.y; jumpHeight; } but when i remove the brackets, i am told ‘found ;rigid body’', how do i fix this error?
Hello there.
This happens when you mistype a character in your code, could be an ‘)’ or ‘;’ even a '{ ', check your code block by block, that means: separate the conditionals, methods, functions or properties (if you have any), even a missing ‘,’ could be the reason, cheers.