79320711

Date: 2024-12-31 19:54:15
Score: 5.5
Natty: 4.5
Report link

You wouldn’t use :MoveTo() on a humanoid, you would use it on the model itself. Example: Instead of:

humanoid:MoveTo(targetPosition)

You would do:

mob:MoveTo(targetPosition)

Another thing I am noticing is that it seems like you want to make it walk to the destination? If you wanted that, you wouldn’t use :MoveTo() at all. :MoveTo() sets the model’s position instantly. You might need to use pathfinding to achieve this.

I do have one question that might help me help you: Can you show a photo of the print outputs?

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (2.5): Can you show
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: jorb6