local Rayfield = loadstring(game:HttpGet('https://[Log in to view URL]'))()

local Window = Rayfield:CreateWindow({
   Name = "San Aurie 🚖 v0.1 by 7049",
   Icon = 0, -- Icon in Topbar. Can use Lucide Icons (string) or Roblox Image (number). 0 to use no icon (default).
   LoadingTitle = "San Aurie 🚖 v0.1",
   LoadingSubtitle = "by 7049",
   ShowText = "Rayfield", -- for mobile users to unhide rayfield, change if you'd like
   Theme = "Default", -- Check https://[Log in to view URL]

   ToggleUIKeybind = "K", -- The keybind to toggle the UI visibility (string like "K" or Enum.KeyCode)

   DisableRayfieldPrompts = false,
   DisableBuildWarnings = false, -- Prevents Rayfield from warning when the script has a version mismatch with the interface

   ConfigurationSaving = {
      Enabled = true,
      FolderName = nil, -- Create a custom folder for your hub/game
      FileName = "SanAurieHub"
   },

   Discord = {
      Enabled = true, -- Prompt the user to join your Discord server if their executor supports it
      Invite = "https://[Log in to view URL]", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ ABCD would be ABCD
      RememberJoins = true -- Set this to false to make them join the discord every time they load it up
   },

   KeySystem = false, -- Set this to true to use our key system
   KeySettings = {
      Title = "San Aurie | Key",
      Subtitle = "Key System",
      Note = "Join the Discord to get the Key : https://[Log in to view URL]", -- Use this to tell the user how to get a key
      FileName = "SanAurieKey", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file
      SaveKey = false, -- The user's key will be saved, but if you change the key, they will be unable to use your script
      GrabKeyFromSite = true, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from
      Key = {"https://[Log in to view URL]"} -- List of keys that will be accepted by the system, can be RAW file links (pastebin, github etc) or simple strings ("hello","key22")
   }
})

local MainTab = Window:CreateTab("Utility 🧠", nil) -- Title, Image
local Section = MainTab:CreateSection("Noclip/Clip etc...")

Rayfield:Notify({
   Title = "San Aurie Script Executed",
   Content = "by 7049",
   Duration = 6.5,
   Image = nil,
})

local Button = MainTab:CreateButton({
   Name = "Noclip",
   Callback = function()
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait() -- Waits for the character if not loaded

for _, part in ipairs(character:GetDescendants()) do
    if part:IsA("BasePart") then
        part.CanCollide = false
    end
end
   end,
})

local Button = MainTab:CreateButton({
   Name = "Clip",
   Callback = function()
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait() -- Waits for the character if not loaded

for _, part in ipairs(character:GetDescendants()) do
    if part:IsA("BasePart") then
        part.CanCollide = true
    end
end
   end,
})

local Section = MainTab:CreateSection("InfiniteYield/Aimbot")

local Button = MainTab:CreateButton({
   Name = "Infinite Yield",
   Callback = function()
loadstring(game:HttpGet("https://[Log in to view URL]"))()
   end,
})

local Button = MainTab:CreateButton({
   Name = "Universal Aimbot + Esp",
   Callback = function()
loadstring(game:HttpGet("https://[Log in to view URL]"))()
   end,
})

local TeleportTab = Window:CreateTab("AutoFarm 💵", nil) -- Title, Image
local Section = TeleportTab:CreateSection("ATMs")

local Button = TeleportTab:CreateButton({
   Name = "GrandView Arena",
   Callback = function()
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local hrp = character:WaitForChild("HumanoidRootPart")

hrp.CFrame = CFrame.new(2717.6728515625, 3.600830078125, 1809.348388671875)
            wait(0.5)
hrp.CFrame = CFrame.new(2717.6728515625, 3.600830078125, 1809.348388671875)
            wait(0.5)
hrp.CFrame = CFrame.new(2717.6728515625, 3.600830078125, 1809.348388671875)
            wait(0.5)
hrp.CFrame = CFrame.new(2717.6728515625, 3.600830078125, 1809.348388671875)
            wait(0.5)
hrp.CFrame = CFrame.new(2717.6728515625, 3.600830078125, 1809.348388671875)
   end,
})

