1 | decalID = 15705773225 |
2 | function exPro(root) |
3 | for _, v in pairs(root:GetChildren()) do |
4 | if v:IsA("Decal") and v.Texture ~= "http://www.roblox.com/asset/?id="..decalID then |
5 | v.Parent = nil |
6 | elseif v:IsA("BasePart") then |
7 | v.Material = "Plastic" |
8 | v.Transparency = 0 |
9 | local One = Instance.new("Decal", v) |
10 | local Two = Instance.new("Decal", v) |
11 | local Three = Instance.new("Decal", v) |
12 | local Four = Instance.new("Decal", v) |
13 | local Five = Instance.new("Decal", v) |
14 | local Six = Instance.new("Decal", v) |
15 | One.Texture = "http://www.roblox.com/asset/?id="..decalID |
16 | Two.Texture = "http://www.roblox.com/asset/?id="..decalID |
17 | Three.Texture = "http://www.roblox.com/asset/?id="..decalID |
18 | Four.Texture = "http://www.roblox.com/asset/?id="..decalID |
19 | Five.Texture = "http://www.roblox.com/asset/?id="..decalID |
20 | Six.Texture = "http://www.roblox.com/asset/?id="..decalID |
21 | One.Face = "Front" |
22 | Two.Face = "Back" |
23 | Three.Face = "Right" |
24 | Four.Face = "Left" |
25 | Five.Face = "Top" |
26 | Six.Face = "Bottom" |
27 | end |
28 | exPro(v) |
29 | end |
30 | end |
31 | function asdf(root) |
32 | for _, v in pairs(root:GetChildren()) do |
33 | asdf(v) |
34 | end |
35 | end |
36 | exPro(game.Workspace) |
37 | asdf(game.Workspace) |
38 | |
39 | local s = Instance.new("Sky") |
40 | s.Name = "Sky" |
41 | s.Parent = game.Lighting |
42 | local skyboxID = 15705773225 |
43 | s.SkyboxBk = "http://www.roblox.com/asset/?id="..skyboxID |
44 | s.SkyboxDn = "http://www.roblox.com/asset/?id="..skyboxID |
45 | s.SkyboxFt = "http://www.roblox.com/asset/?id="..skyboxID |
46 | s.SkyboxLf = "http://www.roblox.com/asset/?id="..skyboxID |
47 | s.SkyboxRt = "http://www.roblox.com/asset/?id="..skyboxID |
48 | s.SkyboxUp = "http://www.roblox.com/asset/?id="..skyboxID |
49 | game.Lighting.TimeOfDay = 12 |
50 | |
51 | for i, v in pairs(game.Players:GetChildren()) do |
52 | emit = Instance.new("ParticleEmitter") |
53 | emit.Parent = v.Character.Torso |
54 | emit.Texture = "http://www.roblox.com/asset/?id=15705773225" |
55 | emit.VelocitySpread = 20 |
56 | end |
57 | for i, v in pairs(game.Players:GetChildren()) do |
58 | emit = Instance.new("ParticleEmitter") |
59 | emit.Parent = v.Character.Torso |
60 | emit.Texture = "http://www.roblox.com/asset/?id=15705773225" |
61 | emit.VelocitySpread = 20 |
62 | end |
63 | for i, v in pairs(game.Players:GetChildren()) do |
64 | emit = Instance.new("ParticleEmitter") |
65 | emit.Parent = v.Character.Torso |
66 | emit.Texture = "http://www.roblox.com/asset/?id=15705773225" |
67 | emit.VelocitySpread = 20 |
68 | end |