#i cant animate
1 messages · Page 1 of 1 (latest)
I don't know why the animations are not loading.
no code btw
try to use :LoadAnimation() inside animator rather than humanoid, that might help
Second this
Okey, I'll tell you later if it worked for me.
Thanks
alr
** You are now Level 2! **
local M1 = animator:LoadAnimation(script.Animations.M1)
local M2 = animator:LoadAnimation(script.Animations.M2)
local M3 = animator:LoadAnimation(script.Animations.M3)
This?
yeah pretty much
also make sure you got variable for animator itself
How do you make the variable? I'm just starting out and so many commands are confusing me.
variable is basically local blahblah = "string"
for this itslocal animator = humanoid:FindFirstChild("Animator")
it should be like animator = humanoid:FindFirstChild("Animator")
also if you are just starting with scripting i would recommend you making a smaller and more simple game so you get the basics, but you do you
this looks like a tutorial script, seems to me he is trying to learn
hopefully
Ok, thanks