Why does this zombie stop midway to the point i want it to go to?
I was following some tutorial on the Roblox developer hub site, instead of having (GreenFlag.Position) it has (GreenFlag.PrimaryPart.Position) But when I add primary part in there it says PrimaryPart isn't apart of part
1 | local zombie = game.Workspace.Zombie |
2 | local Humanoid = zombie.Humanoid |
4 | local GreenFlag = game.Workspace.GreenFlag |
5 | local PurppleFlag = game.Workspace |
7 | Humanoid:MoveTo (GreenFlag.Position) |
https://gyazo.com/5c10ca0686268711c4d4348594798872