Curious how to make a moving model

Hello, I’m attempting how to make a moving wall. This is for my Subway game,

I want to know how to do this, just with a greater amount of parts and just one model.

I will be willing to pay 200 robux if someone can do this script for me.

famous seat dude#0839

This is not the place for job offers. However you can do this by simply setting a models CFrame like so:

model:SetPrimaryPartCFrame(Cframe.new(Vector3Pos))

You could weld parts; simply insert a weld inside of the wall and make the part0 the wall, then set the part1 to the part you want to add onto the wall

Or you can group it and make the wall its primary part; then you set the primary part CFrame (model:SetPrimaryPartCFrame(CFrame.new(position)))

You could weld all the parts inside the model to 1 main part, and then tween that specific part.

PFFFFFFTTTT

Dude, just make a texture and change its offset rather than moving the part (works way better)

It can go on forever without ever changing, and lag less since you will be using TweenService