I’m having trouble with trying to make my model move
This script works for Normal Roblox Dummies but not my model
I keep getting this error code when trying to test the script
Is there anything i can do to modify this script and make my model move?
iluvtcr
(SpookyDeveloper)
#2
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
iluvtcr
(SpookyDeveloper)
#5
move the humanoid to the model and try
Forummer
(Forummer)
#7
Make sure you fix the script’s reference to the humanoid.
Should be something like.
local npc = script.Parent
local humanoid = npc.Humanoid