Solution has been solved by @Content_Corrupted019
1 Like
we gon need to see a script or something if you want us to help you
1 Like
^ this right here.
It doesnt have to be the whole script, just take a snippet of whatever function or thread it is and paste it into your post/comment.
It’s kind of hard to solve an issue we can’t see, and most people arent willing to just write entire sxripts out from scratch for free. We are here to help fix mistakes and offer ideas by editing what’s there, though.
2 Likes
Try:
truss.Position = wall.Position + Vector3.new(0, 0, (truss.Size.Z / 2 + wall.Size.Z / 2))
If it’s on the wrong side, negate the Z component.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.