Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.75 KB | None | 0 0
  1. -- Made by Keriza#1287 - https://v3rmillion.net/member.php?action=profile&uid=778335
  2.  
  3. while wait() do
  4. local t = {}
  5. local plr = game:service'Players'.LocalPlayer
  6. for i,v in pairs(workspace:GetChildren()) do
  7. spawn(function()
  8. if v.Name == "Ope Fruit" then
  9. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  10. end
  11. if v.Name == "Smelt Fruit" then
  12. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  13. end
  14. if v.Name == "Magma Fruit" then
  15. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  16. end
  17. if v.Name == "Gas Fruit" then
  18. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  19. end
  20. if v.Name == "Sand Fruit" then
  21. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  22. end
  23. if v.Name == "Dark Fruit" then
  24. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  25. end
  26. if v.Name == "Chilly Fruit" then
  27. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  28. end
  29. if v.Name == "Rumble Fruit" then
  30. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  31. end
  32. if v.Name == "Slip Fruit" then
  33. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  34. end
  35. if v.Name == "Float Fruit" then
  36. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  37. end
  38. if v.Name == "Smoke Fruit" then
  39. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  40. end
  41. if v.Name == "Barrier Fruit" then
  42. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  43. end
  44. if v.Name == "Gum Fruit" then
  45. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  46. end
  47. if v.Name == "Hot Fruit" then
  48. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  49. end
  50. if v.Name == "Clear Fruit" then
  51. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  52. end
  53. if v.Name == "Diamond Fruit" then
  54. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  55. end
  56. if v.Name == "Return Fruit" then
  57. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  58. end
  59. if v.Name == "More Fruit" then
  60. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  61. end
  62. if v.Name == "Love Fruit" then
  63. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  64. end
  65. if v.Name == "Spin Fruit" then
  66. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  67. end
  68. if v.Name == "Bomb Fruit" then
  69. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  70. end
  71. if v.Name == "Hollow Fruit" then
  72. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  73. end
  74. if v.Name == "Candy Fruit" then
  75. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  76. end
  77. if v.Name == "Phoenix Fruit" then
  78. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  79. end
  80. if v.Name == "Chop Fruit" then
  81. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  82. end
  83. if v.Name == "Spring Fruit" then
  84. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  85. end
  86. if v.Name == "LightOld Fruit" then
  87. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  88. end
  89. if v.Name == "Swim Fruit" then
  90. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  91. end
  92. if v.Name == "Snow Fruit" then
  93. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  94. end
  95. if v.Name == "Hobby Fruit" then
  96. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  97. end
  98. if v.Name == "Clone Fruit" then
  99. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  100. end
  101. if v.Name == "Z_Template Fruit" then
  102. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  103. end
  104. if v.Name == "String Fruit" then
  105. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  106. end
  107. if v.Name == "Flare Fruit" then
  108. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  109. end
  110. if v.Name == "Light Fruit" then
  111. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  112. end
  113.  
  114. end)
  115. end
  116. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement