I would like the weld constraint to behave in a normal manner (it should not displace parts as shown in the video).
For some reason, the weld constraint seems to be behaving differently on the client compared to the server. From a server-side point of view, it looks fine. But when I change to the client’s view, things get a little displaced (as shown in the video). All parts that are visible in the video are owned by the server (network-wise).
The following video displays the problem (watch the propeller).
I have not tried any possible solutions so far yet, because I am still confused about the origin of this problem.
If you watch closely (from the client’s point of view), you can see that the furthest propeller blade has a slight offset to the left side. Once I switch to the server’s point of view, you can see that the propeller blades seem to be placed correctly.
I adjusted the speed of the video. I hope this helps.
For some reason, the weld constraint seems to be behaving differently on the client compared to the server. From a server-side point of view, it looks fine. But when I change to the client’s view, things get a little displaced (as shown in the video)
Maybe you could post pics side by side and point to the issue. Or maybe someone else can jump in here and say what they are seeing.
I’m also experiencing this, and I know another accelerator team has been experiencing this too. Was wondering if anyone has found a work-around.
You can reproduce this by CFraming/moving a model after welding it, or by welding stuff very quickly after moving/resizing it. Might have to do with replication order.
In any event, this is very annoying. I have a consistent repro if you need it.
Hi, that’s my post you just linked!
My issues were caused by setting the Direction Vectors (Right, Up, Look) incorrectly and not realizing it.
I don’t understand why the engine allows us to set them improperly, but you may have to rewrite your code that handles setting the CFrames of parts.
Hope this helps!
I’m also having the same issue. I tried weld constraints, manual welds, perfection weld (I believe most people know this weld script?)without success. I also tried storing part positions before creating weld constraints and unanchoring parts, then move parts to stored positions, but this doesn’t work either.