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?
heres the code:
local part = game.workspace.part while true do part.BrickColor = BrickColor.Black part.BrickColor = BrickColor.Green end