You can write your topic however you want, but you need to answer these questions:
Hello, I seem to have a problem with waypoints being created and I have tried many different tutorials of pathfinding and looked at other forums. I simply do not understand why it is not being created
Out of curiosity have you created terrain in your game? Sometimes there can be a random little chunk of terrain thousands of studs away from where you expect it to be and that will mess up the navigation mesh of the game resulting in no path being generated. In Studio, go to File->Studio Settings, scroll down to Visualization and turn on ‘Show Navigation Mesh’
I had this issue once and the only way I could fix it without deleting all the terrain and starting over was to try and find every rogue bit of terrain and delete it, tedious and frustrating but it did fix the problem.
If it’s the same issue you will probably find the navigation mesh has generated far away from the actual terrain you want it on (in my case thousands of studs below the map)