Advertisement
Guest User

ซิตี้บ้านนา

a guest
May 3rd, 2023
2,469
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("Mine Hub", "BloodTheme")
  3.  
  4. local Tab = Window:NewTab("Teleport")
  5.  
  6. local Section = Tab:NewSection("Teleport")
  7.  
  8. Section:NewButton("Tp1", "Tp1", function()
  9. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(132.2979278564453, 69.4758071899414, 101.29215240478516)
  10. end)
  11.  
  12. Section:NewButton("Tp2", "Tp2", function()
  13. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-264.1785888671875, 69.28580474853516, 229.94219970703125)
  14. end)
  15.  
  16. Section:NewButton("Tp3", "Tp3", function()
  17. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-330.615478515625, 67.27375030517578, 1210.4031982421875)
  18. end)
  19.  
  20. Section:NewButton("Tp4", "Tp4", function()
  21. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(545.6734619140625, 66.81896209716797, 470.1692810058594)
  22. end)
  23.  
  24. Section:NewButton("Tp5", "Tp5", function()
  25. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-139.1795654296875, 68.98333740234375, 401.627197265625)
  26. end)
  27.  
  28. Section:NewButton("Tp6", "Tp6", function()
  29. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(47.91032028198242, 69.39747619628906, 325.6637268066406)
  30. end)
  31.  
  32. Section:NewButton("Tp7", "Tp7", function()
  33. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-106.591064453125, 72.29027557373047, 712.0822143554688)
  34. end)
  35.  
  36. Section:NewButton("Tp8", "Tp8", function()
  37. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(182.05799865722656, 68.9895248413086, 720.8394775390625)
  38. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement