Advertisement
rrixh

destroybyfron

Mar 14th, 2024
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.05 KB | None | 0 0
  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 == "Background" then
  9.   v:Destroy()
  10.  end
  11. end --to destroy the byfron baxkground
  12.  
  13. for i,v in pairs(game.CoreGui:GetDescendants()) do
  14.  if v.Name == "ByfronLogo" then
  15.   v:Destroy()
  16.  end
  17. end --to destroy the byfron logoparent
  18.  
  19. for i,v in pairs(game.CoreGui:GetDescendants()) do
  20.  if v.Name == "Holder" then
  21.   v:Destroy()
  22.  end
  23. end --to destroy the byfron holder
  24.  
  25. for i,v in pairs(game.CoreGui:GetDescendants()) do
  26.  if v.Name == "Byfron - Logo" then
  27.   v:Destroy()
  28.  end
  29. end --to destroy the byfron Logo
  30.  
  31. for i,v in pairs(game.CoreGui:GetDescendants()) do
  32.  if v.Name == "NotifGui" then
  33.   v:Destroy()
  34.  end
  35. end --to destroy NotifGui
  36.  
  37. for i,v in pairs(game.CoreGui:GetDescendants()) do
  38.  if v.Name == "UIAspectRatioConstraint" then
  39.   v:Destroy()
  40.  end
  41. end --to destroy UIAspectRatioConstraint
  42.  
  43. for i,v in pairs(game.CoreGui:GetDescendants()) do
  44.  if v.Name == "UIAspectRatioConstraint_2" then
  45.   v:Destroy()
  46.  end
  47. end --to destroy UIAspectRatioConstraint_2
  48.  
  49. for i,v in pairs(game.CoreGui:GetDescendants()) do
  50.  if v.Name == "RobloxLogo" then
  51.   v:Destroy()
  52.  end
  53. end --to destroy robloxLogo
  54.  
  55. for i,v in pairs(game.CoreGui:GetDescendants()) do
  56.  if v.Name == "TitleInfo" then
  57.   v:Destroy()
  58.  end
  59. end --to destroy UIAspectRatioConstraint_2
  60.  
  61. for i,v in pairs(game.CoreGui:GetDescendants()) do
  62.  if v.Name == "DescriptionInfo" then
  63.   v:Destroy()
  64.  end
  65. end --to destroy DescriptionInfo
  66.  
  67. for i,v in pairs(game.CoreGui:GetDescendants()) do
  68.  if v.Name == "TitleReason" then
  69.   v:Destroy()
  70.  end
  71. end --to destroy titlereason
  72.  
  73. for i,v in pairs(game.CoreGui:GetDescendants()) do
  74.  if v.Name == "DescriptionReason" then
  75.   v:Destroy()
  76.  end
  77. end --to destroy DescriptionReason
  78.  
  79. for i,v in pairs(game.CoreGui:GetDescendants()) do
  80.  if v.Name == "TitleReason_2" then
  81.   v:Destroy()
  82.  end
  83. end --to destroy TitleReason2
  84.  
  85. for i,v in pairs(game.CoreGui:GetDescendants()) do
  86.  if v.Name == "DescriptionReason_2" then
  87.   v:Destroy()
  88.  end
  89. end --to destroy DescriptionReason_2
  90.  
  91. for i,v in pairs(game.CoreGui:GetDescendants()) do
  92.  if v.Name == "TitleLoading" then
  93.   v:Destroy()
  94.  end
  95. end --to destroy titleloading
  96.  
  97. for i,v in pairs(game.CoreGui:GetDescendants()) do
  98.  if v.Name == "HelpLink" then
  99.   v:Destroy()
  100.  end
  101. end --to destroy Helplink
  102.  
  103. for i,v in pairs(game.CoreGui:GetDescendants()) do
  104.  if v.Name == "NewTitle" then
  105.   v:Destroy()
  106.  end
  107. end --to destroy newtitle
  108.  
  109. for i,v in pairs(game.CoreGui:GetDescendants()) do
  110.  if v.Name == "NewDescription" then
  111.   v:Destroy()
  112.  end
  113. end --to destroy NewDescription
  114.  
  115. for i,v in pairs(game.CoreGui:GetDescendants()) do
  116.  if v.Name == "Shadow2px()" then
  117.   v:Destroy()
  118.  end
  119. end --to destroy Shadoe2px()
  120.  
  121.  
  122. -- desxendants: Canvas, Baxkground, ByfronLogo, Holder, Byfron - Logo, ByfronLogo, DescriptionInfo, TitleReason, DescriptionReason, TitleReason_2, DescriptionReason_2, TitleLoading, HelpLink, NewTitle, NewDescription, Shadow2px()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement