Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I make a placement system?

Asked by 6 years ago

I'm trying to get better at scripting, however this can be difficult when I don't know where to look for certain topics. I want to make a placement system for wall segment models I have created. I want to keep it simple and make it a tool. If it matters, the models are unanchored, as they are supposed to be. I know it's better to load anchored and unanchor, but first I need to be able to make a placement system. I'm not asking for a script example, I simply want to be told where to start or what steps to take to make something like this.

Thank you!

-bubbybumble

0
I have no idea if this would work but you might be able to use mouse.target to get the position and then Instance.new or clone the part from wherever it is to that position. You could also use magnitude to get the distance between the player and the target to make sure it's close by. Viking359 161 — 6y
0
I've seen this subject being explained on quite a feq youtube videos, I suggest searching for a tutorial there. Le_Teapots 913 — 6y
0
I've searched on youtube a LOT but I can't find it. Thank you Viking, I will search for mouse.target because that sounds like the best idea. bubbybumble 2 — 6y

Answer this question