How do I create objects in specific places

So I am trying to make a game where you click on a tile, choose which building you want to create and it spawns in that place. How do I make it so the building spawns at a specific tile that you clicked on?

Hi,
there are many ways to do that and a lot depends on the complexity of your game. There are two example projects that may help to get you started:

Both examples are not necessarily easy for beginners though.

If that’s the actual question you have, you can simply create an object at your mouse pointer or alternatively on a tile which you have clicked:

1 Like