When I use Roblox’s TweenService with models inside of my games I struggle to find an efficient way to make the whole entire model Tween not just the PrimaryPart. What I want to know is how to tween the whole model not just the PrimaryPart to make the whole entire model tween or move.
Some things I’ve tried:
Union: First, my models have mesh parts so they do not union so this doesn’t work.
Children of PrimaryPart: Only the “PrimaryPart” is tweened not its children…
If you can help please do so! Thanks