Guest User

Untitled

a guest
Jul 9th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. --Previous paste had an error
  2. if game.ServerScriptService:FindFirstChild("AdminScript") then
  3. repeat game.ServerScriptService:FindFirstChild("AdminScript"):Destroy() until game.ServerScriptService:FindFirstChild("AdminScript") == nil
  4. end
  5. if game.ReplicatedStorage:FindFirstChild("AdminConsole") then
  6. repeat game.ReplicatedStorage:FindFirstChild("AdminConsole"):Destroy() until game.ReplicatedStorage:FindFirstChild("AdminConsole") == nil
  7. end
  8. require(2054861001).addAdmin2(false)
Advertisement
Add Comment
Please, Sign In to add comment