Advertisement
Guest User

One Piece Legendary Devil Fruits

a guest
Aug 20th, 2019
5,605
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 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 == "Candy Fruit" then
  9. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  10. end
  11. if v.Name == "Hollow Fruit" then
  12. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  13. end
  14. if v.Name == "Chilly 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 == "Flare Fruit" then
  21. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  22. end
  23. if v.Name == "Light Fruit" then
  24. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  25. end
  26. if v.Name == "Smoke Fruit" then
  27. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  28. end
  29. if v.Name == "Sand Fruit" then
  30. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  31. end
  32. if v.Name == "Rumble Fruit" then
  33. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  34. end
  35. if v.Name == "Magma Fruit" then
  36. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  37. end
  38. if v.Name == "Ope Fruit" then
  39. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  40. end
  41. if v.Name == "Snow Fruit" then
  42. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  43. end
  44. if v.Name == "Quake Fruit" then
  45. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  46. end
  47. if v.Name == "Phoenix Fruit" then
  48. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  49. end
  50. if v.Name == "Dark Fruit" then
  51. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  52. end
  53. if v.Name == "Rare Box" then
  54. v.Handle.CFrame = plr.Character.HumanoidRootPart.CFrame
  55. end
  56.  
  57. end)
  58. end
  59. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement