robloxapp-20250205-2321260.wmv
The only anchored parts are the spawn point and the green parts, which are moving with TweenService (CFrame) [is the only script in the project]. Also, moving the part with the studio moving tool doesn’t collide.
Moving the position or cframe of an anchored part doesn’t update the physics of unanchored parts that have “settled”. Not sure how to explain that. It’s like the parts enter a sleeping state while until an unanchored part touches them.
So i can’t move a part smoothly with the moving tool and have it collide with things?
(if I move the part with the moving tool while the part is unanchored it does this: robloxapp-20250205-2351212.wmv which just make the touching parts fling)
Is there any good method to test physics, like pushing manually?
Yeah I would recommend using AlignPosition and AlignOrientation for moving parts in the context of building in a game.
If you need to, you can also use TweenService, like you’ve been doing, to tween the Position and Orientation properties of the Align objects.
To use these Align objects, you need an anchored invisible part that the player is actually moving.