Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

I need help with this thing, It says that something is not there but it's there?

Asked by 8 years ago

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

1 answer

Log in to vote
0
Answered by 8 years ago

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.

0
someone already answered this but thnx. tyopido 0 — 8y
Ad

Answer this question