There are no errors and I'm trying to make it so the character follows a player after they have said something. This is where in the script I'm talking about. (Btw I'm making a roblox story game but you are the main character.. yk? ones on tt?)
CONTEXT:
chat = ChatService MaleSlender = NPC hr = Player's HumanoidRootPart
chat:Chat(MaleSlender.Head,"Wait, I will be right back.","White") wait(2.5) MaleSlender.Humanoid:MoveTo(hr.Position) IdleTrack:Stop() RunTrack:Play() MaleSlender.Humanoid.MoveToFinished:Wait() RunTrack:Stop() IdleTrack:Play()
THE MAIN ERROR:
The character is not moving, But the animation works.
Can anybody please help?