Floating script for models

Hey, i have this script

but if i paste into the all 3 the meshparts it works but the parts are a little uncoordinated because there are 3 scripts instead of 1 that moves all the parts.

Someone more expert knows how to do that?

You could reference every part and set their position to the one that’s currently being changed.

1 Like

You could just use the script on one part and weld the rest with Weld Constraints or any type of union as Motors 6D or Welds. The problem would be that for that, instead of change the position, you would need to change the property BasePart.CFrame.
Instead of this you could also use the funcion Model:Move() with the Vector3 you want as parameter.

1 Like

I tried that but unfortunally the problem wasn’t gone

This method worked really well, thanks!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.