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

how to check if model is within another part?

Asked by 2 years ago
Edited 2 years ago

basically i have this intentionally anchored dummy model and im trying to make it go whenever i click my mouse to

for the most part i got things down but stopping it, is a little different i cant really check for vector3 and after a day of messing around with it i found its impossible

i tried magnitude but you guessed where that went since i dont have much experience with this

i tried the touch event but the touch event wont work on moving objects that uses positioning to move around

you guys got any ideas on what i could do?

right now im trying to place a part in the mouse3position and when that model moves inside the part the part will fire a signal and tell the model to stop moving

0
models don't have a position value, so you need to have the parts you want to move.... move jeremqpmfpi 41 — 2y
0
but cuz characters usually have constraints that make them stick together you might only have to move one part jeremqpmfpi 41 — 2y
0
oh its anchored so i dont think they will stick together, at least not anymore proROBLOXkiller5 112 — 2y

Answer this question