Hello, i have a little problem in my script for animation. When i have 2 Players and + the animation works just for one personne. here is my script
game.Players.PlayerAdded:connect(function(player) player.CharacterAdded:connect(function(character) character.Animate.jump:remove() character.Animate.fall:remove() character.Animate.idle:remove() jump=game.Workspace.Anim.jump:clone() jump.Parent=character.Animate fall=game.Workspace.Anim.fall:clone() fall.Parent=character.Animate idle=game.Workspace.Anim.idle:clone() idle.Parent=character.Animate end) end)
Thanks you for help me and sorry for my bad english!!!!!