I want to save the roads I created in Track Builder to a map

I am a student who started his research using BeamNG.

I created a road using Track Builder to create a race track; I was able to save it as a jsom file, but could not save the road on the map. When I reload the map, the path disappears.

What do I need to do to place the path on the map?

It’s hard to describe in words, so please reply if you need further information.

Thank you for your question.

The TrackBuilder track isn’t saved as a level object—instead it’s injected automatically when the level loads. To see how this works, open levels/gridmap_v2/mainLevel.lua, copy its loading logic into your own level script, and then point the file-load calls at your TrackBuilder files. Hopefully this will work.