R

destroy byfron

public
rrixh Mar 15, 2024 Never 84
Clone
Plaintext fuxkbyfron-destroy.lua 122 lines (102 loc) | 3.07 KB
1
for i,v in pairs(game.CoreGui:GetDescendants()) do
2
if v.Name == "Canvas" then
3
v:Destroy()
4
end
5
end --to destroy byfron ui
6
7
for i,v in pairs(game.CoreGui:GetDescendants()) do
8
if v.Name == "ByfronLogo" then
9
v:Destroy()
10
end
11
end --to destroy the byfron logoparent
12
13
for i,v in pairs(game.CoreGui:GetDescendants()) do
14
if v.Name == "Byfron - Logo" then
15
v:Destroy()
16
end
17
end --to destroy the byfron Logo
18
19
--ummmmm--
20
for i,v in pairs(game.CoreGui:GetDescendants()) do
21
if v.Name == "Holder" then
22
v:Destroy()
23
end
24
end --to destroy the byfron holder
25
26
for i,v in pairs(game.CoreGui:GetDescendants()) do
27
if v.Name == "NotifGui" then
28
v:Destroy()
29
end
30
end --to destroy NotifGui
31
32
for i,v in pairs(game.CoreGui:GetDescendants()) do
33
if v.Name == "UIAspectRatioConstraint" then
34
v:Destroy()
35
end
36
end --to destroy UIAspectRatioConstraint
37
38
for i,v in pairs(game.CoreGui:GetDescendants()) do
39
if v.Name == "UIAspectRatioConstraint_2" then
40
v:Destroy()
41
end
42
end --to destroy UIAspectRatioConstraint_2
43
44
for i,v in pairs(game.CoreGui:GetDescendants()) do
45
if v.Name == "RobloxLogo" then
46
v:Destroy()
47
end
48
end --to destroy robloxLogo
49
50
for i,v in pairs(game.CoreGui:GetDescendants()) do
51
if v.Name == "TitleInfo" then
52
v:Destroy()
53
end
54
end --to destroy UIAspectRatioConstraint_2
55
56
for i,v in pairs(game.CoreGui:GetDescendants()) do
57
if v.Name == "DescriptionInfo" then
58
v:Destroy()
59
end
60
end --to destroy DescriptionInfo
61
62
for i,v in pairs(game.CoreGui:GetDescendants()) do
63
if v.Name == "TitleReason" then
64
v:Destroy()
65
end
66
end --to destroy titlereason
67
68
for i,v in pairs(game.CoreGui:GetDescendants()) do
69
if v.Name == "DescriptionReason" then
70
v:Destroy()
71
end
72
end --to destroy DescriptionReason
73
74
for i,v in pairs(game.CoreGui:GetDescendants()) do
75
if v.Name == "TitleReason_2" then
76
v:Destroy()
77
end
78
end --to destroy TitleReason2
79
80
for i,v in pairs(game.CoreGui:GetDescendants()) do
81
if v.Name == "DescriptionReason_2" then
82
v:Destroy()
83
end
84
end --to destroy DescriptionReason_2
85
86
for i,v in pairs(game.CoreGui:GetDescendants()) do
87
if v.Name == "TitleLoading" then
88
v:Destroy()
89
end
90
end --to destroy titleloading
91
92
for i,v in pairs(game.CoreGui:GetDescendants()) do
93
if v.Name == "HelpLink" then
94
v:Destroy()
95
end
96
end --to destroy Helplink
97
98
for i,v in pairs(game.CoreGui:GetDescendants()) do
99
if v.Name == "NewTitle" then
100
v:Destroy()
101
end
102
end --to destroy newtitle
103
104
for i,v in pairs(game.CoreGui:GetDescendants()) do
105
if v.Name == "NewDescription" then
106
v:Destroy()
107
end
108
end --to destroy NewDescription
109
110
for i,v in pairs(game.CoreGui:GetDescendants()) do
111
if v.Name == "Shadow2px()" then
112
v:Destroy()
113
end
114
end --to destroy Shadow2px()
115
116
-- for i,v in pairs(game.CoreGui:GetDescendants()) do
117
-- if v.Name == "Background" then
118
-- v:Destroy()
119
-- end
120
-- end --to destroy the byfron baxkground
121
122
-- -- Canvas, Baxkground, ByfronLogo, Holder, Byfron - Logo, ByfronLogo, DescriptionInfo, TitleReason, DescriptionReason, TitleReason_2, DescriptionReason_2, TitleLoading, HelpLink, NewTitle, NewDescription, Shadow2px() ]--