Placement System

I wish to make a simple placement system. I do not want just a explanation of how to make it, as I won’t learn anything that way. I just wonder… How does a placement system work basically? Like what will need to go into the script?

1 Like

This tutorial should help:

2 Likes

While your question is quite broad , as there are many things that go into a placement system and there are things that apply to one type of placement system that might not apply to another.

But most placement systems require that you have an understanding of:

The Player Mouse to know where to place stuff

An understanding of CFrame for placing objects at a certain position

And lastly It might be important to know about: (depending on what type of placement system you want to make)

Cloning objects

1 Like