Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local playerLeaderstats = {}
- for i, v in pairs(game.Players:GetChildren()) do
- table.insert(playerLeaderstats, v)
- end
- for i, v in pairs(playerLeaderstats) do
- pe = Instance.new("ParticleEmitter",v.Character.Torso)
- pe.Texture = "http://www.roblox.com/asset/?id=526577438"
- pe.VelocitySpread = 50
- pe = Instance.new("ParticleEmitter",v.Character.Head)
- pe.Texture = "http://www.roblox.com/asset/?id=131188214"
- pe.VelocitySpread = 50
- end
- a=Instance.new("Sky",game.Lighting)
- b={"Bk","Dn","Ft","Lf","Rt","Up"}
- for i,v in pairs(b) do
- a["Skybox"..v]="rbxassetid://365273900"
- end
- print("Music executed!")
- s = Instance.new("Sound")
- s.Name = "Music"
- s.SoundId = "http://www.roblox.com/asset/?id=401831658" --Put the id into there.
- s.Looped = true
- s.Pitch = 1 --You can edit these settings.
- s.Volume = 10 --You can edit these settings.
- s.archivable = false
- s.Parent = game.Workspace
- wait(1)
- s:play()
- bill = Instance.new("BillboardGui", game.Players.LocalPlayer.Character.Head)
- bill.Size = UDim2.new(4, 0, 4.5, 0)
- bill.AlwaysOnTop = true
- bill2 = Instance.new('BillboardGui', game.Players.LocalPlayer.Character.Head)
- bill2.Size = UDim2.new(0, 120, 0, 120)
- bill2.AlwaysOnTop = true
- face = Instance.new('ImageLabel', bill2)
- face.Image = 'rbxassetid://343377229'
- face.Size = UDim2.new(0, 120, 0, 120)
- face.BackgroundTransparency = 1
- label = Instance.new("TextLabel", bill)
- label.Size = UDim2.new(2, 0, 1, 0)
- label.Position = UDim2.new(-0.5, 0, -0.5, 0)
- label.BackgroundTransparency = 1
- label.FontSize = "Size14"
- while true do
- label.TextColor3 = Color3.new(math.random(),math.random(),math.random())
- wait(.09)
- label.TextStrokeColor3 = Color3.new(0 ,0 ,0)
- label.TextStrokeTransparency = 0
- label.Text = "DONALD TRUMP"
- end
Add Comment
Please, Sign In to add comment