View difference between Paste ID: VnxKgaEz and DrtyqkYE
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
5
6-
local colors = {
6+
7-
	Color3.new(255, 0, 0),
7+
8-
	Color3.new(255, 102, 0),
8+
9-
	Color3.new(255, 255, 0),
9+
10-
	Color3.new(0, 255, 0),
10+
11-
	Color3.new(0, 0, 255),
11+
	particle.Texture = "http://www.roblox.com/asset/?id=24875692"
12-
	Color3.new(75, 0, 130),
12+
13-
	Color3.new(111, 0, 255)
13+
	particle.Rate = 10000
14-
}
14+
15
	particle.VelocitySpread = 1000
16
	particle.Color = ColorSequence.new(v, v)
17
end