I'm trying to move a cloned gui part to another gui but the thing errors and says that the gui in the playergui does not exist...
Here http://prntscr.com/8po4m7
Press ctrl+f and look up "CustomPlayerList". Make sure no where else in the script changes its parent or destroys it. Or, it may not have loaded. do pl.Parent = v.PlayerGui:WaitForChild("CustomPlayerList").PlayerList.List. Now, if it isnt there, then it will just be stuck on this line and wont run anything below it, so i'd advise putting a print underneath it somewhere to make sure it runs through it.