Hello, so basically I’ve encountered something that might be a bug but, there’s an issue where when I tween the platform’s sail in the server the rest of the parts that are welded to the moving platform will stop following the platform until the tween is over:
https://gyazo.com/6a26a6527dea2acffafdb54da6a44249
But when I run the tween in the client everything seems to be fine
https://gyazo.com/9062f8a33057a8752c82726d2674fba3
Does anyone know how I could fix this problem?
I am using BodyPosition to change the platform’s position and I used weldconstraints to weld the parts with the platform
Let me know if you need a snapshot of the code