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

What is wrong with this script?

Asked by 10 years ago

/s player = game.Workspace.SpAmBoT5OOO.Torso f = Instance.new(“Smoke”,player)f.Color = Color3.new(math.random(-100,100),math.random(-100,100))

0
Are you running this in a script or are you chatting this? jobro13 980 — 10y

1 answer

Log in to vote
0
Answered by
dyler3 1510 Moderation Voter
10 years ago
player = game.Workspace.SpAmBoT5OOO.Torso
f = Instance.new(“Smoke”,player)
f.Color = Color3.new(math.random(-.4,.4),math.random(-.4,.4),math.random(-.4,.4))

Try this

Ad

Answer this question