Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --die base removing exploiters
- while true do
- wait()
- if workspace:FindFirstChild("Base") == nil then
- local part = Instance.new("Part", workspace)
- part.Size = Vector3.new(2048, 2048,2048)
- part.Anchored = true
- part.Name = "Base"
- end
- end
Add Comment
Please, Sign In to add comment