SHOW:
|
|
- or go back to the newest paste.
1 | for i, v in pairs(game.Players:GetChildren()) do | |
2 | emit = Instance.new("ParticleEmitter") | |
3 | emit.Parent = v.Character.Torso | |
4 | emit.Texture = "http://www.roblox.com/asset/?id=8979672" | |
5 | emit.VelocitySpread = 20 | |
6 | end | |
7 | for i, v in pairs(game.Players:GetChildren()) do | |
8 | emit = Instance.new("ParticleEmitter") | |
9 | emit.Parent = v.Character.Torso | |
10 | emit.Texture = "http://www.roblox.com/asset/?id=176067516" | |
11 | emit.VelocitySpread = 20 | |
12 | end | |
13 | for i, v in pairs(game.Players:GetChildren()) do | |
14 | emit = Instance.new("ParticleEmitter") | |
15 | emit.Parent = v.Character.Torso | |
16 | emit.Texture = "http://www.roblox.com/asset/?id=179012130" | |
17 | emit.VelocitySpread = 20 | |
18 | end |