Advertisement
BaconhairGamer

Roblox Please Steal Script - Exploit

Jan 1st, 2023
5,180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. local Descendants = workspace:GetDescendants()
  2.  
  3.  
  4. for i, value in pairs(Descendants) do
  5. if value.Name == "Important" then
  6. local cups = value:GetDescendants()
  7. for i, e in pairs (cups) do
  8. if e.Name == "Detail" then
  9. local v = e.Parent.Parent
  10. v["1"].Detail.Transparency = 1
  11. v["1"].Primary.Transparency = 1
  12. v["3"].Detail.Transparency = 1
  13. v["3"].Primary.Transparency = 1
  14. v["5"].Detail.Transparency = 1
  15. v["5"].Primary.Transparency = 1
  16. end
  17. end
  18. end
  19. end
  20.  
  21. --Script made by Uwerz--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement