#Help
5 messages · Page 1 of 1 (latest)
fr
you just need to create a new CFrame or chnage a postiion of the instance
Humanoid:MoveTo() works with Vector3 argument, and a second optional that is a Part, so when you use a part as first argument, it was expecting a Vector3
Try hum:MoveTo(part.Position, part) if the part can move, or just part.Position if not