Block placement system colliding with other parts

  1. What am I doing? I’m making a block placement system

  2. What do you want to achieve? Finding any ways or solutions from stopping the block going inside another block

  3. What is the issue? Half the block collides inside another block when its placed at the side of it

  4. What solutions have you tried so far? I can’t find any solutions so far

Capture2

cap2

sorry for using the word block too much

1 Like

maybe use touch event im not sure as i dont know anything about building systen

1 Like

try doing Model:MoveTo(POSITION HERE)
it will not collide
also the position is supposed to be Vector3

but when i use :moveto, the block will go up when its colliding other blocks