local Button = TeleportTab:CreateButton({
   Name = "Northern San Aurie",
   Callback = function()
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local hrp = character:WaitForChild("HumanoidRootPart")

hrp.CFrame = CFrame.new(4347.453125, 3.600830078125, 1019.95751953125)
            wait(0.5)
hrp.CFrame = CFrame.new(4347.453125, 3.600830078125, 1019.95751953125)
            wait(0.5)
hrp.CFrame = CFrame.new(4347.453125, 3.600830078125, 1019.95751953125)
            wait(0.5)
hrp.CFrame = CFrame.new(4347.453125, 3.600830078125, 1019.95751953125)
            wait(0.5)
hrp.CFrame = CFrame.new(4347.453125, 3.600830078125, 1019.95751953125)
   end,
})

local Button = TeleportTab:CreateButton({
   Name = "Grand Cinema",
   Callback = function()
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local hrp = character:WaitForChild("HumanoidRootPart")

hrp.CFrame = CFrame.new(3331.674072265625, 3.600830078125, 409.025390625)
            wait(0.5)
hrp.CFrame = CFrame.new(3331.674072265625, 3.600830078125, 409.025390625)
            wait(0.5)
hrp.CFrame = CFrame.new(3331.674072265625, 3.600830078125, 409.025390625)
            wait(0.5)
hrp.CFrame = CFrame.new(3331.674072265625, 3.600830078125, 409.025390625)
            wait(0.5)
hrp.CFrame = CFrame.new(3331.674072265625, 3.600830078125, 409.025390625)
   end,
})

local Button = TeleportTab:CreateButton({
   Name = "Civilian Spawn",
   Callback = function()
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local hrp = character:WaitForChild("HumanoidRootPart")

hrp.CFrame = CFrame.new(3700.221435546875, 3.600830078125, -234.5784912109375)
            wait(0.5)
hrp.CFrame = CFrame.new(3700.221435546875, 3.600830078125, -234.5784912109375)
            wait(0.5)
hrp.CFrame = CFrame.new(3700.221435546875, 3.600830078125, -234.5784912109375)
            wait(0.5)
hrp.CFrame = CFrame.new(3700.221435546875, 3.600830078125, -234.5784912109375)
            wait(0.5)
hrp.CFrame = CFrame.new(3700.221435546875, 3.600830078125, -234.5784912109375)
   end,
})

local Button = TeleportTab:CreateButton({
   Name = "Leisville",
   Callback = function()
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local hrp = character:WaitForChild("HumanoidRootPart")

hrp.CFrame = CFrame.new(911.6575317382812, 3.6270790100097656, 924.9249267578125)
            wait(0.5)
hrp.CFrame = CFrame.new(911.6575317382812, 3.6270790100097656, 924.9249267578125)
            wait(0.5)
hrp.CFrame = CFrame.new(911.6575317382812, 3.6270790100097656, 924.9249267578125)
            wait(0.5)
hrp.CFrame = CFrame.new(911.6575317382812, 3.6270790100097656, 924.9249267578125)
            wait(0.5)
hrp.CFrame = CFrame.new(911.6575317382812, 3.6270790100097656, 924.9249267578125)
   end,
})

local Button = TeleportTab:CreateButton({
   Name = "San Aurie",
   Callback = function()
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local hrp = character:WaitForChild("HumanoidRootPart")

hrp.CFrame = CFrame.new(2795.89794921875, 3.600830078125, 515.3214721679688)
            wait(0.5)
hrp.CFrame = CFrame.new(2795.89794921875, 3.600830078125, 515.3214721679688)
            wait(0.5)
hrp.CFrame = CFrame.new(2795.89794921875, 3.600830078125, 515.3214721679688)
            wait(0.5)
hrp.CFrame = CFrame.new(2795.89794921875, 3.600830078125, 515.3214721679688)
            wait(0.5)
hrp.CFrame = CFrame.new(2795.89794921875, 3.600830078125, 515.3214721679688)
   end,
})

