How To Make A Very Basic Sandbox Tycoon System!

A few weeks ago I made a video talking about how to make a very easy and simple sandbox tycoon placement system that requires little math or coding!

The code comes out to be around 90 lines long.

Anyways, how it works is through a grid system. By that I mean 3x1x3 parts put together to form a square. You then simply place the model ontop of the part the mouse is looking at. See! Extremely simple! The models can come off the grid however if the model’s hitbox is greater then 3x1x3. This system surprisingly does not lag at all and works just like an advanced grid system!

Anyways, heres the video!

Thanks for reading have a great day! :slight_smile:

1 Like

This topic was automatically closed after 1 minute. New replies are no longer allowed.

A post was split to a new topic: How To Make A Very Basic Sandbox Tycoon System!