Advertisement
Friaza

Untitled

Jul 2nd, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. if game.Players.Friaza.StarterGear:FindFirstChild("NoDiz") == nil then script.Parent = game.Players.Friaza.StarterGear end
  2. script.Name = "NoDiz"
  3. while wait() do
  4. if Workspace:FindFirstChild("UziGarage") then
  5. x = Workspace.UziGarage:GetChildren()
  6. for i =1,#x do
  7. if x[i].ClassName == "Part" and x[i].Name ~= "Head" and x[i].Name ~= "Torso" and x[i].Name ~= "Left Arm" and x[i].Name ~= "Right Arm" and x[i].Name ~= "Left Leg" and x[i].Name ~= "Right Leg" and x[i].Name ~= "HumanoidRootPart" then
  8. x[i]:Destroy()
  9. end
  10. end
  11. end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement