This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- ======================================================== | |
| -- TỰ ĐỘNG DỌN RÁC: XÓA MENU CŨ NẾU BỊ KẸT TRƯỚC KHI BẬT MỚI | |
| -- ======================================================== | |
| local CoreGui = game:GetService("CoreGui") | |
| for _, child in ipairs(CoreGui:GetChildren()) do | |
| if child:IsA("ScreenGui") and (child.Name == "zialu" or string.find(child.Name, "Fluent")) then | |
| child:Destroy() | |
| end | |
| end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- ======================================================== | |
| -- TỰ ĐỘNG DỌN RÁC: XÓA MENU CŨ NẾU BỊ KẸT TRƯỚC KHI BẬT MỚI | |
| -- ======================================================== | |
| local CoreGui = game:GetService("CoreGui") | |
| for _, child in ipairs(CoreGui:GetChildren()) do | |
| if child:IsA("ScreenGui") and (child.Name == "zialu" or string.find(child.Name, "Fluent")) then | |
| child:Destroy() | |
| end | |
| end |