zeckons

AA chest

Sep 15th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. while true do
  2. for _, descendant in ipairs(workspace.Map:GetDescendants()) do
  3. if descendant:IsA('Part') and descendant.Name == 'Chest' then
  4. descendant.Transparency = 0
  5. else
  6. wait()
  7. end
  8. end
Add Comment
Please, Sign In to add comment