R

elder anim

public
rrixh Mar 29, 2024 Never 40
Clone
Plaintext elder_lulaslollipop.animate 14 lines (14 loc) | 754 Bytes
1
while true do
2
wait(1)
3
for i, player in ipairs(game.Players:GetChildren()) do
4
local Animate = game.Players.LocalPlayer.Character.Animate
5
local Animate = game.Players.LocalPlayer.Character.Animate
6
Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=845400520"
7
Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=845403856"
8
Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=845386501"
9
Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=845398858"
10
Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=845392038"
11
Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=845396048"
12
game.Players.LocalPlayer.Character.Humanoid.Jump = false
13
end
14
end