Advertisement
M4kubeX

btools 11/02/2020

Feb 10th, 2020
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1.  
  2. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  3. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  4. if child.ClassName == "Part" then
  5. child.Locked = false
  6. end
  7. if child.ClassName == "MeshPart" then
  8. child.Locked = false
  9. end
  10. if child.ClassName == "UnionOperation" then
  11. child.Locked = false
  12. end
  13. if child.ClassName == "Model" then
  14. for index, chil in pairs(child:GetChildren()) do
  15. if chil.ClassName == "Part" then
  16. chil.Locked = false
  17. end
  18. if chil.ClassName == "MeshPart" then
  19. chil.Locked = false
  20. end
  21. if chil.ClassName == "UnionOperation" then
  22. chil.Locked = false
  23. end
  24. if chil.ClassName == "Model" then
  25. for index, childe in pairs(chil:GetChildren()) do
  26. if childe.ClassName == "Part" then
  27. childe.Locked = false
  28. end
  29. if childe.ClassName == "MeshPart" then
  30. childe.Locked = false
  31. end
  32. if childe.ClassName == "UnionOperation" then
  33. childe.Locked = false
  34. end
  35. print("twitter.com/M4KubeX")
  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. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  57. c.BinType = Enum.BinType.Hammer
  58. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  59. c.BinType = Enum.BinType.Clone
  60. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  61. c.BinType = Enum.BinType.Grab
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement