After finishing a game that only had four levels, I thought about making a level editor for it. But, I do not know how to get a system working (etc how should I do/make it)
This would be something for #development-support:scripting-support, as in order to do that you would need code.
1 Like
Oh alright, i’ll move this topic there, thanks.
1 Like
Also, it’s heavily my bad because I had accidentally clicked on art-design.
1 Like
I don’t know if you still need help with this, but I was curious about this myself. Personally, I’d go about this by creating a data store, and writing data to that data store for each player (when they create a level).
You can read from each player’s data store in the game when you request the games so you can make a table and iterate through it.