R

Untitled

public
rrixh Apr 05, 2024 Never 139
Clone
Ballerina getLostuwu_lulaslollipop.m4a 6 lines (6 loc) | 224 Bytes
1
for i,v in ipairs(game.CoreGui:GetDescendants()) do
2
if v.Name == "TextLabel" and v.Parent:IsA("ImageButton") and v:FindFirstChild("ImageLabel", true) then
3
v.Parent.Parent:Remove()
4
break
5
end
6
end