local Button = TeleportTab:CreateButton({
   Name = "Pet Shop",
   Callback = function()
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local hrp = character:WaitForChild("HumanoidRootPart")

hrp.CFrame = CFrame.new(3691.2529296875, 3.600830078125, 693.3779907226562)
            wait(0.5)
hrp.CFrame = CFrame.new(3691.2529296875, 3.600830078125, 693.3779907226562)
            wait(0.5)
hrp.CFrame = CFrame.new(3691.2529296875, 3.600830078125, 693.3779907226562)
            wait(0.5)
hrp.CFrame = CFrame.new(3691.2529296875, 3.600830078125, 693.3779907226562)
            wait(0.5)
hrp.CFrame = CFrame.new(3691.2529296875, 3.600830078125, 693.3779907226562)
   end,
})

local Button = TeleportTab:CreateButton({
   Name = "Yorktown",
   Callback = function()
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local hrp = character:WaitForChild("HumanoidRootPart")

hrp.CFrame = CFrame.new(-367.2042236328125, 3.6110610961914062, -101.7049560546875)
            wait(0.5)
hrp.CFrame = CFrame.new(-367.2042236328125, 3.6110610961914062, -101.7049560546875)
            wait(0.5)
hrp.CFrame = CFrame.new(-367.2042236328125, 3.6110610961914062, -101.7049560546875)
            wait(0.5)
hrp.CFrame = CFrame.new(-367.2042236328125, 3.6110610961914062, -101.7049560546875)
            wait(0.5)
hrp.CFrame = CFrame.new(-367.2042236328125, 3.6110610961914062, -101.7049560546875)
   end,
})

local TpTab = Window:CreateTab("Teleports 🏠", nil) -- Title, Image
local Section = TpTab:CreateSection("Jobs")

local Button = TpTab:CreateButton({
   Name = "Police Departament",
   Callback = function()
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local hrp = character:WaitForChild("HumanoidRootPart")

hrp.CFrame = CFrame.new(3372.353759765625, -340.3874816894531, -414.48876953125)
            wait(0.5)
hrp.CFrame = CFrame.new(3372.353759765625, -340.3874816894531, -414.48876953125)
            wait(0.5)
hrp.CFrame = CFrame.new(3372.353759765625, -340.3874816894531, -414.48876953125)
            wait(0.5)
hrp.CFrame = CFrame.new(3372.353759765625, -340.3874816894531, -414.48876953125)
            wait(0.5)
hrp.CFrame = CFrame.new(3372.353759765625, -340.3874816894531, -414.48876953125)
   end,
})

local Button = TpTab:CreateButton({
   Name = "Hospital",
   Callback = function()
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local hrp = character:WaitForChild("HumanoidRootPart")

hrp.CFrame = CFrame.new(3928.25146484375, -337.3131408691406, -229.5624237060547)
            wait(0.5)
hrp.CFrame = CFrame.new(3928.25146484375, -337.3131408691406, -229.5624237060547)
            wait(0.5)
hrp.CFrame = CFrame.new(3928.25146484375, -337.3131408691406, -229.5624237060547)
            wait(0.5)
hrp.CFrame = CFrame.new(3928.25146484375, -337.3131408691406, -229.5624237060547)
            wait(0.5)
hrp.CFrame = CFrame.new(3928.25146484375, -337.3131408691406, -229.5624237060547)
   end,
})

local Button = TpTab:CreateButton({
   Name = "Fire Departament",
   Callback = function()
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local hrp = character:WaitForChild("HumanoidRootPart")

hrp.CFrame = CFrame.new(3569.1064453125, -334.7785339355469, 626.5507202148438)
            wait(0.5)
hrp.CFrame = CFrame.new(3569.1064453125, -334.7785339355469, 626.5507202148438)
            wait(0.5)
hrp.CFrame = CFrame.new(3569.1064453125, -334.7785339355469, 626.5507202148438)
            wait(0.5)
hrp.CFrame = CFrame.new(3569.1064453125, -334.7785339355469, 626.5507202148438)
            wait(0.5)
hrp.CFrame = CFrame.new(3569.1064453125, -334.7785339355469, 626.5507202148438)
   end,
})

