How would I go about moving a model with script? so I’ve got a sliding door with multiple parts… how would I move them all at the same time?
I would have the main part of the door anchored, weld the other parts to the door (and make sure those are unanchored) using WeldConstraints. After that’s all done, depending on how you want the door to open, use TweenService to open the door after something happens (i.e player presses a button, clicks the door, etc.)
Have you looked at developer.roblox.com?
Model | Roblox Creator Documentation
Tween | Roblox Creator Documentation
CFrames | Roblox Creator Documentation
:MoveTo function works great for this (no primary part required), just need a Vector3 value indicating the new position.
https://developer.roblox.com/en-us/api-reference/function/Model/MoveTo