Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local AudioID = 1271507422
- paly = game.Players.LocalPlayer
- char = paly.Character
- ypcall(function()
- shirt = Instance.new("Shirt", char)
- shirt.Name = "Shirt"
- pants = Instance.new("Pants", char)
- pants.Name = "Pants"
- char.Shirt.ShirtTemplate = "rbxassetid://138139324"
- char.Pants.PantsTemplate = "rbxassetid://138139370"
- end)
- local hair3 = Instance.new("Part",char)
- hair3.Material="Neon"
- hair3.CanCollide=false
- hair3.Size=Vector3.new(0.1,0.1,0.1)
- hair3.Transparency=0
- local msh = Instance.new("SpecialMesh",hair3)
- local text = Instance.new("Texture",hair3)
- text.Texture="rbxassetid://1028847"
- msh.MeshId="rbxassetid://509792716"
- msh.Scale=Vector3.new(1, 1, 1)
- local w = Instance.new("Weld",hair3)
- w.Part1=hair3
- w.Part0=Head
- w.C0=CFrame.new(0,0.2,-0.3)
- 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=182435998"
- 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
- 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
- game.Players.PlayerAdded:connect(function(plr)
- plr.CharacterAdded:connect(function(chr)
- chr:WaitForChild("Humanoid").Died:connect(function()
- plr:LoadCharacterAppereance()
- end)
- end)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement