Advertisement
matekaOSF2

Untitled

Sep 20th, 2020
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. for _,v in pairs(game.Workspace.FloatingIslands.Overworld:GetChildren()) do
  2. if string.find(v.Name, "") then
  3. wait(1)
  4. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.TeleportPoint.CFrame
  5. end
  6. end
  7. -- Bubble Gum Unlock All Islands
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement