Pastebloxian

lumber tycoon no black list wall

Mar 2nd, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. for i,v in pairs(game.Workspace.Effects:GetChildren()) do
  2. if v.Name == "BlacklistWall" then
  3. v:Destroy()
  4. end
  5. end
  6. game.Workspace.Effects.ChildAdded:connect(function(v)
  7. wait()
  8. if v.Name == "BlacklistWall" then
  9. v:Destroy()
  10. end
  11. end)
Add Comment
Please, Sign In to add comment