How to properly weld parts

I built a turret in roblox, but the welds did not replicate over correctly. Here are the images
This is the turret from a server view


This is the other picture which is the client view
image

Both of these images are taking by clicking play in roblox studio, after that I switch between cilent view and server view.

Here is the model
Demo.rbxl (132.6 KB)

Delete all your welds and add a qPerfection weld to the model. This will weld everything perfectly. You can just search QPerfection weld in the toolbox and use the one by Quenty.

This doesn’t work, it creates welds and not weld constraint so when I move the turret, it breaks

Oh. Maybe make a separate model for the parts that you want to weld on the base and one for the ones on the cannon tube. Then Parent those to a Turret model. Put a qPerfection Weld into each model but not the main one.

Yea this seemed to work, I will try using it, but I just realized this bug might actually be a studio problem so I am moving it, I can use the script it works pretty well. Thanks!

No problem man. I hope you have good luck on future projects!