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

Can someone help with Gui?

Asked by 9 years ago

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.

1 answer

Log in to vote
0
Answered by 9 years ago

place this inside the regular ScreenGUI

while true do
wait(0.1)
if script.Parent:FindFirstChild("GuiNameHere") then
script.Parent.GUINAMEHERE:Destroy()
end

Ad

Answer this question