R

astronaut anim

public
rrixh Mar 29, 2024 Never 42
Clone
Plaintext astronaut_lulaslollipop.animate 15 lines (15 loc) | 837 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.Animation1.AnimationId = "http://www.roblox.com/asset/?id=891621366"
7
Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=891633237"
8
Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=891667138"
9
Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=891636393"
10
Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=891627522"
11
Animate.climb.ClimbAnim.AnimationId = "http://www.roblox.com/asset/?id=891609353"
12
Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=891617961"
13
game.Players.LocalPlayer.Character.Humanoid.Jump = false
14
end
15
end