Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for _, a in pairs(Victim:children()) do
- if a:IsA'Part' then
- while true do
- wait()
- for i = 1,10 do
- wait()
- a.Transparency =a.Transparency - 0.1
- end
- end
- a:Destroy()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement