Hello, could someone help me fix my script please?
What do you want to achieve? I want to clone 4 stages and teleport them to different coordinates on the map
What is the issue? Only the PrimaryParts are moving, and using .Position to change the models’ position results in an error. Welding parts also doesn’t make them move together.
What solutions have you tried so far? I have tried to search on DevForum for similar topics but almost all of them use TweenService, which I haven’t learned yet.
the reason why you get the error is because PivotTo() only works on models.
" Transforms the PVInstance along with all of its descendant PVInstances such that the pivot is now located at the specified CFrame. This is the primary function that should be used to move Models via scripting."