Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-1

How do you make a click button, random color generated Smoke Machine?

Asked by 10 years ago

I have no clue how to make one.

-Someone down'd me so I fixed the grammar..

1 answer

Log in to vote
1
Answered by 10 years ago
local smoke = Instance.new("Smoke", game.Workspace.Part);
smoke.Color = Color3.new(math.random(0, 255), math.random(0, 255), math.random(0, 255));
0
I need it with a click button though.. Pawsability 65 — 10y
0
Go look at the wiki... I'm not making the entire script for you. It is just a simple click detector event. PiggyJingles 358 — 10y
Ad

Answer this question