eren2481

ninja unlock

Feb 5th, 2020
2,353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. --Variables--
  2. local pl = game.Players.LocalPlayer.Character.HumanoidRootPart
  3. local islandPart = game.Workspace.islandUnlockParts
  4. local islands = {
  5. [1] = islandPart["Enchanted Island"],
  6. [2] = islandPart["Astral Island"],
  7. [3] = islandPart['Mystical Island'],
  8. [4] = islandPart['Space Island'],
  9. [5] = islandPart['Tundra Island'],
  10. [6] = islandPart['Eternal Island'],
  11. [7] = islandPart['Sandstorm'],
  12. [8] = islandPart['Thunderstorm'],
  13. [9] = islandPart['Ancient Inferno Island'],
  14. [10] = islandPart['Midnight Shadow Island'],
  15. [11] = islandPart['Winter Wonder Island'],
  16. [12] = islandPart['Golden Master Island'],
  17. [13] = islandPart['Mythical Souls Island'],
  18. [14] = islandPart['Dragon Legend Island'],
  19. [15] = islandPart['Cybernetic Legends Island'],
  20. [16] = islandPart['Skystorm Ultraus Island'],
  21. [17] = islandPart['Chaos Legends Island'],
  22. [18] = islandPart['Soul Fusion Island'],
  23. [19] = islandPart['Dark Elements Island'],
  24.  
  25.  
  26. }
  27. --Scripts--
  28. pl.CFrame = islands[1].CFrame
  29. wait(0.2)
  30. pl.CFrame = islands[2].CFrame
  31. wait(0.2)
  32. pl.CFrame = islands[3].CFrame
  33. wait(0.2)
  34. pl.CFrame = islands[4].CFrame
  35. wait(0.2)
  36. pl.CFrame = islands[5].CFrame
  37. wait(0.2)
  38. pl.CFrame = islands[6].CFrame
  39. wait(0.2)
  40. pl.CFrame = islands[7].CFrame
  41. wait(0.2)
  42. pl.CFrame = islands[8].CFrame
  43. wait(0.2)
  44. pl.CFrame = islands[9].CFrame
  45. wait(0.2)
  46. pl.CFrame = islands[10].CFrame
  47. wait(0.2)
  48. pl.CFrame = islands[11].CFrame
  49. wait(0.2)
  50. pl.CFrame = islands[12].CFrame
  51. wait(0.2)
  52. pl.CFrame = islands[13].CFrame
  53. wait(0.2)
  54. pl.CFrame = islands[14].CFrame
  55. wait(0.2)
  56. pl.CFrame = islands[15].CFrame
  57. wait(0.2)
  58. pl.CFrame = islands[16].CFrame
  59. wait(0.2)
  60. pl.CFrame = islands[17].CFrame
  61. wait(0.2)
  62. pl.CFrame = islands[18].CFrame
  63. wait(0.2)
  64. pl.CFrame = islands[19].CFrame
Advertisement
Add Comment
Please, Sign In to add comment