Advertisement
TheRealHeh

ShopItems Mover

Nov 7th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. for i,v in pairs(game.Workspace.Stores:GetDescendants()) do
  2. if v.Name == "ShopItems" then
  3. for i,b in pairs(v:GetChildren()) do
  4. if b.Name == "BasicHatchet" then
  5. for i,n in pairs(game.Workspace.Stores:GetChildren()) do
  6. if n.Name == "WoodRUs" then
  7. b.Parent.Parent = n
  8. end
  9. end
  10. end
  11. end
  12. end
  13. end
  14. wait(.01)
  15. for i,v in pairs(game.Workspace.Stores:GetDescendants()) do
  16. if v.Name == "ShopItems" then
  17. for i,b in pairs(v:GetChildren()) do
  18. if b.Name == "GateOR" then
  19. for i,n in pairs(game.Workspace.Stores:GetChildren()) do
  20. if n.Name == "LogicStore" then
  21. b.Parent.Parent = n
  22. end
  23. end
  24. end
  25. end
  26. end
  27. end
  28. wait(.01)
  29. for i,v in pairs(game.Workspace.Stores:GetDescendants()) do
  30. if v.Name == "ShopItems" then
  31. for i,b in pairs(v:GetChildren()) do
  32. if b.Name == "Painting8" then
  33. for i,n in pairs(game.Workspace.Stores:GetChildren()) do
  34. if n.Name == "FineArt" then
  35. b.Parent.Parent = n
  36. end
  37. end
  38. end
  39. end
  40. end
  41. end
  42. wait(.01)
  43. for i,v in pairs(game.Workspace.Stores:GetDescendants()) do
  44. if v.Name == "ShopItems" then
  45. for i,b in pairs(v:GetChildren()) do
  46. if b.Name == "Dynamite" then
  47. for i,n in pairs(game.Workspace.Stores:GetChildren()) do
  48. if n.Name == "ShackShop" then
  49. b.Parent.Parent = n
  50. end
  51. end
  52. end
  53. end
  54. end
  55. end
  56. wait(.01)
  57. for i,v in pairs(game.Workspace.Stores:GetDescendants()) do
  58. if v.Name == "ShopItems" then
  59. for i,b in pairs(v:GetChildren()) do
  60. if b.Name == "SmallTrailer" then
  61. for i,n in pairs(game.Workspace.Stores:GetChildren()) do
  62. if n.Name == "CarStore" then
  63. b.Parent.Parent = n
  64. end
  65. end
  66. end
  67. end
  68. end
  69. end
  70. wait(.01)
  71. for i,v in pairs(game.Workspace.Stores:GetDescendants()) do
  72. if v.Name == "ShopItems" then
  73. for i,b in pairs(v:GetChildren()) do
  74. if b.Name == "Seat_Armchair" then
  75. for i,n in pairs(game.Workspace.Stores:GetChildren()) do
  76. if n.Name == "FurnitureStore" then
  77. b.Parent.Parent = n
  78. end
  79. end
  80. end
  81. end
  82. end
  83. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement