I’m making a plugin, and one of it’s features is cloning models/parts x times with x offset everytime,
How do i move a model without using MoveTo
? I don’t want to use MoveTo
as it isn’t precise (when you try to move a model into a part/model/terrain the model gets placed above the position)
I can’t use SetPrimaryPartCFrame
as users might try to use the plugin on a model with no primary part.