Hey I want to make a part Transparent per script the part I want to make invisible is the open thing and the one I want to make visible is the open thing 2 when I use this script it says: Players.Flipy_XYZ.PlayerGui.ScreenGui.Frame.Mc.LocalScript:11: attempt to index nil with 'Transparency' so that it doesnt exist but I dont know how to do that ca anyone help?
#Make a part invisible per script
1 messages · Page 1 of 1 (latest)
workspace.Doors.Model*
You need to use WaitForChild, your FindFirstChild doesn't care if the instance exists or not
I did