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

i want to make a script, how do i can make it changing colour?

Asked by 2 years ago

Hello there i want to make a script that makes part changing the colour but i cant. I tried to make the script my self but it wasn't working

can someone pls help me?

0
Can you post your script that you made so people can fix it? JustinWe12 723 — 2y

1 answer

Log in to vote
0
Answered by 2 years ago

heres the code:

local part = game.workspace.part

while true do
part.BrickColor = BrickColor.Black
part.BrickColor = BrickColor.Green
end
0
thank you so much it helped me NewNick2132 -6 — 2y
0
np Clervate 15 — 2y
Ad

Answer this question