Advertisement
GeneralFighter11

Test2

Jun 26th, 2025
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 22.61 KB | None | 0 0
  1. --[=[
  2.  d888b  db    db d888888b      .d888b.      db      db    db  .d8b.  
  3. 88' Y8b 88    88   `88'        VP  `8D      88      88    88 d8' `8b
  4. 88      88    88    88            odD'      88      88    88 88ooo88
  5. 88  ooo 88    88    88          .88'        88      88    88 88~~~88
  6. 88. ~8~ 88b  d88   .88.        j88.         88booo. 88b  d88 88   88    @uniquadev
  7.  Y888P  ~Y8888P' Y888888P      888888D      Y88888P ~Y8888P' YP   YP  CONVERTER
  8. ]=]
  9.  
  10. -- Instances: 50 | Scripts: 13 | Modules: 0 | Tags: 0
  11. local G2L = {};
  12.  
  13. -- StarterGui.HousesGui
  14. G2L["1"] = Instance.new("ScreenGui", game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui"));
  15. G2L["1"]["Name"] = [[HousesGui]];
  16. G2L["1"]["ZIndexBehavior"] = Enum.ZIndexBehavior.Sibling;
  17.  
  18.  
  19. -- StarterGui.HousesGui.PIzzaButton
  20. G2L["2"] = Instance.new("ImageButton", G2L["1"]);
  21. G2L["2"]["BorderSizePixel"] = 0;
  22. -- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  23. G2L["2"]["BackgroundColor3"] = Color3.fromRGB(255, 171, 0);
  24. G2L["2"]["ZIndex"] = 2;
  25. G2L["2"]["AnchorPoint"] = Vector2.new(0, 0.5);
  26. G2L["2"]["Image"] = [[rbxassetid://79237780308815]];
  27. G2L["2"]["Size"] = UDim2.new(0.08587, 0, 0.16284, 0);
  28. G2L["2"]["Name"] = [[PIzzaButton]];
  29. G2L["2"]["Position"] = UDim2.new(0.00644, 0, 0.47765, 0);
  30.  
  31.  
  32. -- StarterGui.HousesGui.PIzzaButton.UICorner
  33. G2L["3"] = Instance.new("UICorner", G2L["2"]);
  34. G2L["3"]["CornerRadius"] = UDim.new(0.2, 0);
  35.  
  36.  
  37. -- StarterGui.HousesGui.PIzzaButton.UIStroke
  38. G2L["4"] = Instance.new("UIStroke", G2L["2"]);
  39. G2L["4"]["Thickness"] = 6;
  40. G2L["4"]["Color"] = Color3.fromRGB(85, 85, 85);
  41.  
  42.  
  43. -- StarterGui.HousesGui.PIzzaButton.Script
  44. G2L["5"] = Instance.new("LocalScript", G2L["2"]);
  45. G2L["5"]["Name"] = [[Script]];
  46.  
  47.  
  48. -- StarterGui.HousesGui.PIzzaButton.UIAspectRatioConstraint
  49. G2L["6"] = Instance.new("UIAspectRatioConstraint", G2L["2"]);
  50. G2L["6"]["AspectRatio"] = 1.27059;
  51.  
  52.  
  53. -- StarterGui.HousesGui.MainFrame
  54. G2L["7"] = Instance.new("Frame", G2L["1"]);
  55. G2L["7"]["Visible"] = false;
  56. G2L["7"]["ZIndex"] = 200;
  57. G2L["7"]["BackgroundColor3"] = Color3.fromRGB(255, 171, 0);
  58. G2L["7"]["Size"] = UDim2.new(0.44184, 0, 0.52145, 0);
  59. G2L["7"]["Position"] = UDim2.new(0.15906, 0, 0.26222, 0);
  60. G2L["7"]["Name"] = [[MainFrame]];
  61.  
  62.  
  63. -- StarterGui.HousesGui.MainFrame.UICorner
  64. G2L["8"] = Instance.new("UICorner", G2L["7"]);
  65. G2L["8"]["CornerRadius"] = UDim.new(0.1, 0);
  66.  
  67.  
  68. -- StarterGui.HousesGui.MainFrame.UIStroke
  69. G2L["9"] = Instance.new("UIStroke", G2L["7"]);
  70. G2L["9"]["Thickness"] = 10;
  71. G2L["9"]["Color"] = Color3.fromRGB(85, 85, 85);
  72.  
  73.  
  74. -- StarterGui.HousesGui.MainFrame.UIDragDetector
  75. G2L["a"] = Instance.new("UIDragDetector", G2L["7"]);
  76.  
  77.  
  78.  
  79. -- StarterGui.HousesGui.MainFrame.Title
  80. G2L["b"] = Instance.new("TextLabel", G2L["7"]);
  81. G2L["b"]["TextWrapped"] = true;
  82. G2L["b"]["BorderSizePixel"] = 0;
  83. G2L["b"]["TextSize"] = 39;
  84. G2L["b"]["TextScaled"] = true;
  85. G2L["b"]["BackgroundColor3"] = Color3.fromRGB(219, 146, 0);
  86. G2L["b"]["FontFace"] = Font.new([[rbxasset://fonts/families/PressStart2P.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  87. G2L["b"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  88. G2L["b"]["Size"] = UDim2.new(0.96182, 0, 0.14286, 0);
  89. G2L["b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  90. G2L["b"]["Text"] = [[   Work at a Pizza Place]];
  91. G2L["b"]["Name"] = [[Title]];
  92. G2L["b"]["Position"] = UDim2.new(0.02111, 0, 0.02564, 0);
  93.  
  94.  
  95. -- StarterGui.HousesGui.MainFrame.Title.UICorner
  96. G2L["c"] = Instance.new("UICorner", G2L["b"]);
  97. G2L["c"]["CornerRadius"] = UDim.new(0.4, 0);
  98.  
  99.  
  100. -- StarterGui.HousesGui.MainFrame.Title.SmallPizza
  101. G2L["d"] = Instance.new("ImageLabel", G2L["b"]);
  102. G2L["d"]["BorderSizePixel"] = 0;
  103. G2L["d"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255);
  104. -- [ERROR] cannot convert ImageContent, please report to "https://github.com/uniquadev/GuiToLuaConverter/issues"
  105. G2L["d"]["Image"] = [[rbxassetid://110874508915960]];
  106. G2L["d"]["Size"] = UDim2.new(0.10397, 0, 1.08, 0);
  107. G2L["d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  108. G2L["d"]["BackgroundTransparency"] = 1;
  109. G2L["d"]["Name"] = [[SmallPizza]];
  110. G2L["d"]["Position"] = UDim2.new(0.01323, 0, -0.04, 0);
  111.  
  112.  
  113. -- StarterGui.HousesGui.MainFrame.Title.SmallPizza.UICorner
  114. G2L["e"] = Instance.new("UICorner", G2L["d"]);
  115. G2L["e"]["CornerRadius"] = UDim.new(0.5, 0);
  116.  
  117.  
  118. -- StarterGui.HousesGui.MainFrame.A1
  119. G2L["f"] = Instance.new("TextButton", G2L["7"]);
  120. G2L["f"]["TextWrapped"] = true;
  121. G2L["f"]["BorderSizePixel"] = 0;
  122. G2L["f"]["TextSize"] = 14;
  123. G2L["f"]["TextScaled"] = true;
  124. G2L["f"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  125. G2L["f"]["BackgroundColor3"] = Color3.fromRGB(219, 146, 0);
  126. G2L["f"]["FontFace"] = Font.new([[rbxasset://fonts/families/PressStart2P.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  127. G2L["f"]["Size"] = UDim2.new(0.22909, 0, 0.13429, 0);
  128. G2L["f"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  129. G2L["f"]["Text"] = [[A1]];
  130. G2L["f"]["Name"] = [[A1]];
  131. G2L["f"]["Position"] = UDim2.new(0.02, 0, 0.287, 0);
  132.  
  133.  
  134. -- StarterGui.HousesGui.MainFrame.A1.UICorner
  135. G2L["10"] = Instance.new("UICorner", G2L["f"]);
  136. G2L["10"]["CornerRadius"] = UDim.new(0.4, 0);
  137.  
  138.  
  139. -- StarterGui.HousesGui.MainFrame.A1.A1Script
  140. G2L["11"] = Instance.new("LocalScript", G2L["f"]);
  141. G2L["11"]["Name"] = [[A1Script]];
  142.  
  143.  
  144. -- StarterGui.HousesGui.MainFrame.A2
  145. G2L["12"] = Instance.new("TextButton", G2L["7"]);
  146. G2L["12"]["TextWrapped"] = true;
  147. G2L["12"]["BorderSizePixel"] = 0;
  148. G2L["12"]["TextSize"] = 14;
  149. G2L["12"]["TextScaled"] = true;
  150. G2L["12"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  151. G2L["12"]["BackgroundColor3"] = Color3.fromRGB(219, 146, 0);
  152. G2L["12"]["FontFace"] = Font.new([[rbxasset://fonts/families/PressStart2P.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  153. G2L["12"]["Size"] = UDim2.new(0.22909, 0, 0.13429, 0);
  154. G2L["12"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  155. G2L["12"]["Text"] = [[A2]];
  156. G2L["12"]["Name"] = [[A2]];
  157. G2L["12"]["Position"] = UDim2.new(0.02, 0, 0.48, 0);
  158.  
  159.  
  160. -- StarterGui.HousesGui.MainFrame.A2.UICorner
  161. G2L["13"] = Instance.new("UICorner", G2L["12"]);
  162. G2L["13"]["CornerRadius"] = UDim.new(0.4, 0);
  163.  
  164.  
  165. -- StarterGui.HousesGui.MainFrame.A2.A2Script
  166. G2L["14"] = Instance.new("LocalScript", G2L["12"]);
  167. G2L["14"]["Name"] = [[A2Script]];
  168.  
  169.  
  170. -- StarterGui.HousesGui.MainFrame.A3
  171. G2L["15"] = Instance.new("TextButton", G2L["7"]);
  172. G2L["15"]["TextWrapped"] = true;
  173. G2L["15"]["BorderSizePixel"] = 0;
  174. G2L["15"]["TextSize"] = 14;
  175. G2L["15"]["TextScaled"] = true;
  176. G2L["15"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  177. G2L["15"]["BackgroundColor3"] = Color3.fromRGB(219, 146, 0);
  178. G2L["15"]["FontFace"] = Font.new([[rbxasset://fonts/families/PressStart2P.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  179. G2L["15"]["Size"] = UDim2.new(0.22909, 0, 0.13429, 0);
  180. G2L["15"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  181. G2L["15"]["Text"] = [[A3]];
  182. G2L["15"]["Name"] = [[A3]];
  183. G2L["15"]["Position"] = UDim2.new(0.02, 0, 0.675, 0);
  184.  
  185.  
  186. -- StarterGui.HousesGui.MainFrame.A3.UICorner
  187. G2L["16"] = Instance.new("UICorner", G2L["15"]);
  188. G2L["16"]["CornerRadius"] = UDim.new(0.4, 0);
  189.  
  190.  
  191. -- StarterGui.HousesGui.MainFrame.A3.A3Script
  192. G2L["17"] = Instance.new("LocalScript", G2L["15"]);
  193. G2L["17"]["Name"] = [[A3Script]];
  194.  
  195.  
  196. -- StarterGui.HousesGui.MainFrame.B1
  197. G2L["18"] = Instance.new("TextButton", G2L["7"]);
  198. G2L["18"]["TextWrapped"] = true;
  199. G2L["18"]["BorderSizePixel"] = 0;
  200. G2L["18"]["TextSize"] = 14;
  201. G2L["18"]["TextScaled"] = true;
  202. G2L["18"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  203. G2L["18"]["BackgroundColor3"] = Color3.fromRGB(219, 146, 0);
  204. G2L["18"]["FontFace"] = Font.new([[rbxasset://fonts/families/PressStart2P.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  205. G2L["18"]["Size"] = UDim2.new(0.22909, 0, 0.13429, 0);
  206. G2L["18"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  207. G2L["18"]["Text"] = [[B1]];
  208. G2L["18"]["Name"] = [[B1]];
  209. G2L["18"]["Position"] = UDim2.new(0.26153, 0, 0.287, 0);
  210.  
  211.  
  212. -- StarterGui.HousesGui.MainFrame.B1.UICorner
  213. G2L["19"] = Instance.new("UICorner", G2L["18"]);
  214. G2L["19"]["CornerRadius"] = UDim.new(0.4, 0);
  215.  
  216.  
  217. -- StarterGui.HousesGui.MainFrame.B1.B1Script
  218. G2L["1a"] = Instance.new("LocalScript", G2L["18"]);
  219. G2L["1a"]["Name"] = [[B1Script]];
  220.  
  221.  
  222. -- StarterGui.HousesGui.MainFrame.B2
  223. G2L["1b"] = Instance.new("TextButton", G2L["7"]);
  224. G2L["1b"]["TextWrapped"] = true;
  225. G2L["1b"]["BorderSizePixel"] = 0;
  226. G2L["1b"]["TextSize"] = 14;
  227. G2L["1b"]["TextScaled"] = true;
  228. G2L["1b"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  229. G2L["1b"]["BackgroundColor3"] = Color3.fromRGB(219, 146, 0);
  230. G2L["1b"]["FontFace"] = Font.new([[rbxasset://fonts/families/PressStart2P.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  231. G2L["1b"]["Size"] = UDim2.new(0.22909, 0, 0.13429, 0);
  232. G2L["1b"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  233. G2L["1b"]["Text"] = [[B2]];
  234. G2L["1b"]["Name"] = [[B2]];
  235. G2L["1b"]["Position"] = UDim2.new(0.26153, 0, 0.48, 0);
  236.  
  237.  
  238. -- StarterGui.HousesGui.MainFrame.B2.UICorner
  239. G2L["1c"] = Instance.new("UICorner", G2L["1b"]);
  240. G2L["1c"]["CornerRadius"] = UDim.new(0.4, 0);
  241.  
  242.  
  243. -- StarterGui.HousesGui.MainFrame.B2.B2Script
  244. G2L["1d"] = Instance.new("LocalScript", G2L["1b"]);
  245. G2L["1d"]["Name"] = [[B2Script]];
  246.  
  247.  
  248. -- StarterGui.HousesGui.MainFrame.B4
  249. G2L["1e"] = Instance.new("TextButton", G2L["7"]);
  250. G2L["1e"]["TextWrapped"] = true;
  251. G2L["1e"]["BorderSizePixel"] = 0;
  252. G2L["1e"]["TextSize"] = 14;
  253. G2L["1e"]["TextScaled"] = true;
  254. G2L["1e"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  255. G2L["1e"]["BackgroundColor3"] = Color3.fromRGB(219, 146, 0);
  256. G2L["1e"]["FontFace"] = Font.new([[rbxasset://fonts/families/PressStart2P.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  257. G2L["1e"]["Size"] = UDim2.new(0.22909, 0, 0.13429, 0);
  258. G2L["1e"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  259. G2L["1e"]["Text"] = [[B4]];
  260. G2L["1e"]["Name"] = [[B4]];
  261. G2L["1e"]["Position"] = UDim2.new(0.51, 0, 0.287, 0);
  262.  
  263.  
  264. -- StarterGui.HousesGui.MainFrame.B4.UICorner
  265. G2L["1f"] = Instance.new("UICorner", G2L["1e"]);
  266. G2L["1f"]["CornerRadius"] = UDim.new(0.4, 0);
  267.  
  268.  
  269. -- StarterGui.HousesGui.MainFrame.B4.B4Script
  270. G2L["20"] = Instance.new("LocalScript", G2L["1e"]);
  271. G2L["20"]["Name"] = [[B4Script]];
  272.  
  273.  
  274. -- StarterGui.HousesGui.MainFrame.B3
  275. G2L["21"] = Instance.new("TextButton", G2L["7"]);
  276. G2L["21"]["TextWrapped"] = true;
  277. G2L["21"]["BorderSizePixel"] = 0;
  278. G2L["21"]["TextSize"] = 14;
  279. G2L["21"]["TextScaled"] = true;
  280. G2L["21"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  281. G2L["21"]["BackgroundColor3"] = Color3.fromRGB(219, 146, 0);
  282. G2L["21"]["FontFace"] = Font.new([[rbxasset://fonts/families/PressStart2P.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  283. G2L["21"]["Size"] = UDim2.new(0.22909, 0, 0.13429, 0);
  284. G2L["21"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  285. G2L["21"]["Text"] = [[B3]];
  286. G2L["21"]["Name"] = [[B3]];
  287. G2L["21"]["Position"] = UDim2.new(0.26153, 0, 0.675, 0);
  288.  
  289.  
  290. -- StarterGui.HousesGui.MainFrame.B3.UICorner
  291. G2L["22"] = Instance.new("UICorner", G2L["21"]);
  292. G2L["22"]["CornerRadius"] = UDim.new(0.4, 0);
  293.  
  294.  
  295. -- StarterGui.HousesGui.MainFrame.B3.B3Script
  296. G2L["23"] = Instance.new("LocalScript", G2L["21"]);
  297. G2L["23"]["Name"] = [[B3Script]];
  298.  
  299.  
  300. -- StarterGui.HousesGui.MainFrame.C1
  301. G2L["24"] = Instance.new("TextButton", G2L["7"]);
  302. G2L["24"]["TextWrapped"] = true;
  303. G2L["24"]["BorderSizePixel"] = 0;
  304. G2L["24"]["TextSize"] = 14;
  305. G2L["24"]["TextScaled"] = true;
  306. G2L["24"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  307. G2L["24"]["BackgroundColor3"] = Color3.fromRGB(219, 146, 0);
  308. G2L["24"]["FontFace"] = Font.new([[rbxasset://fonts/families/PressStart2P.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  309. G2L["24"]["Size"] = UDim2.new(0.22909, 0, 0.13429, 0);
  310. G2L["24"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  311. G2L["24"]["Text"] = [[C1]];
  312. G2L["24"]["Name"] = [[C1]];
  313. G2L["24"]["Position"] = UDim2.new(0.75449, 0, 0.287, 0);
  314.  
  315.  
  316. -- StarterGui.HousesGui.MainFrame.C1.UICorner
  317. G2L["25"] = Instance.new("UICorner", G2L["24"]);
  318. G2L["25"]["CornerRadius"] = UDim.new(0.4, 0);
  319.  
  320.  
  321. -- StarterGui.HousesGui.MainFrame.C1.C1Script
  322. G2L["26"] = Instance.new("LocalScript", G2L["24"]);
  323. G2L["26"]["Name"] = [[C1Script]];
  324.  
  325.  
  326. -- StarterGui.HousesGui.MainFrame.C2
  327. G2L["27"] = Instance.new("TextButton", G2L["7"]);
  328. G2L["27"]["TextWrapped"] = true;
  329. G2L["27"]["BorderSizePixel"] = 0;
  330. G2L["27"]["TextSize"] = 14;
  331. G2L["27"]["TextScaled"] = true;
  332. G2L["27"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  333. G2L["27"]["BackgroundColor3"] = Color3.fromRGB(219, 146, 0);
  334. G2L["27"]["FontFace"] = Font.new([[rbxasset://fonts/families/PressStart2P.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  335. G2L["27"]["Size"] = UDim2.new(0.22909, 0, 0.13429, 0);
  336. G2L["27"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  337. G2L["27"]["Text"] = [[C2]];
  338. G2L["27"]["Name"] = [[C2]];
  339. G2L["27"]["Position"] = UDim2.new(0.75449, 0, 0.48, 0);
  340.  
  341.  
  342. -- StarterGui.HousesGui.MainFrame.C2.UICorner
  343. G2L["28"] = Instance.new("UICorner", G2L["27"]);
  344. G2L["28"]["CornerRadius"] = UDim.new(0.4, 0);
  345.  
  346.  
  347. -- StarterGui.HousesGui.MainFrame.C2.C2Script
  348. G2L["29"] = Instance.new("LocalScript", G2L["27"]);
  349. G2L["29"]["Name"] = [[C2Script]];
  350.  
  351.  
  352. -- StarterGui.HousesGui.MainFrame.B5
  353. G2L["2a"] = Instance.new("TextButton", G2L["7"]);
  354. G2L["2a"]["TextWrapped"] = true;
  355. G2L["2a"]["BorderSizePixel"] = 0;
  356. G2L["2a"]["TextSize"] = 14;
  357. G2L["2a"]["TextScaled"] = true;
  358. G2L["2a"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  359. G2L["2a"]["BackgroundColor3"] = Color3.fromRGB(219, 146, 0);
  360. G2L["2a"]["FontFace"] = Font.new([[rbxasset://fonts/families/PressStart2P.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  361. G2L["2a"]["Size"] = UDim2.new(0.22909, 0, 0.13429, 0);
  362. G2L["2a"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  363. G2L["2a"]["Text"] = [[B5]];
  364. G2L["2a"]["Name"] = [[B5]];
  365. G2L["2a"]["Position"] = UDim2.new(0.51, 0, 0.48, 0);
  366.  
  367.  
  368. -- StarterGui.HousesGui.MainFrame.B5.UICorner
  369. G2L["2b"] = Instance.new("UICorner", G2L["2a"]);
  370. G2L["2b"]["CornerRadius"] = UDim.new(0.4, 0);
  371.  
  372.  
  373. -- StarterGui.HousesGui.MainFrame.B5.B5Script
  374. G2L["2c"] = Instance.new("LocalScript", G2L["2a"]);
  375. G2L["2c"]["Name"] = [[B5Script]];
  376.  
  377.  
  378. -- StarterGui.HousesGui.MainFrame.B6
  379. G2L["2d"] = Instance.new("TextButton", G2L["7"]);
  380. G2L["2d"]["TextWrapped"] = true;
  381. G2L["2d"]["BorderSizePixel"] = 0;
  382. G2L["2d"]["TextSize"] = 14;
  383. G2L["2d"]["TextScaled"] = true;
  384. G2L["2d"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  385. G2L["2d"]["BackgroundColor3"] = Color3.fromRGB(219, 146, 0);
  386. G2L["2d"]["FontFace"] = Font.new([[rbxasset://fonts/families/PressStart2P.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  387. G2L["2d"]["Size"] = UDim2.new(0.22909, 0, 0.13429, 0);
  388. G2L["2d"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  389. G2L["2d"]["Text"] = [[B6]];
  390. G2L["2d"]["Name"] = [[B6]];
  391. G2L["2d"]["Position"] = UDim2.new(0.51, 0, 0.675, 0);
  392.  
  393.  
  394. -- StarterGui.HousesGui.MainFrame.B6.UICorner
  395. G2L["2e"] = Instance.new("UICorner", G2L["2d"]);
  396. G2L["2e"]["CornerRadius"] = UDim.new(0.4, 0);
  397.  
  398.  
  399. -- StarterGui.HousesGui.MainFrame.B6.B6Script
  400. G2L["2f"] = Instance.new("LocalScript", G2L["2d"]);
  401. G2L["2f"]["Name"] = [[B6Script]];
  402.  
  403.  
  404. -- StarterGui.HousesGui.MainFrame.C3
  405. G2L["30"] = Instance.new("TextButton", G2L["7"]);
  406. G2L["30"]["TextWrapped"] = true;
  407. G2L["30"]["BorderSizePixel"] = 0;
  408. G2L["30"]["TextSize"] = 14;
  409. G2L["30"]["TextScaled"] = true;
  410. G2L["30"]["TextColor3"] = Color3.fromRGB(255, 255, 255);
  411. G2L["30"]["BackgroundColor3"] = Color3.fromRGB(219, 146, 0);
  412. G2L["30"]["FontFace"] = Font.new([[rbxasset://fonts/families/PressStart2P.json]], Enum.FontWeight.Regular, Enum.FontStyle.Normal);
  413. G2L["30"]["Size"] = UDim2.new(0.22909, 0, 0.13429, 0);
  414. G2L["30"]["BorderColor3"] = Color3.fromRGB(0, 0, 0);
  415. G2L["30"]["Text"] = [[C3]];
  416. G2L["30"]["Name"] = [[C3]];
  417. G2L["30"]["Position"] = UDim2.new(0.75449, 0, 0.675, 0);
  418.  
  419.  
  420. -- StarterGui.HousesGui.MainFrame.C3.UICorner
  421. G2L["31"] = Instance.new("UICorner", G2L["30"]);
  422. G2L["31"]["CornerRadius"] = UDim.new(0.4, 0);
  423.  
  424.  
  425. -- StarterGui.HousesGui.MainFrame.C3.C3Script
  426. G2L["32"] = Instance.new("LocalScript", G2L["30"]);
  427. G2L["32"]["Name"] = [[C3Script]];
  428.  
  429.  
  430. -- StarterGui.HousesGui.PIzzaButton.Script
  431. local function C_5()
  432. local script = G2L["5"];
  433.     PizzaButton = script.Parent
  434.     PizzaButton.Draggable = true
  435.    
  436.     PizzaButton = script.Parent
  437.     frame = script.Parent.Parent.MainFrame
  438.    
  439.     PizzaButton.MouseButton1Click:Connect(function()
  440.         local frame = script.Parent.Parent.MainFrame
  441.         frame.Visible = not frame.Visible
  442.     end)
  443. end;
  444. task.spawn(C_5);
  445. -- StarterGui.HousesGui.MainFrame.A1.A1Script
  446. local function C_11()
  447. local script = G2L["11"];
  448.     local plr = game.Players.LocalPlayer
  449.     local ch = plr.Character
  450.     local hrp = ch:WaitForChild("HumanoidRootPart")
  451.     local housepos = Vector3.new(196.61232, 3.4003582, -467.82193, 0.994181633, 8.15006089e-08, 0.107716478, -8.07942655e-08, 1, -1.09215996e-08, -0.107716478, 2.15518003e-09, 0.994181633)
  452.    
  453.     A1 = script.Parent
  454.     A1.MouseButton1Click:Connect(function()
  455.         hrp.CFrame = CFrame.new(housepos)
  456.     end)
  457. end;
  458. task.spawn(C_11);
  459. -- StarterGui.HousesGui.MainFrame.A2.A2Script
  460. local function C_14()
  461. local script = G2L["14"];
  462.     local plr = game.Players.LocalPlayer
  463.     local ch = plr.Character
  464.     local hrp = ch:WaitForChild("HumanoidRootPart")
  465.     local housepos = Vector3.new(198.203613, 3.40041113, -643.848816, 0.999883354, -2.63179185e-08, -0.0152745461, 2.6620647e-08, 1, 1.96158449e-08, 0.0152745461, -2.00201757e-08, 0.999883354)
  466.    
  467.     A2 = script.Parent
  468.     A2.MouseButton1Click:Connect(function()
  469.         hrp.CFrame = CFrame.new(housepos)
  470.     end)
  471.    
  472. end;
  473. task.spawn(C_14);
  474. -- StarterGui.HousesGui.MainFrame.A3.A3Script
  475. local function C_17()
  476. local script = G2L["17"];
  477.     local plr = game.Players.LocalPlayer
  478.     local ch = plr.Character
  479.     local hrp = ch:WaitForChild("HumanoidRootPart")
  480.     local housepos = Vector3.new(198.297424, 3.40040541, -823.220581, 0.99998939, -9.96824383e-08, -0.00461093942, 9.97846499e-08, 1, 2.19373195e-08, 0.00461093942, -2.23971881e-08, 0.99998939)
  481.    
  482.     A3 = script.Parent
  483.     A3.MouseButton1Click:Connect(function()
  484.         hrp.CFrame = CFrame.new(housepos)
  485.     end)
  486.    
  487. end;
  488. task.spawn(C_17);
  489. -- StarterGui.HousesGui.MainFrame.B1.B1Script
  490. local function C_1a()
  491. local script = G2L["1a"];
  492.     local plr = game.Players.LocalPlayer
  493.     local ch = plr.Character
  494.     local hrp = ch:WaitForChild("HumanoidRootPart")
  495.     local housepos = Vector3.new(-30.6773319, 3.48016381, -432.285583, -0.0197541006, 4.50715021e-08, 0.999804854, -4.73242281e-08, 1, -4.60153267e-08, -0.999804854, -4.82239848e-08, -0.0197541006)
  496.    
  497.     B1 = script.Parent
  498.     B1.MouseButton1Click:Connect(function()
  499.         hrp.CFrame = CFrame.new(housepos)
  500.     end)
  501.    
  502. end;
  503. task.spawn(C_1a);
  504. -- StarterGui.HousesGui.MainFrame.B2.B2Script
  505. local function C_1d()
  506. local script = G2L["1d"];
  507.     local plr = game.Players.LocalPlayer
  508.     local ch = plr.Character
  509.     local hrp = ch:WaitForChild("HumanoidRootPart")
  510.     local housepos = Vector3.new(41.1639671, 3.40029836, -486.121277, 0.0311224777, 1.71782446e-08, -0.999515593, 9.72118031e-08, 1, 2.02135091e-08, 0.999515593, -9.77938086e-08, 0.0311224777)
  511.    
  512.     B2 = script.Parent
  513.     B2.MouseButton1Click:Connect(function()
  514.         hrp.CFrame = CFrame.new(housepos)
  515.     end)
  516.    
  517. end;
  518. task.spawn(C_1d);
  519. -- StarterGui.HousesGui.MainFrame.B4.B4Script
  520. local function C_20()
  521. local script = G2L["20"];
  522.     local plr = game.Players.LocalPlayer
  523.     local ch = plr.Character
  524.     local hrp = ch:WaitForChild("HumanoidRootPart")
  525.     local housepos = Vector3.new(40.7678452, 3.40031767, -666.00647, -0.0170943029, 8.22175821e-08, -0.999853909, 6.0624771e-08, 1, 8.11931073e-08, 0.999853909, -5.92279719e-08, -0.0170943029)
  526.    
  527.     B4 = script.Parent
  528.     B4.MouseButton1Click:Connect(function()
  529.         hrp.CFrame = CFrame.new(housepos)
  530.     end)
  531.    
  532. end;
  533. task.spawn(C_20);
  534. -- StarterGui.HousesGui.MainFrame.B3.B3Script
  535. local function C_23()
  536. local script = G2L["23"];
  537.     local plr = game.Players.LocalPlayer
  538.     local ch = plr.Character
  539.     local hrp = ch:WaitForChild("HumanoidRootPart")
  540.     local housepos = Vector3.new(-29.7440834, 3.40010023, -611.86084, 0.00468484405, 1.29319533e-08, 0.999989033, -1.86278584e-08, 1, -1.28448256e-08, -0.999989033, -1.85674782e-08, 0.00468484405)
  541.    
  542.     B3 = script.Parent
  543.     B3.MouseButton1Click:Connect(function()
  544.         hrp.CFrame = CFrame.new(housepos)
  545.     end)
  546.    
  547. end;
  548. task.spawn(C_23);
  549. -- StarterGui.HousesGui.MainFrame.C1.C1Script
  550. local function C_26()
  551. local script = G2L["26"];
  552.     local plr = game.Players.LocalPlayer
  553.     local ch = plr.Character
  554.     local hrp = ch:WaitForChild("HumanoidRootPart")
  555.     local housepos = Vector3.new(-186.823441, 3.40001273, -443.914215, -0.00351604493, 5.01550907e-08, 0.999993801, -3.96179942e-08, 1, -5.02947017e-08, -0.999993801, -3.9794589e-08, -0.00351604493)
  556.        
  557.     C1 = script.Parent
  558.     C1.MouseButton1Click:Connect(function()
  559.         hrp.CFrame = CFrame.new(housepos)
  560.     end)
  561.    
  562. end;
  563. task.spawn(C_26);
  564. -- StarterGui.HousesGui.MainFrame.C2.C2Script
  565. local function C_29()
  566. local script = G2L["29"];
  567.     local plr = game.Players.LocalPlayer
  568.     local ch = plr.Character
  569.     local hrp = ch:WaitForChild("HumanoidRootPart")
  570.     local housepos = Vector3.new(-194.223068, 3.40006328, -616.107788, -0.0570121445, -2.84323267e-08, 0.998373508, -2.13455351e-08, 1, 2.72597092e-08, -0.998373508, -1.97566816e-08, -0.0570121445)
  571.    
  572.     C2 = script.Parent
  573.     C2.MouseButton1Click:Connect(function()
  574.         hrp.CFrame = CFrame.new(housepos)
  575.     end)
  576.    
  577. end;
  578. task.spawn(C_29);
  579. -- StarterGui.HousesGui.MainFrame.B5.B5Script
  580. local function C_2c()
  581. local script = G2L["2c"];
  582.     local plr = game.Players.LocalPlayer
  583.     local ch = plr.Character
  584.     local hrp = ch:WaitForChild("HumanoidRootPart")
  585.     local housepos = Vector3.new(-30.0863953, 3.40010381, -800.033936, -0.0234531481, -7.93633816e-08, 0.999724925, 2.65073918e-08, 1, 8.00070694e-08, -0.999724925, 2.83765189e-08, -0.0234531481)
  586.    
  587.     B5 = script.Parent
  588.     B5.MouseButton1Click:Connect(function()
  589.         hrp.CFrame = CFrame.new(housepos)
  590.     end)
  591.    
  592. end;
  593. task.spawn(C_2c);
  594. -- StarterGui.HousesGui.MainFrame.B6.B6Script
  595. local function C_2f()
  596. local script = G2L["2f"];
  597.     local plr = game.Players.LocalPlayer
  598.     local ch = plr.Character
  599.     local hrp = ch:WaitForChild("HumanoidRootPart")
  600.     local housepos = Vector3.new(34.2339439, 3.4003582, -835.953735, -0.0104107959, -3.0366671e-08, -0.999945819, -9.55417363e-08, 1, -2.93735969e-08, 0.999945819, 9.52307602e-08, -0.0104107959)
  601.    
  602.     B6 = script.Parent
  603.     B6.MouseButton1Click:Connect(function()
  604.         hrp.CFrame = CFrame.new(housepos)
  605.     end)
  606.    
  607. end;
  608. task.spawn(C_2f);
  609. -- StarterGui.HousesGui.MainFrame.C3.C3Script
  610. local function C_32()
  611. local script = G2L["32"];
  612.     local plr = game.Players.LocalPlayer
  613.     local ch = plr.Character
  614.     local hrp = ch:WaitForChild("HumanoidRootPart")
  615.     local housepos = Vector3.new(-194.367172, 3.40013242, -799.802856, 0.012725438, -3.1719626e-08, 0.999919057, 2.75382828e-08, 1, 3.13717301e-08, -0.999919057, 2.71368332e-08, 0.012725438)
  616.    
  617.     C3 = script.Parent
  618.     C3.MouseButton1Click:Connect(function()
  619.         hrp.CFrame = CFrame.new(housepos)
  620.     end)
  621.    
  622. end;
  623. task.spawn(C_32);
  624.  
  625. return G2L["1"], require;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement