Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Trail = script.Parent:WaitForChild("Trail")
- local r = math.random()
- local g = math.random()
- local b = math.random()
- local color = Color3.new(r, g, b)
- local colorSequence = ColorSequence.new(color)
- Trail.Color = colorSequence
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement