How would I make a building system like Theme park tycoon 2’s advanced coaster create + save it?
This isn’t as easy as you might think actually but :
- For saving : you would save each item’s CFrame and Name so you can set them back on the player’s plot upon load
- For placing an item : if you want to make an advanced placement editor like tpt2 its gonna require you alot of math and most of it is trigonometry. But if you wanna make a simple placement editor its gonna require you knowing about CFrame math, there’s also tons of tutorial about placement editors so you can check that out too, but keep in mind making that type of game isnt as easy as you might think.
2 Likes