Review RGB Script

Hello there CookieTech community! I just started trying scripting today, and I wanted to test out a script, but I don’t have access to studio atm. I plan on trying something basic, so here it is!

game.Workspace.Part = script.Parent

while true do
     game.Workspace.Part = ColorRGB(255,0,0)
     wait(2)
     game.Workspace.Part = ColorRGB(0,255,0)
     wait(2)
     game.Workspace.Part = ColorRGB(0,0,255)
end

How does it look?

it looks good, but try Orginaize it if it a long script. if you need any help lmk!

@Polar Add me on roblox if needed user: Mo_ALt28

Ah okay, thanks for the suggestion!

Btw i got banned for 1 day on roblox!

I saw the thread. Sorry about that!

xd add me on nerd794 account! Smoothe - Roblox

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.