Rotation Messes Up part drag arrows

The pictures explain:

[spoiler]Normal Arrows:

After 90 Degree Rotation:

[/spoiler]

I selected the parts independently and they all have the Workspace as their parent.

1 Like

Noticed this as well, seems to happen only when dragging/moving/rotating multiple parts at once.

It seems that the size of the arrow bounding box is based on the size of the selection as if it were rotated to the object coordinates of the last selection. Example:

  1. Insert a part and rotate it by 90 degrees
  2. Insert another part and move directly to the right of the first
  3. Select the first part, then the second. The arrows are normal because the last selection isn’t rotated.
  4. Select the second part, then the first. The arrows now appear incorrectly because the last selection is rotated by 90 degrees.

You can also see it more clearly by rotating the last selection constantly using motors or a script.

1 Like

In Lua we could just copy all the parts in a model (parented to nil) and use :GetModelSize() and :GetModelCFrame()
to make the arrows apparently good.

At least the arrows are positioned correctly in your case. Mine’s a bit different:

1 Like

[quote] At least the arrows are positioned correctly in your case. Mine’s a bit different:

[/quote]

I have this exact same problem as well

1 Like

Two weeks later, we’re still waiting for an admin response… :emo-angst:

1 Like

I’ve had this forever, I’m used to it by now.

Let me know if this still happens.

This one was my bad. Feel free to point and be angry with me. I’ll allow it.

1 Like