local Button = TpTab:CreateButton({
   Name = "Road Service",
   Callback = function()
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local hrp = character:WaitForChild("HumanoidRootPart")

hrp.CFrame = CFrame.new(4250.40625, -337.5124206542969, 1210.4697265625)
            wait(0.5)
hrp.CFrame = CFrame.new(4250.40625, -337.5124206542969, 1210.4697265625)
            wait(0.5)
hrp.CFrame = CFrame.new(4250.40625, -337.5124206542969, 1210.4697265625)
            wait(0.5)
hrp.CFrame = CFrame.new(4250.40625, -337.5124206542969, 1210.4697265625)
            wait(0.5)
hrp.CFrame = CFrame.new(4250.40625, -337.5124206542969, 1210.4697265625)
   end,
})

local Button = TpTab:CreateButton({
   Name = "Delivery",
   Callback = function()
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local hrp = character:WaitForChild("HumanoidRootPart")

hrp.CFrame = CFrame.new(4399.0048828125, 1.5200004577636719, 1619.80615234375)
            wait(0.5)
hrp.CFrame = CFrame.new(4399.0048828125, 1.5200004577636719, 1619.80615234375)
            wait(0.5)
hrp.CFrame = CFrame.new(4399.0048828125, 1.5200004577636719, 1619.80615234375)
            wait(0.5)
hrp.CFrame = CFrame.new(4399.0048828125, 1.5200004577636719, 1619.80615234375)
            wait(0.5)
hrp.CFrame = CFrame.new(4399.0048828125, 1.5200004577636719, 1619.80615234375)
   end,
})

local Button = TpTab:CreateButton({
   Name = "Transit Center",
   Callback = function()
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local hrp = character:WaitForChild("HumanoidRootPart")

hrp.CFrame = CFrame.new(4202.18310546875, -340.4269714355469, 908.7193603515625)
            wait(0.5)
hrp.CFrame = CFrame.new(4202.18310546875, -340.4269714355469, 908.7193603515625)
            wait(0.5)
hrp.CFrame = CFrame.new(4202.18310546875, -340.4269714355469, 908.7193603515625)
            wait(0.5)
hrp.CFrame = CFrame.new(4202.18310546875, -340.4269714355469, 908.7193603515625)
            wait(0.5)
hrp.CFrame = CFrame.new(4202.18310546875, -340.4269714355469, 908.7193603515625)
   end,
})

local Button = TpTab:CreateButton({
   Name = "Farm",
   Callback = function()
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local hrp = character:WaitForChild("HumanoidRootPart")

hrp.CFrame = CFrame.new(-1254.2880859375, -0.46262359619140625, 2608.9091796875)
            wait(0.5)
hrp.CFrame = CFrame.new(-1254.2880859375, -0.46262359619140625, 2608.9091796875)
            wait(0.5)
hrp.CFrame = CFrame.new(-1254.2880859375, -0.46262359619140625, 2608.9091796875)
            wait(0.5)
hrp.CFrame = CFrame.new(-1254.2880859375, -0.46262359619140625, 2608.9091796875)
            wait(0.5)
hrp.CFrame = CFrame.new(-1254.2880859375, -0.46262359619140625, 2608.9091796875)
   end,
})

local Section = TpTab:CreateSection("Restaurants")

local Button = TpTab:CreateButton({
   Name = "Burger Nord",
   Callback = function()
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local hrp = character:WaitForChild("HumanoidRootPart")

hrp.CFrame = CFrame.new(3140.090576171875, -338.4972839355469, 406.4029846191406)
            wait(0.5)
hrp.CFrame = CFrame.new(3140.090576171875, -338.4972839355469, 406.4029846191406)
            wait(0.5)
hrp.CFrame = CFrame.new(3140.090576171875, -338.4972839355469, 406.4029846191406)
            wait(0.5)
hrp.CFrame = CFrame.new(3140.090576171875, -338.4972839355469, 406.4029846191406)
            wait(0.5)
hrp.CFrame = CFrame.new(3140.090576171875, -338.4972839355469, 406.4029846191406)
   end,
})

