So ive made a script that makes a fade for all the frames and text guis in the screengui using for loops and tables, but its not working. any help?
The LocalScript;
then
wait(.5)
script.Parent.Parent.Visible = false
local Aud = script.Parent.Parent.Audio
local Frame = script.Parent.Parent.Frame
local Friend = script.Parent.Parent.Friends
local Warn = script.Parent.Parent.Warning
local Continue = script.Parent
local fadeitems = {true,Frame,Friend,Continue,Aud,Warn}table.insert(fadeitems, script.Parent.Parent.Parent.Group)
task.wait(0.03)
for i = 1,100,1 do
fadeitems[i].Transparency = i/10
wait(1)
end
end
end
** You are now Level 4! **