Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

[Answered!] MoveTo function not working?

Asked by 9 years ago

I found the problem. No need to answer or attempt to answer this question anymore. It was a silly mistake on my part.

So this function won't work for some reason... It's supposed to make the bot move to a specific part that is grouped with. However, it won't work. Here's the script.

local dumbot = script.Parent.Dummy
local part = script.Parent.FollowPart

wait(2)
print("Start!")
dumbot.Humanoid:MoveTo(part.Position)
print("End")

Answer this question