You can write your topic however you want, but you need to answer these questions:
What do you want to achieve?
I want to smoothly make the two scales move WITH the rotating part without there being some “lag.”
What is the issue?
When the rotating part moves, the scales move with it but it looks like it is “lagging” and it takesa few seconds to move as well.
What solutions have you tried so far?
I have tried moving the attachment locations of the rope that connects the scales and rotating part but it doesn’t work. Also, the “lag” does stop after i rotate the part like 20 times at least but idk why.
I tried this but the “lag” is still there? I changed it to “player” instead by using :SetNetworkOwner(player) and defined player as local player = game.Players.LocalPlayer and placed it in a script inside the model as a whole.
Are you using CFrames to rotate an Anchored scale beam? Anchored Parts don’t act in Roblox physics like Constraints do.
Try using a HingeConstraint at the center of the scale beam, make the Beam Unanchored, and set the HingeConstraint ActuatorType to Servo.
That way you can click the + or - Gui and add or subtract from the HingeConstraint TargetAngle to get the beam to tilt to the angle you want it at. The ropes should follow the beam.
I don’t know how your platforms work, but they should be Constraint based as well.