Advertisement
25532555

Natural Disaster Survival Script

Jan 21st, 2023
1,072
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/naypramx/Ui__Project/Script/XeNonUi", true))()
  2. library:CreateWatermark("Center Hub No.1") -- Config แตกนะเดียวค่อยแก้รอเน็ตมาก่อน By MeowX#0001
  3. local CenterHubNo1 = library:CreateWindow("UI EDIT BY NAYPRAMXD :) ",Enum.KeyCode.RightControl)
  4. local Tab = CenterHubNo1:CreateTab("TAB CENTERHUB")
  5. local Sector1 = Tab:CreateSector("SECTOR CENTERHUB","left")
  6. Sector1:AddLabel("LABEL BY CENTERHUB")
  7.  
  8. Sector1:AddButton("Vote map gui",function()
  9. game.Players.LocalPlayer.PlayerGui.MainGui.MapVotePage.Visible = true
  10. end)
  11.  
  12. Sector1:AddButton("Teleport to map",function()
  13. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-133.347427, 47.3999977, 4.53960943, 0.38657847, 3.4877143e-08, -0.922256529, -4.3175902e-08, 1, 1.97193177e-08, 0.922256529, 3.21961942e-08, 0.38657847)
  14. end)
  15.  
  16. Sector1:AddButton("Teleport to spawn",function()
  17. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-278.442841, 179.499985, 344.097626, -0.0874307826, -3.13442889e-08, -0.99617058, 9.56006563e-09, 1, -3.23038378e-08, 0.99617058, -1.23478063e-08, -0.0874307826)
  18. end)
  19. Thank for watching
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement