My Custom Model won't move!

I’m having trouble with trying to make my model move
Screenshot 2022-02-16 at 11.14.07 PM

This script works for Normal Roblox Dummies but not my model

Screenshot 2022-02-16 at 11.11.08 PM
Screenshot 2022-02-16 at 11.10.31 PM

I keep getting this error code when trying to test the script

Screenshot 2022-02-16 at 11.10.53 PM

Is there anything i can do to modify this script and make my model move?

its because the Humanoid is in the Part “Cube” and its looking for Humanoid in the Model “Fish”

2 Likes

Yeah, he is right, you meant the Model.Humanoid, not the Part.Humanoid

it still doesn’t work, i got another error
Screenshot 2022-02-16 at 11.47.52 PM

move the humanoid to the model and try

Screenshot 2022-02-16 at 11.59.34 PM
i got the same error

Make sure you fix the script’s reference to the humanoid.

Should be something like.

local npc = script.Parent
local humanoid = npc.Humanoid