79100682

Date: 2024-10-18 05:58:44
Score: 0.5
Natty:
Report link

You need to call the :MoveTo method within the same block you called changed your CFrame, eg:

function()
Model.PrimaryPart.CFrame(new cframe here)
Model:MoveTo(cframe here)
end

This allows the :MoveTo method to properly get the CFrame, without game update issues.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: histrueandfalse