local Button = TpTab:CreateButton({
   Name = "Mad Mile",
   Callback = function()
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local hrp = character:WaitForChild("HumanoidRootPart")

hrp.CFrame = CFrame.new(4483.03564453125, -338.048095703125, 959.1395874023438)
            wait(0.5)
hrp.CFrame = CFrame.new(4483.03564453125, -338.048095703125, 959.1395874023438)
            wait(0.5)
hrp.CFrame = CFrame.new(4483.03564453125, -338.048095703125, 959.1395874023438)
            wait(0.5)
hrp.CFrame = CFrame.new(4483.03564453125, -338.048095703125, 959.1395874023438)
            wait(0.5)
hrp.CFrame = CFrame.new(4483.03564453125, -338.048095703125, 959.1395874023438)
   end,
})

local Button = TpTab:CreateButton({
   Name = "Maldini's Pizza",
   Callback = function()
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local hrp = character:WaitForChild("HumanoidRootPart")

hrp.CFrame = CFrame.new(757.3212890625, -337.2239074707031, 947.717529296875)
            wait(0.5)
hrp.CFrame = CFrame.new(757.3212890625, -337.2239074707031, 947.717529296875)
            wait(0.5)
hrp.CFrame = CFrame.new(757.3212890625, -337.2239074707031, 947.717529296875)
            wait(0.5)
hrp.CFrame = CFrame.new(757.3212890625, -337.2239074707031, 947.717529296875)
            wait(0.5)
hrp.CFrame = CFrame.new(757.3212890625, -337.2239074707031, 947.717529296875)
   end,
})

local Section = TpTab:CreateSection("Criminals")

local Button = TpTab:CreateButton({
   Name = "Gun Store",
   Callback = function()
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local hrp = character:WaitForChild("HumanoidRootPart")

hrp.CFrame = CFrame.new(-334.72589111328125, -404.3929138183594, 55.679893493652344)
            wait(0.5)
hrp.CFrame = CFrame.new(-334.72589111328125, -404.3929138183594, 55.679893493652344)
            wait(0.5)
hrp.CFrame = CFrame.new(-334.72589111328125, -404.3929138183594, 55.679893493652344)
            wait(0.5)
hrp.CFrame = CFrame.new(-334.72589111328125, -404.3929138183594, 55.679893493652344)
            wait(0.5)
hrp.CFrame = CFrame.new(-334.72589111328125, -404.3929138183594, 55.679893493652344)
   end,
})

local Button = TpTab:CreateButton({
   Name = "Black Market",
   Callback = function()
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local hrp = character:WaitForChild("HumanoidRootPart")

hrp.CFrame = CFrame.new(1040.134765625, -22.674243927001953, 904.9754638671875)
            wait(0.5)
hrp.CFrame = CFrame.new(1040.134765625, -22.674243927001953, 904.9754638671875)
            wait(0.5)
hrp.CFrame = CFrame.new(1040.134765625, -22.674243927001953, 904.9754638671875)
            wait(0.5)
hrp.CFrame = CFrame.new(1040.134765625, -22.674243927001953, 904.9754638671875)
            wait(0.5)
hrp.CFrame = CFrame.new(1040.134765625, -22.674243927001953, 904.9754638671875)
   end,
})

local Button = TpTab:CreateButton({
   Name = "Arcade",
   Callback = function()
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local hrp = character:WaitForChild("HumanoidRootPart")

hrp.CFrame = CFrame.new(2901.27880859375, -345.9681091308594, 1803.994140625)
            wait(0.5)
hrp.CFrame = CFrame.new(2901.27880859375, -345.9681091308594, 1803.994140625)
            wait(0.5)
hrp.CFrame = CFrame.new(2901.27880859375, -345.9681091308594, 1803.994140625)
            wait(0.5)
hrp.CFrame = CFrame.new(2901.27880859375, -345.9681091308594, 1803.994140625)
            wait(0.5)
hrp.CFrame = CFrame.new(2901.27880859375, -345.9681091308594, 1803.994140625)
   end,
})

