Advertisement
Guest User

Destruction Simulator Thing

a guest
May 21st, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. while wait(0.1) do
  2. if game.Players.LocalPlayer.Character == nil then
  3. if game.Workspace:FindFirstChild("Autofarm") then
  4. game.Workspace.Autofarm:Destroy()
  5. end
  6. end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement