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
local zombie = game.Workspace.Zombie local Humanoid = zombie.Humanoid -- Variables for the points the zombie should move between local GreenFlag = game.Workspace.GreenFlag local PurppleFlag = game.Workspace --Execute Script Humanoid:MoveTo (GreenFlag.Position)
https://gyazo.com/5c10ca0686268711c4d4348594798872