In a script there is this GUI that won't go, i found where it is i just don't know how to get rid of it. Basically i went into Solo test and saw that it's in "Player GUI." Please can someone tell me how to remove it.
place this inside the regular ScreenGUI
while true do wait(0.1) if script.Parent:FindFirstChild("GuiNameHere") then script.Parent.GUINAMEHERE:Destroy() end