SHOW:
|
|
- or go back to the newest paste.
1 | - | local AudioID = 143959455 |
1 | + | local Dummy = game.Workspace:FindFirstChild("Meti2000") |
2 | local Humanoid = Dummy:FindFirstChild("Humanoid") | |
3 | - | local Sound = Instance.new("Sound", game.Workspace) |
3 | + | |
4 | - | Sound.SoundId = "http://www.roblox.com/asset/?id="..AudioID |
4 | + | local DanceID = "http://www.roblox.com/asset/?id=121572214" |
5 | - | Sound.Looped = true |
5 | + | local DanceID1 = "http://www.roblox.com/asset/?id=28440069" |
6 | - | local DanceID = "http://www.roblox.com/asset/?id=182435998" |
6 | + | local DanceID2 = "http://www.roblox.com/asset/?id=182724289" |
7 | local DanceID3 = "http://www.roblox.com/asset/?id=287325678" | |
8 | local DanceID4 = "http://www.roblox.com/asset/?id=287325678" | |
9 | local DanceID5 = "http://www.roblox.com/asset/?id=180611870" | |
10 | - | v.Character.Animate.idle.Animation1.AnimationId = DanceID |
10 | + | |
11 | - | v.Character.Animate.idle.Animation2.AnimationId = DanceID |
11 | + | |
12 | - | v.Character.Animate.walk.WalkAnim.AnimationId = DanceID |
12 | + | |
13 | v.Character.Animate.jump.JumpAnim.AnimationId = DanceID | |
14 | v.Character.Animate.walk.WalkAnim.AnimationId = DanceID1 | |
15 | v.Character.Animate.sit.SitAnim.AnimationId = DanceID2 | |
16 | v.Character.Animate.idle.Animation1.AnimationId = DanceID3 | |
17 | - | Sound:Play() |
17 | + | v.Character.Animate.idle.Animation2.AnimationId = DanceID4 |
18 | v.Character.Animate.fall.FallAnim.AnimationId = DanceID5 | |
19 | ||
20 | end | |
21 | end | |
22 | - | game.Lighting.OutdoorAmbient = Color3.new(math.random(), math.random(), math.random()) |
22 | + | |
23 | wait(0.1) | |
24 | ||
25 | while true do | |
26 | wait(0.1) | |
27 | ChangeAnimate() | |
28 | Humanoid.WalkSpeed = 16 | |
29 | ||
30 | end |