I want to make this character move to a part. Keep it simple and clear!
At first there was an error but I fixed it. Now there are no errors but the character is still not moving. take into note it is not the player it is an npc Include screenshots / videos if possible!
local Monster2humanoid = game.Workspace.Monster2.Humanoid
local monster2Destination = game.Workspace.Destination
Monster2humanoid:MoveTo(monster2Destination.Position)