Nova355killer

xray false

Apr 28th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. for i,v in pairs(game.Workspace:GetDescendants()) do
  2. if v:IsA("Part") then
  3. v.Transparency = 0
  4. end
  5. end
  6. end
Add Comment
Please, Sign In to add comment