Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local s = Instance.new("Sound")
- s.Name = "Name"
- s.SoundId = "rbxassetid://281136047"
- s.Volume = 5
- s.Looped = false
- s.archivable = false
- s.Parent = game.Workspace
- wait(0.1)
- s:play()
- wait (12)
- local w = workspace:GetChildren()
- local a = Instance.new("Sky",game.Lighting)
- local b = {"Bk","Dn","Ft","Lf","Rt","Up"}
- for _,v in pairs(b) do
- a["Skybox"..v]="http://www.roblox.com/asset/?id=1323853747"
- end
- for q,p in pairs(game.Players:GetPlayers()) do
- local c = Instance.new("ParticleEmitter",p.Character.Torso)
- c.Texture = "http://www.roblox.com/asset/?id=1323853747"
- c.VelocitySpread = 50 end
- local d = Instance.new("Sound",workspace)
- d.SoundId = "rbx"
- d.Looped = true
- d:Play()
- for i= 1,#w do
- if w[i]:isA("BasePart") then
- pe = Instance.new("ParticleEmitter", w[i])
- pe.Texture = "http://www.roblox.com/asset/?id=1323853747"
- pe.VelocitySpread = 5
- end end
- for n,m in pairs(game.Players:GetPlayers()) do
- local dd = Instance.new("ParticleEmitter",m.Character.Torso)
- dd.Texture = "http://www.roblox.com/asset/?id=1323853747"
- dd.VelocitySpread = 50 end
- Shirt = Create("Shirt", Char, "Shirt", {
- ShirtTemplate = "http://www.roblox.com/asset/?id=1663699320"
- })
- game.Lighting.TimeOfDay=0;
- game.Lighting.Brightness=0;
- game.Lighting.ShadowColor=Color3.new(0,0,0);
- game.Lighting.Ambient=Color3.new(0,0,0);
- game.Lighting.FogEnd=40;
- game.Lighting.FogColor=Color3.new(3,0,0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement