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")