of     1   

retracee
#228408549Monday, December 04, 2017 12:42 AM GMT

(newbie to scripting) i made a deadmau5 cube and i made the panels on it move, is there any way to make the selectionbox transparency to 1, and to 0 whenever it moves?
Denny9876
#228410776Monday, December 04, 2017 1:39 AM GMT

Maybe you can use something like this? : script.Parent.Changed:Connect(function(property) if property == 'Position' then --Checks if changed property is Position or not --Code here end end)

    of     1