R

destroy toggle

public
rrixh Feb 09, 2024 Never 79
Clone
Plaintext destroy something 5 lines (5 loc) | 124 Bytes
1
for i,v in pairs(game.CoreGui:GetDescendants()) do
2
if v.Name == "ScreenGui" then
3
v:Destroy()
4
end
5
end