i found multiple ways of teleporting players/models but i just wanna stick to one that is the most efficient
there’s position
cframe
SetPrimaryPartCFrame
MoveTo
PivotTo
TranslateBy
idk on what to use?
i found multiple ways of teleporting players/models but i just wanna stick to one that is the most efficient
there’s position
cframe
SetPrimaryPartCFrame
MoveTo
PivotTo
TranslateBy
idk on what to use?
I personally use MoveTo and SetPrimaryPartCFrame.
HumanoidRootPart.CFrame and SetPrimaryPartCFrame() are the easiest methods i can find.