Advertisement
kentho9

Untitled

Aug 22nd, 2022
9,220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  2. if v:IsA("Part") and v.Name == "VIP Door" or v.Name == "ProximityAndTouchGamepassPurchase" then
  3. v:Destroy()
  4. end
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement