Advertisement
ToxicWHOMakesGUIS

loop

Apr 17th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. while wait(0.1) do
  2. for i,v in pairs(game.Workspace.Effects:GetChildren()) do
  3. if v.Name == "BlacklistWall" then
  4. v:Destroy()
  5. end
  6. end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement