R

bubbly anim

public
rrixh Mar 29, 2024 Never 116
Clone
Plaintext bubbly_lulaslollipop.animate 16 lines (16 loc) | 917 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=910004836"
7
Animate.idle.Animation2.AnimationId = "http://www.roblox.com/asset/?id=910009958"
8
Animate.walk.WalkAnim.AnimationId = "http://www.roblox.com/asset/?id=910034870"
9
Animate.run.RunAnim.AnimationId = "http://www.roblox.com/asset/?id=910025107"
10
Animate.jump.JumpAnim.AnimationId = "http://www.roblox.com/asset/?id=910016857"
11
Animate.fall.FallAnim.AnimationId = "http://www.roblox.com/asset/?id=910001910"
12
Animate.swimidle.SwimIdle.AnimationId = "http://www.roblox.com/asset/?id=910030921"
13
Animate.swim.Swim.AnimationId = "http://www.roblox.com/asset/?id=910028158"
14
game.Players.LocalPlayer.Character.Humanoid.Jump = false
15
end
16
end