#block not changing transparency
8 messages · Page 1 of 1 (latest)
I think youre referencing the parts incorrectly. You go to "game.Workspace.Parent" instead of "game.Workspace.Signal1".
It still does not work
local Signal1 = workspace.Signal1
local Signal = Signal1.Signal
local SignalChange = Signal1.SignalChange
local Red = Signal.Red
local Yellow2 = Signal.Yellow2
local Yellow3 = Signal.Yellow3
local Green = Signal.Green
local Red1 = SignalChange.Red1
local Yellow = SignalChange.Yellow
local Yellow1 = SignalChange.Yellow1
local Green1 = SignalChange.Green1
Red.Transparency = 1
Yellow2.Transparency = 1
Yellow3.Transparency = 1
Green.Transparency = 0
** You are now Level 4! **
pay attention to how you access your objects, follow the code game.Workspace.Parent is no different than game.Workspace
tysm it works now
alright ty, im new so just going for it