Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local a = script.Parent
- while true do
- if a.Name == "fortnite" then
- local b = a:GetChildren()
- b.Transparency = .5
- b.CanCollide = false
- wait(.1)
- b.Anchored = true
- b.Transparency = .6
- wait(.1)
- b.Transparency = .7
- wait(.1)
- b.Transparency = .8
- wait(.1)
- b.Transparency = .9
- wait(.1)
- b.Transparency = 1
- wait(.1)
- a:remove()
- end
- wait(.1)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement