SHOW:
|
|
- or go back to the newest paste.
1 | --local music = Instance.new("Sound", workspace) | |
2 | - | --music.SoundId = "http://www.roblox.com/asset/?id=257287435" --ur id here peasant |
2 | + | --music.SoundId = "http://www.roblox.com/asset/?id=1131362833" --ur id here peasant |
3 | --music.Volume = 20 | |
4 | --music.Looped = false | |
5 | --music:Play() | |
6 | --music.Name = "Ro-MusicPlayer" | |
7 | ||
8 | local music = Instance.new("Sound", workspace) | |
9 | - | music.SoundId = "http://www.roblox.com/asset/?id=190797518" |
9 | + | music.SoundId = "http://www.roblox.com/asset/?id=1131362833" |
10 | music.Volume = 20 | |
11 | music.Looped = true | |
12 | music:Play() | |
13 | music:Stop() | |
14 | music.Name = "Ro-MusicPlayer" | |
15 | wait(3) | |
16 | music:Play() | |
17 | ||
18 | - | t1 = "http://www.roblox.com/asset/?id=238182091" |
18 | + | t1 = "http://www.roblox.com/asset/?id=135662647" |
19 | - | t2 = "http://www.roblox.com/asset/?id=238182091" |
19 | + | t2 = "http://www.roblox.com/asset/?id=135662647" |
20 | - | t3 = "http://www.roblox.com/asset/?id=238182091" |
20 | + | t3 = "http://www.roblox.com/asset/?id=135662647" |
21 | ||
22 | local p = game.Players:GetChildren() | |
23 | local w = game.Workspace:GetChildren() | |
24 | ||
25 | for i,v in pairs(p) do | |
26 | pe = Instance.new("ParticleEmitter", v.Character.Torso) | |
27 | pe.Texture = t3 | |
28 | pe.VelocitySpread = 5 | |
29 | end | |
30 | ||
31 | for i= 1,#w do | |
32 | if w[i]:isA("BasePart") then | |
33 | pe = Instance.new("ParticleEmitter", w[i]) | |
34 | pe.Texture = t3 | |
35 | pe.VelocitySpread = 5 | |
36 | end | |
37 | end | |
38 | ||
39 | local Sky = Instance.new("Sky", game.Lighting) | |
40 | Sky.SkyboxBk = t1 | |
41 | Sky.SkyboxDn = t2 | |
42 | Sky.SkyboxFt = t3 | |
43 | Sky.SkyboxLf = t1 | |
44 | Sky.SkyboxRt = t2 | |
45 | Sky.SkyboxUp = t3 | |
46 | Sky.StarCount = 0 |