SHOW:
|
|
- or go back to the newest paste.
1 | local player = game.Players.LocalPlayer | |
2 | local character = player.Character or player.CharacterAdded:wait() | |
3 | ||
4 | - | character.Humanoid.WalkSpeed = 100 |
4 | + | character.Humanoid.WalkSpeed = 21 |
5 | ||
6 | local colors = { | |
7 | - | Color3.new(255, 0, 0), |
7 | + | Color3.new(250, 250, 250), |
8 | - | Color3.new(255, 102, 0), |
8 | + | Color3.new(250, 250, 250), |
9 | - | Color3.new(255, 255, 0), |
9 | + | Color3.new(250, 250, 250), |
10 | - | Color3.new(0, 255, 0), |
10 | + | Color3.new(250, 250, 250), |
11 | - | Color3.new(0, 0, 255), |
11 | + | Color3.new(250, 250, 255), |
12 | - | Color3.new(75, 0, 130), |
12 | + | Color3.new(250, 250, 250), |
13 | - | Color3.new(111, 0, 255) |
13 | + | Color3.new(250, 250, 255) |
14 | } | |
15 | ||
16 | for i,v in pairs(colors) do | |
17 | local particle = Instance.new("ParticleEmitter", character.Torso) | |
18 | particle.Name = "Sparkely" | |
19 | - | particle.Size = NumberSequence.new(0.2, 0.2) |
19 | + | particle.Size = NumberSequence.new(1.2, 1.2) |
20 | particle.LightEmission = -10 | |
21 | - | particle.Texture = "http://www.roblox.com/asset/?id=107387964" |
21 | + | particle.Texture = "http://www.roblox.com/asset/?id=68922525" |
22 | - | particle.Lifetime = NumberRange.new(5, 0) |
22 | + | particle.Lifetime = NumberRange.new(155, 155) |
23 | - | particle.Rate = 100 |
23 | + | particle.Rate = 1000 |
24 | - | particle.Speed = NumberRange.new(10, 10) |
24 | + | particle.Speed = NumberRange.new(100, 100) |
25 | - | particle.VelocitySpread = 15 |
25 | + | particle.VelocitySpread = 1 |
26 | particle.Color = ColorSequence.new(v, v) | |
27 | endlocal player = game.Players.LocalPlayer | |
28 | local character = player.Character or player.CharacterAdded:wait() | |
29 | ||
30 | character.Humanoid.WalkSpeed = 21 | |
31 | ||
32 | local colors = { | |
33 | Color3.new(250, 250, 250), | |
34 | Color3.new(250, 250, 250), | |
35 | Color3.new(250, 250, 250), | |
36 | Color3.new(250, 250, 250), | |
37 | Color3.new(250, 250, 255), | |
38 | Color3.new(250, 250, 250), | |
39 | Color3.new(250, 250, 255) | |
40 | } | |
41 | ||
42 | for i,v in pairs(colors) do | |
43 | local particle = Instance.new("ParticleEmitter", character.Torso) | |
44 | particle.Name = "Sparkely" | |
45 | particle.Size = NumberSequence.new(1.2, 1.2) | |
46 | particle.LightEmission = -10 | |
47 | particle.Texture = "http://www.roblox.com/asset/?id=24875692" | |
48 | particle.Lifetime = NumberRange.new(155, 155) | |
49 | particle.Rate = 1000 | |
50 | particle.Speed = NumberRange.new(100, 100) | |
51 | particle.VelocitySpread = 1 | |
52 | particle.Color = ColorSequence.new(v, v) | |
53 | end |