eren2481

Untitled

Aug 19th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. local StarterGui = game:GetService('StarterGui')
  2.  
  3. StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  4. for index, child in pairs(workspace:GetChildren()) do
  5. if child.ClassName == "Part" then
  6. child.Locked = false
  7. end
  8. if child.ClassName == "MeshPart" then
  9. child.Locked = false
  10. end
  11. if child.ClassName == "UnionOperation" then
  12. child.Locked = false
  13. end
  14. if child.ClassName == "Model" then
  15. for index, chil in pairs(child:GetChildren()) do
  16. if chil.ClassName == "Part" then
  17. chil.Locked = false
  18. end
  19. if chil.ClassName == "MeshPart" then
  20. chil.Locked = false
  21. end
  22. if chil.ClassName == "UnionOperation" then
  23. chil.Locked = false
  24. end
  25. if chil.ClassName == "Model" then
  26. for index, childe in pairs(chil:GetChildren()) do
  27. if childe.ClassName == "Part" then
  28. childe.Locked = false
  29. end
  30. if childe.ClassName == "MeshPart" then
  31. childe.Locked = false
  32. end
  33. if childe.ClassName == "UnionOperation" then
  34. childe.Locked = false
  35. end
  36. if childe.ClassName == "Model" then
  37. for index, childeo in pairs(childe:GetChildren()) do
  38. if childeo.ClassName == "Part" then
  39. childeo.Locked = false
  40. end
  41. if childeo.ClassName == "MeshPart" then
  42. childeo.Locked = false
  43. end
  44. if childeo.ClassName == "UnionOperation" then
  45. childeo.Locked = false
  46. end
  47. if childeo.ClassName == "Model" then
  48. end
  49. end
  50. end
  51. end
  52. end
  53. end
  54. end
  55. end
  56. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  57. Clone_T.BinType = "Clone"
  58. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  59. Destruct.BinType = "Hammer"
  60. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  61. Hold_T.BinType = "Grab"
Add Comment
Please, Sign In to add comment