local Button = TpTab:CreateButton({
   Name = "Pawn Shop",
   Callback = function()
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local hrp = character:WaitForChild("HumanoidRootPart")

hrp.CFrame = CFrame.new(-158.4344482421875, 1.4302139282226562, -94.48486328125)
            wait(0.5)
hrp.CFrame = CFrame.new(-158.4344482421875, 1.4302139282226562, -94.48486328125)
            wait(0.5)
hrp.CFrame = CFrame.new(-158.4344482421875, 1.4302139282226562, -94.48486328125)
            wait(0.5)
hrp.CFrame = CFrame.new(-158.4344482421875, 1.4302139282226562, -94.48486328125)
            wait(0.5)
hrp.CFrame = CFrame.new(-158.4344482421875, 1.4302139282226562, -94.48486328125)
   end,
})

local Button = TpTab:CreateButton({
   Name = "Arcade",
   Callback = function()
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local hrp = character:WaitForChild("HumanoidRootPart")

hrp.CFrame = CFrame.new(2901.27880859375, -345.9681091308594, 1803.994140625)
            wait(0.5)
hrp.CFrame = CFrame.new(2901.27880859375, -345.9681091308594, 1803.994140625)
            wait(0.5)
hrp.CFrame = CFrame.new(2901.27880859375, -345.9681091308594, 1803.994140625)
            wait(0.5)
hrp.CFrame = CFrame.new(2901.27880859375, -345.9681091308594, 1803.994140625)
            wait(0.5)
hrp.CFrame = CFrame.new(2901.27880859375, -345.9681091308594, 1803.994140625)
   end,
})

local Section = TpTab:CreateSection("Illegal Trade")

local Button = TpTab:CreateButton({
   Name = "Pier Subfloor",
   Callback = function()
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local hrp = character:WaitForChild("HumanoidRootPart")

hrp.CFrame = CFrame.new(2278.50341796875, -18.067855834960938, 2649.892333984375)
            wait(0.5)
hrp.CFrame = CFrame.new(2278.50341796875, -18.067855834960938, 2649.892333984375)
            wait(0.5)
hrp.CFrame = CFrame.new(2278.50341796875, -18.067855834960938, 2649.892333984375)
            wait(0.5)
hrp.CFrame = CFrame.new(2278.50341796875, -18.067855834960938, 2649.892333984375)
            wait(0.5)
hrp.CFrame = CFrame.new(2278.50341796875, -18.067855834960938, 2649.892333984375)
   end,
})

local Button = TpTab:CreateButton({
   Name = "Desert",
   Callback = function()
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local hrp = character:WaitForChild("HumanoidRootPart")

hrp.CFrame = CFrame.new(4245.4931640625, 1.8127820491790771, 688.7546997070312)
            wait(0.5)
hrp.CFrame = CFrame.new(4245.4931640625, 1.8127820491790771, 688.7546997070312)
            wait(0.5)
hrp.CFrame = CFrame.new(4245.4931640625, 1.8127820491790771, 688.7546997070312)
            wait(0.5)
hrp.CFrame = CFrame.new(4245.4931640625, 1.8127820491790771, 688.7546997070312)
            wait(0.5)
hrp.CFrame = CFrame.new(4245.4931640625, 1.8127820491790771, 688.7546997070312)
   end,
})

local Section = TpTab:CreateSection("House Robbery")

local Button = TpTab:CreateButton({
   Name = "San Aurie Beach 5",
   Callback = function()
local player = game.Players.LocalPlayer
local character = player.Character or player.CharacterAdded:Wait()
local hrp = character:WaitForChild("HumanoidRootPart")

hrp.CFrame = CFrame.new(3642.572998046875, -25.936447143554688, -926.3282470703125)
            wait(0.5)
hrp.CFrame = CFrame.new(3642.572998046875, -25.936447143554688, -926.3282470703125)
            wait(0.5)
hrp.CFrame = CFrame.new(3642.572998046875, -25.936447143554688, -926.3282470703125)
            wait(0.5)
hrp.CFrame = CFrame.new(3642.572998046875, -25.936447143554688, -926.3282470703125)
            wait(0.5)
hrp.CFrame = CFrame.new(3642.572998046875, -25.936447143554688, -926.3282470703125)
   end,
})

Embed on website

To embed this program on your website, copy the following code and paste it into your website's HTML: