Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local AudioID = 282257173
- local Sound = Instance.new("Sound", game.Workspace)
- Sound.SoundId = "http://www.roblox.com/asset/?id="..AudioID
- Sound.Looped = true
- local DanceID = "http://www.roblox.com/asset/?id=129423131"
- function ChangeAnimate()
- for i,v in pairs(game.Players:GetChildren()) do
- v.Character.Animate.idle.Animation1.AnimationId = DanceID
- v.Character.Animate.idle.Animation2.AnimationId = DanceID
- v.Character.Animate.walk.WalkAnim.AnimationId = DanceID
- end
- end
- wait(0.1)
- Sound:Play()
- while true do
- wait(0.1)
- ChangeAnimate()
- game.Lighting.OutdoorAmbient = Color3.new(math.random(), math.random(), math.random())
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement