Advertisement
MarcAndrew

Untitled

Apr 2nd, 2018
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. for _, a in pairs(Victim:children()) do
  2. if a:IsA'Part' then
  3. while true do
  4. wait()
  5. for i = 1,10 do
  6. wait()
  7. a.Transparency =a.Transparency - 0.1
  8. end
  9. end
  10. a:Destroy()
  11. end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement