XZTablets

Untitled

Oct 3rd, 2020
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. pcall(function()
  2. for i,v in pairs(getconnections(game:service'ScriptContext'.Error)) do
  3. v:Disable();
  4. end
  5. end)
  6.  
  7. for i,v in next, game.Workspace:GetChildren() do
  8. if v:FindFirstChild("TouchInterest") and v.Name ~= "Fire" and v.Name ~= "OrderField" and v.Name ~= "SolanBall" and v.Name ~= "SolansGate" and v.Name ~= "TeleportOut" and v.Name ~= "BaalField" and v.Name ~= "Elevator" and v.Name ~= "MageField" and v.Name ~= "TeleportIn" then
  9. v.TouchInterest:Destroy()
  10. end
  11. end
Add Comment
Please, Sign In to add comment