lotushomerun

Counter the exploiters

Aug 23rd, 2017
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. --die base removing exploiters
  2.  
  3. while true do
  4. wait()
  5. if workspace:FindFirstChild("Base") == nil then
  6. local part = Instance.new("Part", workspace)
  7. part.Size = Vector3.new(2048, 2048,2048)
  8. part.Anchored = true
  9. part.Name = "Base"
  10. end
  11. end
Add Comment
Please, Sign In to add comment