with objects, since they have a position property we can teleport them easily, i have seen model teleporting in games, but i don't know the code for it.
You can use :SetPrimaryPartCFrame(CFrame value)
, or :MoveTo(Vector3 value)
. First moves model by primary part CFrame, second moves model by the center of the model.