#i can't play animation with the enemy but i can with the player

11 messages · Page 1 of 1 (latest)

weary canyon
#

it's working with the player but the enemy not and it give no errors

turbid lantern
#

‘’’lua
local controller_player = char.Humanoid
controller_player:LoadAnimation(script.Parent.Animation):play()
wait(0.5)
local enemy_controller = enemy.Humanoid
enemy_controller:LoadAnimation(script.Parent.Animation):play()
‘’’

#

Hello

#

Okay stupid embed ain’t working

#

Do you own the animation that is did you publish it

sturdy gateBOT
#

studio** You are now Level 6! **studio

summer current
sturdy gateBOT
#

studio** You are now Level 2! **studio

turbid lantern
summer current
#

I see

cobalt briar
#

Does it give you an error?