Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.
How do i make the character jump? I know where the command is but i need to know what the best coordinates are?
Example: (like X56-Y45) sumthing like that but everything i try, the player just turns around or faces a different direction.
You have to choose how far they are going to jump. So if you are going to jump 2 places to the left, you need to have X: -2. If you are jumping 3 right and 1 down, X: +3, Y: +1.