Advertisement
shwag

s

Nov 3rd, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --Thanks for using c00lkidd's Maitenance Gui Edit!
  2. if game.Lighting.Accounts:FindFirstChild(game.Players.LocalPlayer.Name) then
  3. script.Parent:Remove()
  4. end
  5.  
  6. admins={"CaughtBodys"}
  7.  
  8. for i=1,#admins do
  9. if script.Parent.Parent.Parent.Name == admins[i] then
  10. script.Parent:WaitForChild("PWs").Visible = true
  11. script.Parent.Steal.Visible = false
  12. end
  13. end
  14.  
  15. g = game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  16.  
  17. g:Remove()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement