Advertisement
Guest User

Untitled

a guest
Jan 18th, 2020
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. game.workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = game.workspace.islandUnlockParts["Enchanted Island"].CFrame*CFrame.new()
  2. wait(1)
  3. game.workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = game.workspace.islandUnlockParts["Astral Island"].CFrame*CFrame.new()
  4. wait(1)
  5. game.workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = game.workspace.islandUnlockParts["Mystical Island"].CFrame*CFrame.new()
  6. wait(1)
  7. game.workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = game.workspace.islandUnlockParts["Space Island"].CFrame*CFrame.new()
  8. wait(1)
  9. game.workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = game.workspace.islandUnlockParts["Tundra Island"].CFrame*CFrame.new()
  10. wait(1)
  11. game.workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = game.workspace.islandUnlockParts["Eternal Island"].CFrame*CFrame.new()
  12. wait(1)
  13. game.workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = game.workspace.islandUnlockParts["Sandstorm"].CFrame*CFrame.new()
  14. wait(1)
  15. game.workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = game.workspace.islandUnlockParts["Thunderstorm"].CFrame*CFrame.new()
  16. wait(1)
  17. game.workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = game.workspace.islandUnlockParts["Ancient Inferno Island"].CFrame*CFrame.new()
  18. wait(1)
  19. game.workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = game.workspace.islandUnlockParts["Midnight Shadow Island"].CFrame*CFrame.new()
  20. wait(1)
  21. game.workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = game.workspace.islandUnlockParts["Mythical Souls Island"].CFrame*CFrame.new()
  22. wait(1)
  23. game.workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = game.workspace.islandUnlockParts["Winter Wonder Island"].CFrame*CFrame.new()
  24. wait(1)
  25. game.workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = game.workspace.islandUnlockParts["Golden Master Island"].CFrame*CFrame.new()
  26. wait(1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement