How to make attaching solid?

I am trying to figure out how to make the attached block solid so it can collide, I am trying to make a pen tip that attaches but it is never colliding with the things I need it to collide with. Thanks!

1 Like

use globals and positions

1 Like

I recommend just using spawn and then sending the coordinates with messages. Attached objects a kind of inconsistent and they cannot be solid or have collisions, unlike spawned objects.

2 Likes

yeah the problem is that it stops the player from moving (the player only jumps up and the object is on the top since it is a pen)