WINXSITO

ROCITIZENS by pato

May 7th, 2021 (edited)
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.64 KB | None | 0 0
  1.  
  2.  
  3. -- Instances:
  4.  
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local Frame = Instance.new("Frame")
  7. local TextLabel = Instance.new("TextLabel")
  8. local burger = Instance.new("TextButton")
  9. local criminal = Instance.new("TextButton")
  10. local bank = Instance.new("TextButton")
  11. local jobss = Instance.new("TextLabel")
  12. local teleports = Instance.new("TextLabel")
  13. local burgertp = Instance.new("TextButton")
  14. local criminaltp = Instance.new("TextButton")
  15.  
  16. --Properties:
  17.  
  18. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  19.  
  20. Frame.Parent = ScreenGui
  21. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  22. Frame.Position = UDim2.new(0.678276777, 0, 0.0446927249, 0)
  23. Frame.Selectable = true
  24. Frame.Size = UDim2.new(0, 251, 0, 394)
  25. Frame.Style = Enum.FrameStyle.RobloxRound
  26.  
  27. TextLabel.Parent = ScreenGui
  28. TextLabel.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  29. TextLabel.BorderSizePixel = 8
  30. TextLabel.Position = UDim2.new(0.677360237, 0, 0.0446927361, 0)
  31. TextLabel.Size = UDim2.new(0, 251, 0, 37)
  32. TextLabel.Font = Enum.Font.SciFi
  33. TextLabel.Text = "gui by Pat0zgamer2"
  34. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  35. TextLabel.TextScaled = true
  36. TextLabel.TextSize = 14.000
  37. TextLabel.TextWrapped = true
  38.  
  39. burger.Name = "burger"
  40. burger.Parent = ScreenGui
  41. burger.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  42. burger.Position = UDim2.new(0.677360237, 0, 0.180968553, 0)
  43. burger.Size = UDim2.new(0, 91, 0, 27)
  44. burger.Font = Enum.Font.SourceSans
  45. burger.Text = "BURGER JOB"
  46. burger.TextColor3 = Color3.fromRGB(0, 0, 0)
  47. burger.TextSize = 14.000
  48. burger.MouseButton1Click:connect(function()
  49. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-5399.224, 3.909, 4436.667)
  50. end)
  51.  
  52.  
  53. criminal.Name = "criminal"
  54. criminal.Parent = ScreenGui
  55. criminal.BackgroundColor3 = Color3.fromRGB(170, 170, 255)
  56. criminal.Position = UDim2.new(0.816686869, 0, 0.180479407, 0)
  57. criminal.Size = UDim2.new(0, 91, 0, 24)
  58. criminal.Font = Enum.Font.SciFi
  59. criminal.Text = "CRIMINAL JOB"
  60. criminal.TextColor3 = Color3.fromRGB(0, 0, 0)
  61. criminal.TextSize = 14.000
  62. criminal.MouseButton1Click:connect(function()
  63. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-3672.493, 12.193, 5620.776)
  64. end)
  65.  
  66. bank.Name = "bank"
  67. bank.Parent = ScreenGui
  68. bank.BackgroundColor3 = Color3.fromRGB(170, 170, 255)
  69. bank.Position = UDim2.new(0.677360237, 0, 0.403701991, 0)
  70. bank.Size = UDim2.new(0, 91, 0, 24)
  71. bank.Font = Enum.Font.SciFi
  72. bank.Text = "BANK"
  73. bank.TextColor3 = Color3.fromRGB(0, 0, 0)
  74. bank.TextSize = 14.000
  75. bank.MouseButton1Click:connect(function()
  76. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-5152.493, 4.006, 5426.937)
  77. end)
  78.  
  79. jobss.Name = "jobss"
  80. jobss.Parent = ScreenGui
  81. jobss.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  82. jobss.BackgroundTransparency = 1.000
  83. jobss.Position = UDim2.new(0.713675201, 0, 0.127579734, 0)
  84. jobss.Size = UDim2.new(0, 187, 0, 28)
  85. jobss.Font = Enum.Font.PermanentMarker
  86. jobss.Text = "JOBS"
  87. jobss.TextColor3 = Color3.fromRGB(255, 255, 255)
  88. jobss.TextScaled = true
  89. jobss.TextSize = 14.000
  90. jobss.TextWrapped = true
  91.  
  92. teleports.Name = "teleports"
  93. teleports.Parent = ScreenGui
  94. teleports.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  95. teleports.BackgroundTransparency = 1.000
  96. teleports.Position = UDim2.new(0.711538434, 0, 0.337711066, 0)
  97. teleports.Size = UDim2.new(0, 187, 0, 28)
  98. teleports.Font = Enum.Font.PermanentMarker
  99. teleports.Text = "TELEPORTS"
  100. teleports.TextColor3 = Color3.fromRGB(255, 255, 255)
  101. teleports.TextScaled = true
  102. teleports.TextSize = 14.000
  103. teleports.TextWrapped = true
  104.  
  105. burgertp.Name = "burgertp"
  106. burgertp.Parent = ScreenGui
  107. burgertp.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  108. burgertp.Position = UDim2.new(0.802360237, 0, 0.396728396, 0)
  109. burgertp.Size = UDim2.new(0, 91, 0, 27)
  110. burgertp.Font = Enum.Font.SourceSans
  111. burgertp.Text = "BURGER"
  112. burgertp.TextColor3 = Color3.fromRGB(0, 0, 0)
  113. burgertp.TextSize = 14.000
  114. burgertp.MouseButton1Click:connect(function()
  115. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-5399.224, 3.909, 4436.667)
  116. end)
  117.  
  118. criminaltp.Name = "criminaltp"
  119. criminaltp.Parent = ScreenGui
  120. criminaltp.BackgroundColor3 = Color3.fromRGB(170, 170, 255)
  121. criminaltp.Position = UDim2.new(0.677360237, 0, 0.476872742, 0)
  122. criminaltp.Size = UDim2.new(0, 91, 0, 24)
  123. criminaltp.Font = Enum.Font.SciFi
  124. criminaltp.Text = "CRIMINAL BASE"
  125. criminaltp.TextColor3 = Color3.fromRGB(0, 0, 0)
  126. criminaltp.TextSize = 14.000
  127. criminaltp.MouseButton1Click:connect(function()
  128. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-3672.493, 12.193, 5620.776)
  129. end)
Add Comment
Please, Sign In to add comment