Hi, so I know about Region3 and stuff but I was still wondering how can I use Region3 to detect if an item being placed in the world is in its specific area? For instance, I want to allow someone to place a chair ONLY in a particular area… how would I go about doing this?? Thanks.
As you said you would need to create a Region3, and then only enable the chair to be placed in the Region3.
I know… but how? Is it easy? Has anyone done it that can advise/show me? Thanks
Well you will need to create the region3, once created it will be able to view into the workspace (when in-game) so give it a name, then you should be able to set it to a variable in any script. Once that is done, try doing something like if the chair is in the Region3Variable enable placement if not don’t enable placement. I’ll try and find you an example as I didn’t explain very well.
I kind of get what you mean- eventually i’ll just have to work it out with placing inside the area and i’ll come back to the thread for help if I need it. Thanks.