How do I make a model change position via touch script?

No idea what’s wrong with this script… But it works on individual parts but not a model

you can move models by welding them to each other and then setting a PrimaryPart and moving that part, or you can also move a model with :MoveTo()

1 Like

script.Parent.Parent.Chair:MoveTo(script.Parent.Parent.Position)

1 Like