#custom player animations arent working

1 messages · Page 1 of 1 (latest)

pure glen
#

so, i searched in the whole internet, and anything workedd, i even created a different expirience but it doesnt work, can somebody help?

coarse python
#

can i get more information about how its not working

pure glen
#

some methods it just plays the default animation, others just dont play any animation at all

pure glen
#

custom player animations arent working

coarse python
#

can i see the code?

pure glen
#

i did the roblox studio wiki method, the animate file, and one script in the server scripts

#

but i can only send the server script later

#

i alsk tried avatar settings

#

but nothing

pure glen
#

`local Players = game:GetService("Players")

local function onCharacterAdded(character)

local humanoid = character:WaitForChild("Humanoid")

local animator = humanoid:WaitForChild("Animator")

print("Animator encontrado!")


local animateScript = character:WaitForChild("Animate")

animateScript.run.RunAnim.AnimationId = "rbxassetid://127080594717169"
animateScript.walk.WalkAnim.AnimationId = "rbxassetid://99963281776547"
animateScript.jump.JumpAnim.AnimationId = "rbxassetid://71916673991722"
animateScript.idle.Animation1.AnimationId = "rbxassetid://116930294392409"
animateScript.idle.Animation2.AnimationId = "rbxassetid://116930294392409"
animateScript.fall.FallAnim.AnimationId = "rbxassetid://128878657793222"

end

local function onPlayerAdded(player)

player.CharacterAdded:Connect(onCharacterAdded)

end

Players.PlayerAdded:Connect(onPlayerAdded)`

urban kiteBOT
#

studio** You are now Level 1! **studio

pure glen
#

this one just make that none animation play

pure glen
#

hi?

pure glen
#

????