#Help

5 messages · Page 1 of 1 (latest)

minor hound
#

is it working now?

#

wait obviously not. You cannot change CFrame.X, it's a read only property.

hollow kayak
#

you just need to create a new CFrame or chnage a postiion of the instance

normal wharf
#

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