Advertisement
JJHDerpster02

IMPROVED Shoop Da Whoop?!

Apr 10th, 2017
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. wait(0.1)
  2. Po= "tootalljj"
  3. player=game.Players:findFirstChild(Po)
  4. back=player:findFirstChild("Backpack")
  5. gear=player:findFirstChild("StarterGear")
  6. e=script.Parent.PowersOfGod
  7. e.Parent=back
  8. e:clone().Parent=gear
  9. wait(0.5)
  10. script.Parent.Parent:remove()
  11.  
  12. ma=script.Parent.tootalljj
  13. d=false
  14. function Down()
  15. if d then return end
  16. d=true
  17. if script.Parent.Exposed.Value==true then
  18. script.Parent.Name=ma
  19. script.Parent.Exposed.Value=false
  20. local a=script.Parent.Parent:GetChildren()
  21. local c=script.Parent.Back:GetChildren()
  22. local i = 1
  23. local j = 1
  24. for i = 1,#a do
  25. if script.Parent.Contents:findFirstChild(a[i].Name)~=nil then
  26. local b=a[i]:clone()
  27. a[i].Parent=nil
  28. script.Parent.Contents[a[i].Name].Parent=nil
  29. b.Parent=script.Parent.Contents
  30. end
  31. end
  32. for j = 1,#c do
  33. c[j].Parent=script.Parent.Parent
  34. end
  35. else
  36. script.Parent.Exposed.Value=true
  37. local b=script.Parent.Parent:GetChildren()
  38. local j=1
  39. for j=1,#b do
  40. if b[j]~=script.Parent then
  41. b[j].Parent=script.Parent.Back
  42. end
  43. end
  44. script.Parent.Name="Back"
  45. local a = script.Parent.Contents:GetChildren()
  46. local i = 1
  47. for i =1,#a do
  48. a[i]:clone().Parent=script.Parent.Parent
  49. end
  50. end
  51. wait(.5)
  52. d=false
  53. end
  54. function selected(mouse)
  55. mouse.Button1Down:connect(Down)
  56. end
  57. script.Parent.Selected:connect(selected)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement