Advertisement
Guest User

Untitled

a guest
Jan 20th, 2018
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.43 KB | None | 0 0
  1. local plrc = game.Players.LocalPlayer.Character
  2. local plr = game.Players.LocalPlayer
  3.  
  4. local HiltoN = Instance.new("ScreenGui")
  5. local Base = Instance.new("Frame")
  6. local Name = Instance.new("TextLabel")
  7. local R304 = Instance.new("TextButton")
  8. local Line = Instance.new("Frame")
  9. local GBT = Instance.new("TextBox")
  10. local R404 = Instance.new("TextButton")
  11. local R504 = Instance.new("TextButton")
  12. local R601 = Instance.new("TextButton")
  13. local F7 = Instance.new("TextButton")
  14. local R704 = Instance.new("TextButton")
  15. local SF7 = Instance.new("TextButton")
  16. local SR700 = Instance.new("TextButton")
  17. local More = Instance.new("TextButton")
  18. local SodaMachine = Instance.new("TextButton")
  19. local R201 = Instance.new("TextButton")
  20. local R202 = Instance.new("TextButton")
  21. local R203 = Instance.new("TextButton")
  22. local R204 = Instance.new("TextButton")
  23. local R301 = Instance.new("TextButton")
  24. local R302 = Instance.new("TextButton")
  25. local R303 = Instance.new("TextButton")
  26. local R401 = Instance.new("TextButton")
  27. local R402 = Instance.new("TextButton")
  28. local R403 = Instance.new("TextButton")
  29. local R501 = Instance.new("TextButton")
  30. local R502 = Instance.new("TextButton")
  31. local R503 = Instance.new("TextButton")
  32. local R604 = Instance.new("TextButton")
  33. local R603 = Instance.new("TextButton")
  34. local R602 = Instance.new("TextButton")
  35. local R701 = Instance.new("TextButton")
  36. local R702 = Instance.new("TextButton")
  37. local R703 = Instance.new("TextButton")
  38. local F2 = Instance.new("TextButton")
  39. local F3 = Instance.new("TextButton")
  40. local F4 = Instance.new("TextButton")
  41. local F5 = Instance.new("TextButton")
  42. local F6 = Instance.new("TextButton")
  43. local Entrance = Instance.new("TextButton")
  44. local Bar = Instance.new("TextButton")
  45. local BackOffice = Instance.new("TextButton")
  46. local Arcade = Instance.new("TextButton")
  47. local Elevators = Instance.new("TextButton")
  48. local Pool = Instance.new("TextButton")
  49. local RegLine1 = Instance.new("TextButton")
  50. local RegLine2 = Instance.new("TextButton")
  51. local FitnessRoom = Instance.new("TextButton")
  52. local ClickTP = Instance.new("TextButton")
  53. local Reception = Instance.new("TextButton")
  54. local Meals = Instance.new("TextButton")
  55. local Drinks = Instance.new("TextButton")
  56. local BackRoom = Instance.new("TextButton")
  57. local Fly = Instance.new("TextButton")
  58. local SpaSalon = Instance.new("TextButton")
  59. local SuiteLine = Instance.new("TextButton")
  60. local FastLine = Instance.new("TextButton")
  61. local VIPLounge = Instance.new("TextButton")
  62. local RGD = Instance.new("TextButton")
  63. local GB = Instance.new("TextButton")
  64. local RID = Instance.new("TextButton")
  65. local RRRD = Instance.new("TextButton")
  66. local RSRD = Instance.new("TextButton")
  67. local Line_2 = Instance.new("Frame")
  68. local Line_3 = Instance.new("Frame")
  69. local Line_4 = Instance.new("Frame")
  70. local SF2 = Instance.new("TextButton")
  71. local SF3 = Instance.new("TextButton")
  72. local SF4 = Instance.new("TextButton")
  73. local SF5 = Instance.new("TextButton")
  74. local SF6 = Instance.new("TextButton")
  75. local SR200 = Instance.new("TextButton")
  76. local SR300 = Instance.new("TextButton")
  77. local SR400 = Instance.new("TextButton")
  78. local SR500 = Instance.new("TextButton")
  79. local SR600 = Instance.new("TextButton")
  80.  
  81. print("Loaded Instances.")
  82.  
  83. HiltoN.Name = "HiltoN"
  84. HiltoN.Parent = game.Players.LocalPlayer.PlayerGui
  85. HiltoN.ResetOnSpawn = false
  86.  
  87. Base.Name = "Base"
  88. Base.Parent = game.Players.LocalPlayer.PlayerGui.HiltoN
  89. Base.Active = true
  90. Base.BackgroundColor3 = Color3.new(1, 0, 0)
  91. Base.BackgroundTransparency = 0.40000000596046
  92. Base.BorderSizePixel = 4
  93. Base.ClipsDescendants = true
  94. Base.Draggable = true
  95. Base.Position = UDim2.new(0, 510, 0, 180)
  96. Base.Size = UDim2.new(0, 375, 0, 370)
  97.  
  98. Name.Name = "Name"
  99. Name.Parent = Base
  100. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  101. Name.BackgroundTransparency = 1
  102. Name.Size = UDim2.new(0, 375, 0, 50)
  103. Name.Font = Enum.Font.ArialBold
  104. Name.FontSize = Enum.FontSize.Size14
  105. Name.Text = "HiltoN"
  106. Name.TextColor3 = Color3.new(1, 1, 1)
  107. Name.TextScaled = true
  108. Name.TextSize = 14
  109. Name.TextWrapped = true
  110.  
  111. R304.Name = "R304"
  112. R304.Parent = Base
  113. R304.BackgroundColor3 = Color3.new(1, 0, 0)
  114. R304.BackgroundTransparency = 0.5
  115. R304.BorderSizePixel = 4
  116. R304.Position = UDim2.new(0, 335, 0, 154)
  117. R304.Size = UDim2.new(0, 35, 0, 35)
  118. R304.AutoButtonColor = false
  119. R304.Font = Enum.Font.ArialBold
  120. R304.FontSize = Enum.FontSize.Size14
  121. R304.Text = "Room 304"
  122. R304.TextColor3 = Color3.new(1, 1, 1)
  123. R304.TextScaled = true
  124. R304.TextSize = 14
  125. R304.TextWrapped = true
  126.  
  127. Line.Name = "Line"
  128. Line.Parent = Base
  129. Line.BackgroundColor3 = Color3.new(0, 0, 0)
  130. Line.Position = UDim2.new(0, 382, 0, 373)
  131. Line.Size = UDim2.new(0, 0, 0, -326)
  132.  
  133. GBT.Name = "GBT"
  134. GBT.Parent = Base
  135. GBT.BackgroundColor3 = Color3.new(1, 0, 0)
  136. GBT.BackgroundTransparency = 0.5
  137. GBT.BorderSizePixel = 5
  138. GBT.Position = UDim2.new(0, 485, 0, 56)
  139. GBT.Size = UDim2.new(0, 184, 0, 33)
  140. GBT.Font = Enum.Font.ArialBold
  141. GBT.FontSize = Enum.FontSize.Size14
  142. GBT.Text = "Beverage"
  143. GBT.TextColor3 = Color3.new(1, 1, 1)
  144. GBT.TextSize = 14
  145.  
  146. R404.Name = "R404"
  147. R404.Parent = Base
  148. R404.BackgroundColor3 = Color3.new(1, 0, 0)
  149. R404.BackgroundTransparency = 0.5
  150. R404.BorderSizePixel = 4
  151. R404.Position = UDim2.new(0, 335, 0, 198)
  152. R404.Size = UDim2.new(0, 35, 0, 35)
  153. R404.AutoButtonColor = false
  154. R404.Font = Enum.Font.ArialBold
  155. R404.FontSize = Enum.FontSize.Size14
  156. R404.Text = "Room 404"
  157. R404.TextColor3 = Color3.new(1, 1, 1)
  158. R404.TextScaled = true
  159. R404.TextSize = 14
  160. R404.TextWrapped = true
  161.  
  162. R504.Name = "R504"
  163. R504.Parent = Base
  164. R504.BackgroundColor3 = Color3.new(1, 0, 0)
  165. R504.BackgroundTransparency = 0.5
  166. R504.BorderSizePixel = 4
  167. R504.Position = UDim2.new(0, 335, 0, 242)
  168. R504.Size = UDim2.new(0, 35, 0, 35)
  169. R504.AutoButtonColor = false
  170. R504.Font = Enum.Font.ArialBold
  171. R504.FontSize = Enum.FontSize.Size14
  172. R504.Text = "Room 504"
  173. R504.TextColor3 = Color3.new(1, 1, 1)
  174. R504.TextScaled = true
  175. R504.TextSize = 14
  176. R504.TextWrapped = true
  177.  
  178. R601.Name = "R601"
  179. R601.Parent = Base
  180. R601.BackgroundColor3 = Color3.new(1, 0, 0)
  181. R601.BackgroundTransparency = 0.5
  182. R601.BorderSizePixel = 4
  183. R601.Position = UDim2.new(0, 195, 0, 286)
  184. R601.Size = UDim2.new(0, 40, 0, 35)
  185. R601.AutoButtonColor = false
  186. R601.Font = Enum.Font.ArialBold
  187. R601.FontSize = Enum.FontSize.Size14
  188. R601.Text = "Room 601"
  189. R601.TextColor3 = Color3.new(1, 1, 1)
  190. R601.TextScaled = true
  191. R601.TextSize = 14
  192. R601.TextWrapped = true
  193.  
  194. F7.Name = "F7"
  195. F7.Parent = Base
  196. F7.BackgroundColor3 = Color3.new(1, 0, 0)
  197. F7.BackgroundTransparency = 0.5
  198. F7.BorderSizePixel = 4
  199. F7.Position = UDim2.new(0, 139, 0, 330)
  200. F7.Size = UDim2.new(0, 40, 0, 35)
  201. F7.AutoButtonColor = false
  202. F7.Font = Enum.Font.ArialBold
  203. F7.FontSize = Enum.FontSize.Size14
  204. F7.Text = "Floor 7"
  205. F7.TextColor3 = Color3.new(1, 1, 1)
  206. F7.TextScaled = true
  207. F7.TextSize = 14
  208. F7.TextWrapped = true
  209.  
  210. R704.Name = "R704"
  211. R704.Parent = Base
  212. R704.BackgroundColor3 = Color3.new(1, 0, 0)
  213. R704.BackgroundTransparency = 0.5
  214. R704.BorderSizePixel = 4
  215. R704.Position = UDim2.new(0, 335, 0, 330)
  216. R704.Size = UDim2.new(0, 35, 0, 35)
  217. R704.AutoButtonColor = false
  218. R704.Font = Enum.Font.ArialBold
  219. R704.FontSize = Enum.FontSize.Size14
  220. R704.Text = "Room 704"
  221. R704.TextColor3 = Color3.new(1, 1, 1)
  222. R704.TextScaled = true
  223. R704.TextSize = 14
  224. R704.TextWrapped = true
  225.  
  226. SF7.Name = "SF7"
  227. SF7.Parent = Base
  228. SF7.BackgroundColor3 = Color3.new(1, 0, 0)
  229. SF7.BackgroundTransparency = 0.5
  230. SF7.BorderSizePixel = 4
  231. SF7.Position = UDim2.new(0, 89, 0, 330)
  232. SF7.Size = UDim2.new(0, 40, 0, 35)
  233. SF7.AutoButtonColor = false
  234. SF7.Font = Enum.Font.ArialBold
  235. SF7.FontSize = Enum.FontSize.Size14
  236. SF7.Text = "Suite Floor 7"
  237. SF7.TextColor3 = Color3.new(1, 1, 1)
  238. SF7.TextScaled = true
  239. SF7.TextSize = 14
  240. SF7.TextWrapped = true
  241.  
  242. SR700.Name = "SR700"
  243. SR700.Parent = Base
  244. SR700.BackgroundColor3 = Color3.new(1, 0, 0)
  245. SR700.BackgroundTransparency = 0.5
  246. SR700.BorderSizePixel = 4
  247. SR700.Position = UDim2.new(0, 5, 0, 330)
  248. SR700.Size = UDim2.new(0, 74, 0, 35)
  249. SR700.AutoButtonColor = false
  250. SR700.Font = Enum.Font.ArialBold
  251. SR700.FontSize = Enum.FontSize.Size14
  252. SR700.Text = "Suite Room 700"
  253. SR700.TextColor3 = Color3.new(1, 1, 1)
  254. SR700.TextScaled = true
  255. SR700.TextSize = 14
  256. SR700.TextWrapped = true
  257.  
  258. More.Name = "More"
  259. More.Parent = Base
  260. More.BackgroundColor3 = Color3.new(1, 0, 0)
  261. More.BackgroundTransparency = 0.40000000596046
  262. More.BorderSizePixel = 4
  263. More.Position = UDim2.new(0, 274, 0, 0)
  264. More.Size = UDim2.new(0, 72, 0, 26)
  265. More.AutoButtonColor = false
  266. More.Font = Enum.Font.ArialBold
  267. More.FontSize = Enum.FontSize.Size24
  268. More.Text = "More"
  269. More.TextColor3 = Color3.new(1, 1, 1)
  270. More.TextSize = 22
  271. More.TextWrapped = true
  272.  
  273. SodaMachine.Name = "SodaMachine"
  274. SodaMachine.Parent = Base
  275. SodaMachine.BackgroundColor3 = Color3.new(1, 0, 0)
  276. SodaMachine.BackgroundTransparency = 0.5
  277. SodaMachine.BorderSizePixel = 4
  278. SodaMachine.Position = UDim2.new(0, 395, 0, 286)
  279. SodaMachine.Size = UDim2.new(0, 80, 0, 79)
  280. SodaMachine.AutoButtonColor = false
  281. SodaMachine.Font = Enum.Font.ArialBold
  282. SodaMachine.FontSize = Enum.FontSize.Size14
  283. SodaMachine.Text = "Soda Machine"
  284. SodaMachine.TextColor3 = Color3.new(1, 1, 1)
  285. SodaMachine.TextSize = 14
  286. SodaMachine.TextWrapped = true
  287.  
  288. R201.Name = "R201"
  289. R201.Parent = Base
  290. R201.BackgroundColor3 = Color3.new(1, 0, 0)
  291. R201.BackgroundTransparency = 0.5
  292. R201.BorderSizePixel = 4
  293. R201.Position = UDim2.new(0, 195, 0, 110)
  294. R201.Size = UDim2.new(0, 40, 0, 35)
  295. R201.AutoButtonColor = false
  296. R201.Font = Enum.Font.ArialBold
  297. R201.FontSize = Enum.FontSize.Size14
  298. R201.Text = "Room 201"
  299. R201.TextColor3 = Color3.new(1, 1, 1)
  300. R201.TextScaled = true
  301. R201.TextSize = 14
  302. R201.TextWrapped = true
  303.  
  304. R202.Name = "R202"
  305. R202.Parent = Base
  306. R202.BackgroundColor3 = Color3.new(1, 0, 0)
  307. R202.BackgroundTransparency = 0.5
  308. R202.BorderSizePixel = 4
  309. R202.Position = UDim2.new(0, 245, 0, 110)
  310. R202.Size = UDim2.new(0, 35, 0, 35)
  311. R202.AutoButtonColor = false
  312. R202.Font = Enum.Font.ArialBold
  313. R202.FontSize = Enum.FontSize.Size14
  314. R202.Text = "Room 202"
  315. R202.TextColor3 = Color3.new(1, 1, 1)
  316. R202.TextScaled = true
  317. R202.TextSize = 14
  318. R202.TextWrapped = true
  319.  
  320. R203.Name = "R203"
  321. R203.Parent = Base
  322. R203.BackgroundColor3 = Color3.new(1, 0, 0)
  323. R203.BackgroundTransparency = 0.5
  324. R203.BorderSizePixel = 4
  325. R203.Position = UDim2.new(0, 290, 0, 110)
  326. R203.Size = UDim2.new(0, 35, 0, 35)
  327. R203.AutoButtonColor = false
  328. R203.Font = Enum.Font.ArialBold
  329. R203.FontSize = Enum.FontSize.Size14
  330. R203.Text = "Room 203"
  331. R203.TextColor3 = Color3.new(1, 1, 1)
  332. R203.TextScaled = true
  333. R203.TextSize = 14
  334. R203.TextWrapped = true
  335.  
  336. R204.Name = "R204"
  337. R204.Parent = Base
  338. R204.BackgroundColor3 = Color3.new(1, 0, 0)
  339. R204.BackgroundTransparency = 0.5
  340. R204.BorderSizePixel = 4
  341. R204.Position = UDim2.new(0, 335, 0, 110)
  342. R204.Size = UDim2.new(0, 35, 0, 35)
  343. R204.AutoButtonColor = false
  344. R204.Font = Enum.Font.ArialBold
  345. R204.FontSize = Enum.FontSize.Size14
  346. R204.Text = "Room 204"
  347. R204.TextColor3 = Color3.new(1, 1, 1)
  348. R204.TextScaled = true
  349. R204.TextSize = 14
  350. R204.TextWrapped = true
  351.  
  352. R301.Name = "R301"
  353. R301.Parent = Base
  354. R301.BackgroundColor3 = Color3.new(1, 0, 0)
  355. R301.BackgroundTransparency = 0.5
  356. R301.BorderSizePixel = 4
  357. R301.Position = UDim2.new(0, 195, 0, 154)
  358. R301.Size = UDim2.new(0, 40, 0, 35)
  359. R301.AutoButtonColor = false
  360. R301.Font = Enum.Font.ArialBold
  361. R301.FontSize = Enum.FontSize.Size14
  362. R301.Text = "Room 301"
  363. R301.TextColor3 = Color3.new(1, 1, 1)
  364. R301.TextScaled = true
  365. R301.TextSize = 14
  366. R301.TextWrapped = true
  367.  
  368. R302.Name = "R302"
  369. R302.Parent = Base
  370. R302.BackgroundColor3 = Color3.new(1, 0, 0)
  371. R302.BackgroundTransparency = 0.5
  372. R302.BorderSizePixel = 4
  373. R302.Position = UDim2.new(0, 245, 0, 154)
  374. R302.Size = UDim2.new(0, 35, 0, 35)
  375. R302.AutoButtonColor = false
  376. R302.Font = Enum.Font.ArialBold
  377. R302.FontSize = Enum.FontSize.Size14
  378. R302.Text = "Room 302"
  379. R302.TextColor3 = Color3.new(1, 1, 1)
  380. R302.TextScaled = true
  381. R302.TextSize = 14
  382. R302.TextWrapped = true
  383.  
  384. R303.Name = "R303"
  385. R303.Parent = Base
  386. R303.BackgroundColor3 = Color3.new(1, 0, 0)
  387. R303.BackgroundTransparency = 0.5
  388. R303.BorderSizePixel = 4
  389. R303.Position = UDim2.new(0, 290, 0, 154)
  390. R303.Size = UDim2.new(0, 35, 0, 35)
  391. R303.AutoButtonColor = false
  392. R303.Font = Enum.Font.ArialBold
  393. R303.FontSize = Enum.FontSize.Size14
  394. R303.Text = "Room 303"
  395. R303.TextColor3 = Color3.new(1, 1, 1)
  396. R303.TextScaled = true
  397. R303.TextSize = 14
  398. R303.TextWrapped = true
  399.  
  400. R401.Name = "R401"
  401. R401.Parent = Base
  402. R401.BackgroundColor3 = Color3.new(1, 0, 0)
  403. R401.BackgroundTransparency = 0.5
  404. R401.BorderSizePixel = 4
  405. R401.Position = UDim2.new(0, 195, 0, 198)
  406. R401.Size = UDim2.new(0, 40, 0, 35)
  407. R401.AutoButtonColor = false
  408. R401.Font = Enum.Font.ArialBold
  409. R401.FontSize = Enum.FontSize.Size14
  410. R401.Text = "Room 401"
  411. R401.TextColor3 = Color3.new(1, 1, 1)
  412. R401.TextScaled = true
  413. R401.TextSize = 14
  414. R401.TextWrapped = true
  415.  
  416. R402.Name = "R402"
  417. R402.Parent = Base
  418. R402.BackgroundColor3 = Color3.new(1, 0, 0)
  419. R402.BackgroundTransparency = 0.5
  420. R402.BorderSizePixel = 4
  421. R402.Position = UDim2.new(0, 245, 0, 198)
  422. R402.Size = UDim2.new(0, 35, 0, 35)
  423. R402.AutoButtonColor = false
  424. R402.Font = Enum.Font.ArialBold
  425. R402.FontSize = Enum.FontSize.Size14
  426. R402.Text = "Room 402"
  427. R402.TextColor3 = Color3.new(1, 1, 1)
  428. R402.TextScaled = true
  429. R402.TextSize = 14
  430. R402.TextWrapped = true
  431.  
  432. R403.Name = "R403"
  433. R403.Parent = Base
  434. R403.BackgroundColor3 = Color3.new(1, 0, 0)
  435. R403.BackgroundTransparency = 0.5
  436. R403.BorderSizePixel = 4
  437. R403.Position = UDim2.new(0, 290, 0, 198)
  438. R403.Size = UDim2.new(0, 35, 0, 35)
  439. R403.AutoButtonColor = false
  440. R403.Font = Enum.Font.ArialBold
  441. R403.FontSize = Enum.FontSize.Size14
  442. R403.Text = "Room 403"
  443. R403.TextColor3 = Color3.new(1, 1, 1)
  444. R403.TextScaled = true
  445. R403.TextSize = 14
  446. R403.TextWrapped = true
  447.  
  448. R501.Name = "R501"
  449. R501.Parent = Base
  450. R501.BackgroundColor3 = Color3.new(1, 0, 0)
  451. R501.BackgroundTransparency = 0.5
  452. R501.BorderSizePixel = 4
  453. R501.Position = UDim2.new(0, 195, 0, 242)
  454. R501.Size = UDim2.new(0, 40, 0, 35)
  455. R501.AutoButtonColor = false
  456. R501.Font = Enum.Font.ArialBold
  457. R501.FontSize = Enum.FontSize.Size14
  458. R501.Text = "Room 501"
  459. R501.TextColor3 = Color3.new(1, 1, 1)
  460. R501.TextScaled = true
  461. R501.TextSize = 14
  462. R501.TextWrapped = true
  463.  
  464. R502.Name = "R502"
  465. R502.Parent = Base
  466. R502.BackgroundColor3 = Color3.new(1, 0, 0)
  467. R502.BackgroundTransparency = 0.5
  468. R502.BorderSizePixel = 4
  469. R502.Position = UDim2.new(0, 245, 0, 242)
  470. R502.Size = UDim2.new(0, 35, 0, 35)
  471. R502.AutoButtonColor = false
  472. R502.Font = Enum.Font.ArialBold
  473. R502.FontSize = Enum.FontSize.Size14
  474. R502.Text = "Room 503"
  475. R502.TextColor3 = Color3.new(1, 1, 1)
  476. R502.TextScaled = true
  477. R502.TextSize = 14
  478. R502.TextWrapped = true
  479.  
  480. R503.Name = "R503"
  481. R503.Parent = Base
  482. R503.BackgroundColor3 = Color3.new(1, 0, 0)
  483. R503.BackgroundTransparency = 0.5
  484. R503.BorderSizePixel = 4
  485. R503.Position = UDim2.new(0, 290, 0, 242)
  486. R503.Size = UDim2.new(0, 35, 0, 35)
  487. R503.AutoButtonColor = false
  488. R503.Font = Enum.Font.ArialBold
  489. R503.FontSize = Enum.FontSize.Size14
  490. R503.Text = "Room 503"
  491. R503.TextColor3 = Color3.new(1, 1, 1)
  492. R503.TextScaled = true
  493. R503.TextSize = 14
  494. R503.TextWrapped = true
  495.  
  496. R604.Name = "R604"
  497. R604.Parent = Base
  498. R604.BackgroundColor3 = Color3.new(1, 0, 0)
  499. R604.BackgroundTransparency = 0.5
  500. R604.BorderSizePixel = 4
  501. R604.Position = UDim2.new(0, 335, 0, 286)
  502. R604.Size = UDim2.new(0, 35, 0, 35)
  503. R604.AutoButtonColor = false
  504. R604.Font = Enum.Font.ArialBold
  505. R604.FontSize = Enum.FontSize.Size14
  506. R604.Text = "Room 604"
  507. R604.TextColor3 = Color3.new(1, 1, 1)
  508. R604.TextScaled = true
  509. R604.TextSize = 14
  510. R604.TextWrapped = true
  511.  
  512. R603.Name = "R603"
  513. R603.Parent = Base
  514. R603.BackgroundColor3 = Color3.new(1, 0, 0)
  515. R603.BackgroundTransparency = 0.5
  516. R603.BorderSizePixel = 4
  517. R603.Position = UDim2.new(0, 290, 0, 286)
  518. R603.Size = UDim2.new(0, 35, 0, 35)
  519. R603.AutoButtonColor = false
  520. R603.Font = Enum.Font.ArialBold
  521. R603.FontSize = Enum.FontSize.Size14
  522. R603.Text = "Room 603"
  523. R603.TextColor3 = Color3.new(1, 1, 1)
  524. R603.TextScaled = true
  525. R603.TextSize = 14
  526. R603.TextWrapped = true
  527.  
  528. R602.Name = "R602"
  529. R602.Parent = Base
  530. R602.BackgroundColor3 = Color3.new(1, 0, 0)
  531. R602.BackgroundTransparency = 0.5
  532. R602.BorderSizePixel = 4
  533. R602.Position = UDim2.new(0, 245, 0, 286)
  534. R602.Size = UDim2.new(0, 35, 0, 35)
  535. R602.AutoButtonColor = false
  536. R602.Font = Enum.Font.ArialBold
  537. R602.FontSize = Enum.FontSize.Size14
  538. R602.Text = "Room 602"
  539. R602.TextColor3 = Color3.new(1, 1, 1)
  540. R602.TextScaled = true
  541. R602.TextSize = 14
  542. R602.TextWrapped = true
  543.  
  544. R701.Name = "R701"
  545. R701.Parent = Base
  546. R701.BackgroundColor3 = Color3.new(1, 0, 0)
  547. R701.BackgroundTransparency = 0.5
  548. R701.BorderSizePixel = 4
  549. R701.Position = UDim2.new(0, 195, 0, 330)
  550. R701.Size = UDim2.new(0, 40, 0, 35)
  551. R701.AutoButtonColor = false
  552. R701.Font = Enum.Font.ArialBold
  553. R701.FontSize = Enum.FontSize.Size14
  554. R701.Text = "Room 701"
  555. R701.TextColor3 = Color3.new(1, 1, 1)
  556. R701.TextScaled = true
  557. R701.TextSize = 14
  558. R701.TextWrapped = true
  559.  
  560. R702.Name = "R702"
  561. R702.Parent = Base
  562. R702.BackgroundColor3 = Color3.new(1, 0, 0)
  563. R702.BackgroundTransparency = 0.5
  564. R702.BorderSizePixel = 4
  565. R702.Position = UDim2.new(0, 245, 0, 330)
  566. R702.Size = UDim2.new(0, 35, 0, 35)
  567. R702.AutoButtonColor = false
  568. R702.Font = Enum.Font.ArialBold
  569. R702.FontSize = Enum.FontSize.Size14
  570. R702.Text = "Room 702"
  571. R702.TextColor3 = Color3.new(1, 1, 1)
  572. R702.TextScaled = true
  573. R702.TextSize = 14
  574. R702.TextWrapped = true
  575.  
  576. R703.Name = "R703"
  577. R703.Parent = Base
  578. R703.BackgroundColor3 = Color3.new(1, 0, 0)
  579. R703.BackgroundTransparency = 0.5
  580. R703.BorderSizePixel = 4
  581. R703.Position = UDim2.new(0, 290, 0, 330)
  582. R703.Size = UDim2.new(0, 35, 0, 35)
  583. R703.AutoButtonColor = false
  584. R703.Font = Enum.Font.ArialBold
  585. R703.FontSize = Enum.FontSize.Size14
  586. R703.Text = "Room 703"
  587. R703.TextColor3 = Color3.new(1, 1, 1)
  588. R703.TextScaled = true
  589. R703.TextSize = 14
  590. R703.TextWrapped = true
  591.  
  592. F2.Name = "F2"
  593. F2.Parent = Base
  594. F2.BackgroundColor3 = Color3.new(1, 0, 0)
  595. F2.BackgroundTransparency = 0.5
  596. F2.BorderSizePixel = 4
  597. F2.Position = UDim2.new(0, 139, 0, 110)
  598. F2.Size = UDim2.new(0, 40, 0, 35)
  599. F2.AutoButtonColor = false
  600. F2.Font = Enum.Font.ArialBold
  601. F2.FontSize = Enum.FontSize.Size14
  602. F2.Text = "Floor 2"
  603. F2.TextColor3 = Color3.new(1, 1, 1)
  604. F2.TextScaled = true
  605. F2.TextSize = 14
  606. F2.TextWrapped = true
  607.  
  608. F3.Name = "F3"
  609. F3.Parent = Base
  610. F3.BackgroundColor3 = Color3.new(1, 0, 0)
  611. F3.BackgroundTransparency = 0.5
  612. F3.BorderSizePixel = 4
  613. F3.Position = UDim2.new(0, 139, 0, 154)
  614. F3.Size = UDim2.new(0, 40, 0, 35)
  615. F3.AutoButtonColor = false
  616. F3.Font = Enum.Font.ArialBold
  617. F3.FontSize = Enum.FontSize.Size14
  618. F3.Text = "Floor 3"
  619. F3.TextColor3 = Color3.new(1, 1, 1)
  620. F3.TextScaled = true
  621. F3.TextSize = 14
  622. F3.TextWrapped = true
  623.  
  624. F4.Name = "F4"
  625. F4.Parent = Base
  626. F4.BackgroundColor3 = Color3.new(1, 0, 0)
  627. F4.BackgroundTransparency = 0.5
  628. F4.BorderSizePixel = 4
  629. F4.Position = UDim2.new(0, 139, 0, 198)
  630. F4.Size = UDim2.new(0, 40, 0, 35)
  631. F4.AutoButtonColor = false
  632. F4.Font = Enum.Font.ArialBold
  633. F4.FontSize = Enum.FontSize.Size14
  634. F4.Text = "Floor 4"
  635. F4.TextColor3 = Color3.new(1, 1, 1)
  636. F4.TextScaled = true
  637. F4.TextSize = 14
  638. F4.TextWrapped = true
  639.  
  640. F5.Name = "F5"
  641. F5.Parent = Base
  642. F5.BackgroundColor3 = Color3.new(1, 0, 0)
  643. F5.BackgroundTransparency = 0.5
  644. F5.BorderSizePixel = 4
  645. F5.Position = UDim2.new(0, 139, 0, 242)
  646. F5.Size = UDim2.new(0, 40, 0, 35)
  647. F5.AutoButtonColor = false
  648. F5.Font = Enum.Font.ArialBold
  649. F5.FontSize = Enum.FontSize.Size14
  650. F5.Text = "Floor 5"
  651. F5.TextColor3 = Color3.new(1, 1, 1)
  652. F5.TextScaled = true
  653. F5.TextSize = 14
  654. F5.TextWrapped = true
  655.  
  656. F6.Name = "F6"
  657. F6.Parent = Base
  658. F6.BackgroundColor3 = Color3.new(1, 0, 0)
  659. F6.BackgroundTransparency = 0.5
  660. F6.BorderSizePixel = 4
  661. F6.Position = UDim2.new(0, 139, 0, 286)
  662. F6.Size = UDim2.new(0, 40, 0, 35)
  663. F6.AutoButtonColor = false
  664. F6.Font = Enum.Font.ArialBold
  665. F6.FontSize = Enum.FontSize.Size14
  666. F6.Text = "Floor 6"
  667. F6.TextColor3 = Color3.new(1, 1, 1)
  668. F6.TextScaled = true
  669. F6.TextSize = 14
  670. F6.TextWrapped = true
  671.  
  672. Entrance.Name = "Entrance"
  673. Entrance.Parent = Base
  674. Entrance.BackgroundColor3 = Color3.new(1, 0, 0)
  675. Entrance.BackgroundTransparency = 0.5
  676. Entrance.BorderSizePixel = 4
  677. Entrance.Position = UDim2.new(0, 485, 0, 154)
  678. Entrance.Size = UDim2.new(0, 90, 0, 35)
  679. Entrance.AutoButtonColor = false
  680. Entrance.Font = Enum.Font.ArialBold
  681. Entrance.FontSize = Enum.FontSize.Size10
  682. Entrance.Text = "Entrance"
  683. Entrance.TextColor3 = Color3.new(1, 1, 1)
  684. Entrance.TextScaled = true
  685. Entrance.TextSize = 10
  686. Entrance.TextWrapped = true
  687.  
  688. Bar.Name = "Bar"
  689. Bar.Parent = Base
  690. Bar.BackgroundColor3 = Color3.new(1, 0, 0)
  691. Bar.BackgroundTransparency = 0.5
  692. Bar.BorderSizePixel = 4
  693. Bar.Position = UDim2.new(0, 395, 0, 110)
  694. Bar.Size = UDim2.new(0, 35, 0, 35)
  695. Bar.AutoButtonColor = false
  696. Bar.Font = Enum.Font.ArialBold
  697. Bar.FontSize = Enum.FontSize.Size18
  698. Bar.Text = "Bar"
  699. Bar.TextColor3 = Color3.new(1, 1, 1)
  700. Bar.TextSize = 18
  701. Bar.TextWrapped = true
  702.  
  703. BackOffice.Name = "BackOffice"
  704. BackOffice.Parent = Base
  705. BackOffice.BackgroundColor3 = Color3.new(1, 0, 0)
  706. BackOffice.BackgroundTransparency = 0.5
  707. BackOffice.BorderSizePixel = 4
  708. BackOffice.Position = UDim2.new(0, 395, 0, 198)
  709. BackOffice.Size = UDim2.new(0, 35, 0, 35)
  710. BackOffice.AutoButtonColor = false
  711. BackOffice.Font = Enum.Font.ArialBold
  712. BackOffice.FontSize = Enum.FontSize.Size11
  713. BackOffice.Text = "Back Office"
  714. BackOffice.TextColor3 = Color3.new(1, 1, 1)
  715. BackOffice.TextSize = 11
  716. BackOffice.TextWrapped = true
  717.  
  718. Arcade.Name = "Arcade"
  719. Arcade.Parent = Base
  720. Arcade.BackgroundColor3 = Color3.new(1, 0, 0)
  721. Arcade.BackgroundTransparency = 0.5
  722. Arcade.BorderSizePixel = 4
  723. Arcade.Position = UDim2.new(0, 440, 0, 242)
  724. Arcade.Size = UDim2.new(0, 35, 0, 35)
  725. Arcade.AutoButtonColor = false
  726. Arcade.Font = Enum.Font.ArialBold
  727. Arcade.FontSize = Enum.FontSize.Size10
  728. Arcade.Text = "Arcade"
  729. Arcade.TextColor3 = Color3.new(1, 1, 1)
  730. Arcade.TextSize = 10
  731. Arcade.TextWrapped = true
  732.  
  733. Elevators.Name = "Elevators"
  734. Elevators.Parent = Base
  735. Elevators.BackgroundColor3 = Color3.new(1, 0, 0)
  736. Elevators.BackgroundTransparency = 0.5
  737. Elevators.BorderSizePixel = 4
  738. Elevators.Position = UDim2.new(0, 485, 0, 110)
  739. Elevators.Size = UDim2.new(0, 90, 0, 35)
  740. Elevators.AutoButtonColor = false
  741. Elevators.Font = Enum.Font.ArialBold
  742. Elevators.Text = "Elevators"
  743. Elevators.TextColor3 = Color3.new(1, 1, 1)
  744. Elevators.TextScaled = true
  745. Elevators.TextWrapped = true
  746.  
  747. Pool.Name = "Pool"
  748. Pool.Parent = Base
  749. Pool.BackgroundColor3 = Color3.new(1, 0, 0)
  750. Pool.BackgroundTransparency = 0.5
  751. Pool.BorderSizePixel = 4
  752. Pool.Position = UDim2.new(0, 585, 0, 110)
  753. Pool.Size = UDim2.new(0, 85, 0, 35)
  754. Pool.AutoButtonColor = false
  755. Pool.Font = Enum.Font.ArialBold
  756. Pool.FontSize = Enum.FontSize.Size10
  757. Pool.Text = "Pool"
  758. Pool.TextColor3 = Color3.new(1, 1, 1)
  759. Pool.TextScaled = true
  760. Pool.TextSize = 10
  761. Pool.TextWrapped = true
  762.  
  763. RegLine1.Name = "RegLine1"
  764. RegLine1.Parent = Base
  765. RegLine1.BackgroundColor3 = Color3.new(1, 0, 0)
  766. RegLine1.BackgroundTransparency = 0.5
  767. RegLine1.BorderSizePixel = 4
  768. RegLine1.Position = UDim2.new(0, 580, 0, 198)
  769. RegLine1.Size = UDim2.new(0, 40, 0, 35)
  770. RegLine1.AutoButtonColor = false
  771. RegLine1.Font = Enum.Font.ArialBold
  772. RegLine1.FontSize = Enum.FontSize.Size10
  773. RegLine1.Text = "\nRegular Line 1"
  774. RegLine1.TextColor3 = Color3.new(1, 1, 1)
  775. RegLine1.TextSize = 10
  776. RegLine1.TextWrapped = true
  777.  
  778. RegLine2.Name = "RegLine2"
  779. RegLine2.Parent = Base
  780. RegLine2.BackgroundColor3 = Color3.new(1, 0, 0)
  781. RegLine2.BackgroundTransparency = 0.5
  782. RegLine2.BorderSizePixel = 4
  783. RegLine2.Position = UDim2.new(0, 530, 0, 198)
  784. RegLine2.Size = UDim2.new(0, 40, 0, 35)
  785. RegLine2.AutoButtonColor = false
  786. RegLine2.Font = Enum.Font.ArialBold
  787. RegLine2.FontSize = Enum.FontSize.Size10
  788. RegLine2.Text = "\nRegular Line 2"
  789. RegLine2.TextColor3 = Color3.new(1, 1, 1)
  790. RegLine2.TextSize = 10
  791. RegLine2.TextWrapped = true
  792.  
  793. FitnessRoom.Name = "FitnessRoom"
  794. FitnessRoom.Parent = Base
  795. FitnessRoom.BackgroundColor3 = Color3.new(1, 0, 0)
  796. FitnessRoom.BackgroundTransparency = 0.5
  797. FitnessRoom.BorderSizePixel = 4
  798. FitnessRoom.Position = UDim2.new(0, 629, 0, 198)
  799. FitnessRoom.Size = UDim2.new(0, 40, 0, 35)
  800. FitnessRoom.AutoButtonColor = false
  801. FitnessRoom.Font = Enum.Font.ArialBold
  802. FitnessRoom.Text = "Fitness Room"
  803. FitnessRoom.TextColor3 = Color3.new(1, 1, 1)
  804. FitnessRoom.TextScaled = true
  805. FitnessRoom.TextSize = 7
  806. FitnessRoom.TextWrapped = true
  807.  
  808. ClickTP.Name = "ClickTP"
  809. ClickTP.Parent = Base
  810. ClickTP.BackgroundColor3 = Color3.new(1, 0, 0)
  811. ClickTP.BackgroundTransparency = 0.5
  812. ClickTP.BorderSizePixel = 4
  813. ClickTP.Position = UDim2.new(0, 575, 0, 286)
  814. ClickTP.Size = UDim2.new(0, 95, 0, 79)
  815. ClickTP.AutoButtonColor = false
  816. ClickTP.Font = Enum.Font.ArialBold
  817. ClickTP.FontSize = Enum.FontSize.Size14
  818. ClickTP.Text = "ClickTP"
  819. ClickTP.TextColor3 = Color3.new(1, 1, 1)
  820. ClickTP.TextSize = 14
  821. ClickTP.TextWrapped = true
  822.  
  823. Reception.Name = "Reception"
  824. Reception.Parent = Base
  825. Reception.BackgroundColor3 = Color3.new(1, 0, 0)
  826. Reception.BackgroundTransparency = 0.5
  827. Reception.BorderSizePixel = 4
  828. Reception.Position = UDim2.new(0, 440, 0, 198)
  829. Reception.Size = UDim2.new(0, 80, 0, 35)
  830. Reception.AutoButtonColor = false
  831. Reception.Font = Enum.Font.ArialBold
  832. Reception.Text = "Reception"
  833. Reception.TextColor3 = Color3.new(1, 1, 1)
  834. Reception.TextScaled = true
  835. Reception.TextSize = 7
  836. Reception.TextWrapped = true
  837.  
  838. Meals.Name = "Meals"
  839. Meals.Parent = Base
  840. Meals.BackgroundColor3 = Color3.new(1, 0, 0)
  841. Meals.BackgroundTransparency = 0.5
  842. Meals.BorderSizePixel = 4
  843. Meals.Position = UDim2.new(0, 440, 0, 110)
  844. Meals.Size = UDim2.new(0, 35, 0, 35)
  845. Meals.AutoButtonColor = false
  846. Meals.Font = Enum.Font.ArialBold
  847. Meals.FontSize = Enum.FontSize.Size12
  848. Meals.Text = "Meals"
  849. Meals.TextColor3 = Color3.new(1, 1, 1)
  850. Meals.TextSize = 12
  851. Meals.TextWrapped = true
  852.  
  853. Drinks.Name = "Drinks"
  854. Drinks.Parent = Base
  855. Drinks.BackgroundColor3 = Color3.new(1, 0, 0)
  856. Drinks.BackgroundTransparency = 0.5
  857. Drinks.BorderSizePixel = 4
  858. Drinks.Position = UDim2.new(0, 395, 0, 154)
  859. Drinks.Size = UDim2.new(0, 35, 0, 35)
  860. Drinks.AutoButtonColor = false
  861. Drinks.Font = Enum.Font.ArialBold
  862. Drinks.FontSize = Enum.FontSize.Size11
  863. Drinks.Text = "Drinks"
  864. Drinks.TextColor3 = Color3.new(1, 1, 1)
  865. Drinks.TextSize = 11
  866. Drinks.TextWrapped = true
  867.  
  868. BackRoom.Name = "BackRoom"
  869. BackRoom.Parent = Base
  870. BackRoom.BackgroundColor3 = Color3.new(1, 0, 0)
  871. BackRoom.BackgroundTransparency = 0.5
  872. BackRoom.BorderSizePixel = 4
  873. BackRoom.Position = UDim2.new(0, 395, 0, 242)
  874. BackRoom.Size = UDim2.new(0, 35, 0, 35)
  875. BackRoom.AutoButtonColor = false
  876. BackRoom.Font = Enum.Font.ArialBold
  877. BackRoom.Text = "Back Room"
  878. BackRoom.TextColor3 = Color3.new(1, 1, 1)
  879. BackRoom.TextScaled = true
  880. BackRoom.TextSize = 7
  881. BackRoom.TextWrapped = true
  882.  
  883. Fly.Name = "Fly"
  884. Fly.Parent = Base
  885. Fly.BackgroundColor3 = Color3.new(1, 0, 0)
  886. Fly.BackgroundTransparency = 0.5
  887. Fly.BorderSizePixel = 4
  888. Fly.Position = UDim2.new(0, 485, 0, 286)
  889. Fly.Size = UDim2.new(0, 80, 0, 79)
  890. Fly.AutoButtonColor = false
  891. Fly.Font = Enum.Font.ArialBold
  892. Fly.FontSize = Enum.FontSize.Size14
  893. Fly.Text = "Fly"
  894. Fly.TextColor3 = Color3.new(1, 1, 1)
  895. Fly.TextSize = 14
  896. Fly.TextWrapped = true
  897.  
  898. SpaSalon.Name = "SpaSalon"
  899. SpaSalon.Parent = Base
  900. SpaSalon.BackgroundColor3 = Color3.new(1, 0, 0)
  901. SpaSalon.BackgroundTransparency = 0.5
  902. SpaSalon.BorderSizePixel = 4
  903. SpaSalon.Position = UDim2.new(0, 440, 0, 154)
  904. SpaSalon.Size = UDim2.new(0, 35, 0, 35)
  905. SpaSalon.AutoButtonColor = false
  906. SpaSalon.Font = Enum.Font.ArialBold
  907. SpaSalon.FontSize = Enum.FontSize.Size11
  908. SpaSalon.Text = "Spa&Salon"
  909. SpaSalon.TextColor3 = Color3.new(1, 1, 1)
  910. SpaSalon.TextScaled = true
  911. SpaSalon.TextSize = 11
  912. SpaSalon.TextWrapped = true
  913.  
  914. SuiteLine.Name = "SuiteLine"
  915. SuiteLine.Parent = Base
  916. SuiteLine.BackgroundColor3 = Color3.new(1, 0, 0)
  917. SuiteLine.BackgroundTransparency = 0.5
  918. SuiteLine.BorderSizePixel = 4
  919. SuiteLine.Position = UDim2.new(0, 485, 0, 242)
  920. SuiteLine.Size = UDim2.new(0, 80, 0, 35)
  921. SuiteLine.AutoButtonColor = false
  922. SuiteLine.Font = Enum.Font.ArialBold
  923. SuiteLine.FontSize = Enum.FontSize.Size14
  924. SuiteLine.Text = "Suite Line"
  925. SuiteLine.TextColor3 = Color3.new(1, 1, 1)
  926. SuiteLine.TextSize = 14
  927. SuiteLine.TextWrapped = true
  928.  
  929. FastLine.Name = "FastLine"
  930. FastLine.Parent = Base
  931. FastLine.BackgroundColor3 = Color3.new(1, 0, 0)
  932. FastLine.BackgroundTransparency = 0.5
  933. FastLine.BorderSizePixel = 4
  934. FastLine.Position = UDim2.new(0, 575, 0, 242)
  935. FastLine.Size = UDim2.new(0, 95, 0, 35)
  936. FastLine.AutoButtonColor = false
  937. FastLine.Font = Enum.Font.ArialBold
  938. FastLine.FontSize = Enum.FontSize.Size14
  939. FastLine.Text = "Fast Line"
  940. FastLine.TextColor3 = Color3.new(1, 1, 1)
  941. FastLine.TextSize = 14
  942. FastLine.TextWrapped = true
  943.  
  944. VIPLounge.Name = "VIPLounge"
  945. VIPLounge.Parent = Base
  946. VIPLounge.BackgroundColor3 = Color3.new(1, 0, 0)
  947. VIPLounge.BackgroundTransparency = 0.5
  948. VIPLounge.BorderSizePixel = 4
  949. VIPLounge.Position = UDim2.new(0, 585, 0, 154)
  950. VIPLounge.Size = UDim2.new(0, 85, 0, 35)
  951. VIPLounge.AutoButtonColor = false
  952. VIPLounge.Font = Enum.Font.ArialBold
  953. VIPLounge.Text = "VIP Lounge"
  954. VIPLounge.TextColor3 = Color3.new(1, 1, 1)
  955. VIPLounge.TextScaled = true
  956. VIPLounge.TextSize = 7
  957. VIPLounge.TextWrapped = true
  958.  
  959. RGD.Name = "RGD"
  960. RGD.Parent = Base
  961. RGD.BackgroundColor3 = Color3.new(1, 0, 0)
  962. RGD.BackgroundTransparency = 0.5
  963. RGD.BorderSizePixel = 4
  964. RGD.Position = UDim2.new(0, 290, 0, 55)
  965. RGD.Size = UDim2.new(0, 80, 0, 35)
  966. RGD.AutoButtonColor = false
  967. RGD.Font = Enum.Font.ArialBold
  968. RGD.FontSize = Enum.FontSize.Size14
  969. RGD.Text = "Remove Gamepass Doors"
  970. RGD.TextColor3 = Color3.new(1, 1, 1)
  971. RGD.TextScaled = true
  972. RGD.TextSize = 14
  973. RGD.TextWrapped = true
  974.  
  975. GB.Name = "GB"
  976. GB.Parent = Base
  977. GB.BackgroundColor3 = Color3.new(1, 0, 0)
  978. GB.BackgroundTransparency = 0.5
  979. GB.BorderSizePixel = 4
  980. GB.Position = UDim2.new(0, 395, 0, 55)
  981. GB.Size = UDim2.new(0, 79, 0, 35)
  982. GB.AutoButtonColor = false
  983. GB.Font = Enum.Font.ArialBold
  984. GB.FontSize = Enum.FontSize.Size14
  985. GB.Text = "Give Beverage"
  986. GB.TextColor3 = Color3.new(1, 1, 1)
  987. GB.TextScaled = true
  988. GB.TextSize = 14
  989. GB.TextWrapped = true
  990.  
  991. RID.Name = "RID"
  992. RID.Parent = Base
  993. RID.BackgroundColor3 = Color3.new(1, 0, 0)
  994. RID.BackgroundTransparency = 0.5
  995. RID.BorderSizePixel = 4
  996. RID.Position = UDim2.new(0, 200, 0, 55)
  997. RID.Size = UDim2.new(0, 80, 0, 35)
  998. RID.AutoButtonColor = false
  999. RID.Font = Enum.Font.ArialBold
  1000. RID.FontSize = Enum.FontSize.Size14
  1001. RID.Text = "Remove Invisible Walls"
  1002. RID.TextColor3 = Color3.new(1, 1, 1)
  1003. RID.TextScaled = true
  1004. RID.TextSize = 14
  1005. RID.TextWrapped = true
  1006.  
  1007. RRRD.Name = "RRRD"
  1008. RRRD.Parent = Base
  1009. RRRD.BackgroundColor3 = Color3.new(1, 0, 0)
  1010. RRRD.BackgroundTransparency = 0.5
  1011. RRRD.BorderSizePixel = 4
  1012. RRRD.Position = UDim2.new(0, 95, 0, 55)
  1013. RRRD.Size = UDim2.new(0, 80, 0, 35)
  1014. RRRD.AutoButtonColor = false
  1015. RRRD.Font = Enum.Font.ArialBold
  1016. RRRD.FontSize = Enum.FontSize.Size14
  1017. RRRD.Text = "Remove Regular Room Doors"
  1018. RRRD.TextColor3 = Color3.new(1, 1, 1)
  1019. RRRD.TextScaled = true
  1020. RRRD.TextSize = 14
  1021. RRRD.TextWrapped = true
  1022.  
  1023. RSRD.Name = "RSRD"
  1024. RSRD.Parent = Base
  1025. RSRD.BackgroundColor3 = Color3.new(1, 0, 0)
  1026. RSRD.BackgroundTransparency = 0.5
  1027. RSRD.BorderSizePixel = 4
  1028. RSRD.Position = UDim2.new(0, 5, 0, 55)
  1029. RSRD.Size = UDim2.new(0, 80, 0, 35)
  1030. RSRD.AutoButtonColor = false
  1031. RSRD.Font = Enum.Font.ArialBold
  1032. RSRD.FontSize = Enum.FontSize.Size14
  1033. RSRD.Text = "Remove Suite Room Doors"
  1034. RSRD.TextColor3 = Color3.new(1, 1, 1)
  1035. RSRD.TextScaled = true
  1036. RSRD.TextSize = 14
  1037. RSRD.TextWrapped = true
  1038.  
  1039. Line_2.Name = "Line"
  1040. Line_2.Parent = Base
  1041. Line_2.BackgroundColor3 = Color3.new(0, 0, 0)
  1042. Line_2.Position = UDim2.new(0, 187, 0, 373)
  1043. Line_2.Size = UDim2.new(0, 0, 0, -326)
  1044.  
  1045. Line_3.Name = "Line"
  1046. Line_3.Parent = Base
  1047. Line_3.BackgroundColor3 = Color3.new(1, 1, 1)
  1048. Line_3.Position = UDim2.new(0, 0, 0, 100)
  1049. Line_3.Size = UDim2.new(0, 674, 0, 0)
  1050.  
  1051. Line_4.Name = "Line"
  1052. Line_4.Parent = Base
  1053. Line_4.BackgroundColor3 = Color3.new(1, 1, 1)
  1054. Line_4.Position = UDim2.new(0, 0, 0, 45)
  1055. Line_4.Size = UDim2.new(0, 674, 0, 0)
  1056.  
  1057. SF2.Name = "SF2"
  1058. SF2.Parent = Base
  1059. SF2.BackgroundColor3 = Color3.new(1, 0, 0)
  1060. SF2.BackgroundTransparency = 0.5
  1061. SF2.BorderSizePixel = 4
  1062. SF2.Position = UDim2.new(0, 89, 0, 110)
  1063. SF2.Size = UDim2.new(0, 40, 0, 35)
  1064. SF2.AutoButtonColor = false
  1065. SF2.Font = Enum.Font.ArialBold
  1066. SF2.FontSize = Enum.FontSize.Size14
  1067. SF2.Text = "Suite Floor 2"
  1068. SF2.TextColor3 = Color3.new(1, 1, 1)
  1069. SF2.TextScaled = true
  1070. SF2.TextSize = 14
  1071. SF2.TextWrapped = true
  1072.  
  1073. SF3.Name = "SF3"
  1074. SF3.Parent = Base
  1075. SF3.BackgroundColor3 = Color3.new(1, 0, 0)
  1076. SF3.BackgroundTransparency = 0.5
  1077. SF3.BorderSizePixel = 4
  1078. SF3.Position = UDim2.new(0, 89, 0, 154)
  1079. SF3.Size = UDim2.new(0, 40, 0, 35)
  1080. SF3.AutoButtonColor = false
  1081. SF3.Font = Enum.Font.ArialBold
  1082. SF3.FontSize = Enum.FontSize.Size14
  1083. SF3.Text = "Suite Floor 3"
  1084. SF3.TextColor3 = Color3.new(1, 1, 1)
  1085. SF3.TextScaled = true
  1086. SF3.TextSize = 14
  1087. SF3.TextWrapped = true
  1088.  
  1089. SF4.Name = "SF4"
  1090. SF4.Parent = Base
  1091. SF4.BackgroundColor3 = Color3.new(1, 0, 0)
  1092. SF4.BackgroundTransparency = 0.5
  1093. SF4.BorderSizePixel = 4
  1094. SF4.Position = UDim2.new(0, 89, 0, 198)
  1095. SF4.Size = UDim2.new(0, 40, 0, 35)
  1096. SF4.AutoButtonColor = false
  1097. SF4.Font = Enum.Font.ArialBold
  1098. SF4.FontSize = Enum.FontSize.Size14
  1099. SF4.Text = "Suite Floor 4"
  1100. SF4.TextColor3 = Color3.new(1, 1, 1)
  1101. SF4.TextScaled = true
  1102. SF4.TextSize = 14
  1103. SF4.TextWrapped = true
  1104.  
  1105. SF5.Name = "SF5"
  1106. SF5.Parent = Base
  1107. SF5.BackgroundColor3 = Color3.new(1, 0, 0)
  1108. SF5.BackgroundTransparency = 0.5
  1109. SF5.BorderSizePixel = 4
  1110. SF5.Position = UDim2.new(0, 89, 0, 242)
  1111. SF5.Size = UDim2.new(0, 40, 0, 35)
  1112. SF5.AutoButtonColor = false
  1113. SF5.Font = Enum.Font.ArialBold
  1114. SF5.FontSize = Enum.FontSize.Size14
  1115. SF5.Text = "Suite Floor 5"
  1116. SF5.TextColor3 = Color3.new(1, 1, 1)
  1117. SF5.TextScaled = true
  1118. SF5.TextSize = 14
  1119. SF5.TextWrapped = true
  1120.  
  1121. SF6.Name = "SF6"
  1122. SF6.Parent = Base
  1123. SF6.BackgroundColor3 = Color3.new(1, 0, 0)
  1124. SF6.BackgroundTransparency = 0.5
  1125. SF6.BorderSizePixel = 4
  1126. SF6.Position = UDim2.new(0, 89, 0, 286)
  1127. SF6.Size = UDim2.new(0, 40, 0, 35)
  1128. SF6.AutoButtonColor = false
  1129. SF6.Font = Enum.Font.ArialBold
  1130. SF6.FontSize = Enum.FontSize.Size14
  1131. SF6.Text = "Suite Floor 6"
  1132. SF6.TextColor3 = Color3.new(1, 1, 1)
  1133. SF6.TextScaled = true
  1134. SF6.TextSize = 14
  1135. SF6.TextWrapped = true
  1136.  
  1137. SR200.Name = "SR200"
  1138. SR200.Parent = Base
  1139. SR200.BackgroundColor3 = Color3.new(1, 0, 0)
  1140. SR200.BackgroundTransparency = 0.5
  1141. SR200.BorderSizePixel = 4
  1142. SR200.Position = UDim2.new(0, 5, 0, 110)
  1143. SR200.Size = UDim2.new(0, 74, 0, 35)
  1144. SR200.AutoButtonColor = false
  1145. SR200.Font = Enum.Font.ArialBold
  1146. SR200.FontSize = Enum.FontSize.Size14
  1147. SR200.Text = "Suite Room 200"
  1148. SR200.TextColor3 = Color3.new(1, 1, 1)
  1149. SR200.TextScaled = true
  1150. SR200.TextSize = 14
  1151. SR200.TextWrapped = true
  1152.  
  1153. SR300.Name = "SR300"
  1154. SR300.Parent = Base
  1155. SR300.BackgroundColor3 = Color3.new(1, 0, 0)
  1156. SR300.BackgroundTransparency = 0.5
  1157. SR300.BorderSizePixel = 4
  1158. SR300.Position = UDim2.new(0, 5, 0, 154)
  1159. SR300.Size = UDim2.new(0, 74, 0, 35)
  1160. SR300.AutoButtonColor = false
  1161. SR300.Font = Enum.Font.ArialBold
  1162. SR300.FontSize = Enum.FontSize.Size14
  1163. SR300.Text = "Suite Room 300"
  1164. SR300.TextColor3 = Color3.new(1, 1, 1)
  1165. SR300.TextScaled = true
  1166. SR300.TextSize = 14
  1167. SR300.TextWrapped = true
  1168.  
  1169. SR400.Name = "SR400"
  1170. SR400.Parent = Base
  1171. SR400.BackgroundColor3 = Color3.new(1, 0, 0)
  1172. SR400.BackgroundTransparency = 0.5
  1173. SR400.BorderSizePixel = 4
  1174. SR400.Position = UDim2.new(0, 5, 0, 198)
  1175. SR400.Size = UDim2.new(0, 74, 0, 35)
  1176. SR400.AutoButtonColor = false
  1177. SR400.Font = Enum.Font.ArialBold
  1178. SR400.FontSize = Enum.FontSize.Size14
  1179. SR400.Text = "Suite Room 300"
  1180. SR400.TextColor3 = Color3.new(1, 1, 1)
  1181. SR400.TextScaled = true
  1182. SR400.TextSize = 14
  1183. SR400.TextWrapped = true
  1184.  
  1185. SR500.Name = "SR500"
  1186. SR500.Parent = Base
  1187. SR500.BackgroundColor3 = Color3.new(1, 0, 0)
  1188. SR500.BackgroundTransparency = 0.5
  1189. SR500.BorderSizePixel = 4
  1190. SR500.Position = UDim2.new(0, 5, 0, 242)
  1191. SR500.Size = UDim2.new(0, 74, 0, 35)
  1192. SR500.AutoButtonColor = false
  1193. SR500.Font = Enum.Font.ArialBold
  1194. SR500.FontSize = Enum.FontSize.Size14
  1195. SR500.Text = "Suite Room 400"
  1196. SR500.TextColor3 = Color3.new(1, 1, 1)
  1197. SR500.TextScaled = true
  1198. SR500.TextSize = 14
  1199. SR500.TextWrapped = true
  1200.  
  1201. SR600.Name = "SR600"
  1202. SR600.Parent = Base
  1203. SR600.BackgroundColor3 = Color3.new(1, 0, 0)
  1204. SR600.BackgroundTransparency = 0.5
  1205. SR600.BorderSizePixel = 4
  1206. SR600.Position = UDim2.new(0, 5, 0, 286)
  1207. SR600.Size = UDim2.new(0, 74, 0, 35)
  1208. SR600.AutoButtonColor = false
  1209. SR600.Font = Enum.Font.ArialBold
  1210. SR600.FontSize = Enum.FontSize.Size14
  1211. SR600.Text = "Suite Room 500"
  1212. SR600.TextColor3 = Color3.new(1, 1, 1)
  1213. SR600.TextScaled = true
  1214. SR600.TextSize = 14
  1215. SR600.TextWrapped = true
  1216.  
  1217. local hiltonbase = plr.PlayerGui.HiltoN.Base
  1218.  
  1219. local MoreBtn = function()
  1220. if hiltonbase.Size == UDim2.new(0, 375, 0, 370) then
  1221. hiltonbase:TweenSize(UDim2.new(0, 675, 0, 370), "Out", "Back", 0.7)
  1222. hiltonbase.More.Text = "Less"
  1223. print("Opening")
  1224. elseif hiltonbase.Size == UDim2.new(0, 675, 0, 370) then
  1225. hiltonbase:TweenSize(UDim2.new(0, 375, 0, 370), "In", "Back", 0.7)
  1226. hiltonbase.More.Text = "More"
  1227. print("Closing!")
  1228. end
  1229. end
  1230. More.MouseButton1Click:connect(MoreBtn)
  1231.  
  1232. local Room201 = function()
  1233. plrc.HumanoidRootPart.CFrame = CFrame.new(-49, 63, 203)
  1234. end
  1235. R201.MouseButton1Down:connect(Room201)
  1236.  
  1237. local Room202 = function()
  1238. plrc.HumanoidRootPart.CFrame = CFrame.new(-47, 63, 251)
  1239. end
  1240. R202.MouseButton1Down:connect(Room202)
  1241.  
  1242. local Room203 = function()
  1243. plrc.HumanoidRootPart.CFrame = CFrame.new(-94, 63, 264)
  1244. end
  1245. R203.MouseButton1Down:connect(Room203)
  1246.  
  1247. local Room204 = function()
  1248. plrc.HumanoidRootPart.CFrame = CFrame.new(-94, 63, 217)
  1249. end
  1250. R204.MouseButton1Down:connect(Room204)
  1251.  
  1252. local Room301 = function()
  1253. plrc.HumanoidRootPart.CFrame = CFrame.new(-47, 76, 204)
  1254. end
  1255. R301.MouseButton1Down:connect(Room301)
  1256.  
  1257.  
  1258. local Room302 = function()
  1259. plrc.HumanoidRootPart.CFrame = CFrame.new(-47, 76, 251)
  1260. end
  1261. R302.MouseButton1Down:connect(Room302)
  1262.  
  1263.  
  1264. local Room303 = function()
  1265. plrc.HumanoidRootPart.CFrame = CFrame.new(-94, 76, 265)
  1266. end
  1267. R303.MouseButton1Down:connect(Room303)
  1268.  
  1269.  
  1270. local Room304 = function()
  1271. plrc.HumanoidRootPart.CFrame = CFrame.new(-94, 76, 217)
  1272. end
  1273. R304.MouseButton1Down:connect(Room304)
  1274.  
  1275.  
  1276. local Room401 = function()
  1277. plrc.HumanoidRootPart.CFrame = CFrame.new(-47, 90, 203)
  1278. end
  1279. R401.MouseButton1Down:connect(Room401)
  1280.  
  1281.  
  1282. local Room402 = function()
  1283. plrc.HumanoidRootPart.CFrame = CFrame.new(-46, 90, 251)
  1284. end
  1285. R402.MouseButton1Down:connect(Room402)
  1286.  
  1287.  
  1288. local Room403 = function()
  1289. plrc.HumanoidRootPart.CFrame = CFrame.new(-95, 90, 264)
  1290. end
  1291. R403.MouseButton1Down:connect(Room403)
  1292.  
  1293. local Room404 = function()
  1294. plrc.HumanoidRootPart.CFrame = CFrame.new(-94, 90, 217)
  1295. end
  1296. R404.MouseButton1Down:connect(Room404)
  1297.  
  1298.  
  1299. local Room501 = function()
  1300. plrc.HumanoidRootPart.CFrame = CFrame.new(-47, 103, 203)
  1301. end
  1302. R501.MouseButton1Down:connect(Room501)
  1303.  
  1304.  
  1305. local Room502 = function()
  1306. plrc.HumanoidRootPart.CFrame = CFrame.new(-47, 103, 252)
  1307. end
  1308. R502.MouseButton1Down:connect(Room502)
  1309.  
  1310.  
  1311. local Room503 = function()
  1312. plrc.HumanoidRootPart.CFrame = CFrame.new(-94, 103, 264)
  1313. end
  1314. R503.MouseButton1Down:connect(Room503)
  1315.  
  1316. local Room504 = function()
  1317. plrc.HumanoidRootPart.CFrame = CFrame.new(-95, 103, 217)
  1318. end
  1319. R504.MouseButton1Down:connect(Room504)
  1320.  
  1321. local Room601 = function()
  1322. plrc.HumanoidRootPart.CFrame = CFrame.new(-45, 117, 204)
  1323. end
  1324. R601.MouseButton1Down:connect(Room601)
  1325.  
  1326. local Room602 = function()
  1327. plrc.HumanoidRootPart.CFrame = CFrame.new(-46, 117, 251)
  1328. end
  1329. R602.MouseButton1Down:connect(Room602)
  1330.  
  1331. local Room603 = function()
  1332. plrc.HumanoidRootPart.CFrame = CFrame.new(-96, 117, 263)
  1333. end
  1334. R603.MouseButton1Down:connect(Room603)
  1335.  
  1336. local Room604 = function()
  1337. plrc.HumanoidRootPart.CFrame = CFrame.new(-94, 117, 217)
  1338. end
  1339. R604.MouseButton1Down:connect(Room604)
  1340.  
  1341.  
  1342. local Room701 = function()
  1343. plrc.HumanoidRootPart.CFrame = CFrame.new(-46, 130, 204)
  1344. end
  1345. R701.MouseButton1Down:connect(Room701)
  1346.  
  1347.  
  1348. local Room702 = function()
  1349. plrc.HumanoidRootPart.CFrame = CFrame.new(-48, 130, 251)
  1350. end
  1351. R702.MouseButton1Down:connect(Room702)
  1352.  
  1353.  
  1354. local Room703 = function()
  1355. plrc.HumanoidRootPart.CFrame = CFrame.new(-94, 130, 264)
  1356. end
  1357. R703.MouseButton1Down:connect(Room703)
  1358.  
  1359.  
  1360. local Room704 = function()
  1361. plrc.HumanoidRootPart.CFrame = CFrame.new(-95, 130, 217)
  1362. end
  1363. R704.MouseButton1Down:connect(Room704)
  1364.  
  1365. local RArcade = function()
  1366. plrc.HumanoidRootPart.CFrame = CFrame.new(-111, 46, 245)
  1367. end
  1368. Arcade.MouseButton1Down:connect(RArcade)
  1369.  
  1370. local SM = function()
  1371. plrc.HumanoidRootPart.CFrame = CFrame.new(-59, 32, 149)
  1372. end
  1373. SodaMachine.MouseButton1Down:connect(SM)
  1374.  
  1375. local M = function()
  1376. plrc.HumanoidRootPart.CFrame = CFrame.new(-87, 32, 166)
  1377. end
  1378. Meals.MouseButton1Down:connect(M)
  1379.  
  1380. local RDrinks = function()
  1381. plrc.HumanoidRootPart.CFrame = CFrame.new(-100, 32, 166)
  1382. end
  1383. Drinks.MouseButton1Down:connect(RDrinks)
  1384.  
  1385. local RPool = function()
  1386. plrc.HumanoidRootPart.CFrame = CFrame.new(-180, 32, 173)
  1387. end
  1388. Pool.MouseButton1Down:connect(RPool)
  1389.  
  1390. local RBar = function()
  1391. plrc.HumanoidRootPart.CFrame = CFrame.new(-83, 32, 148)
  1392. end
  1393. Bar.MouseButton1Down:connect(RBar)
  1394.  
  1395. local RBackRoom = function()
  1396. plrc.HumanoidRootPart.CFrame = CFrame.new(-84, 32, 199)
  1397. end
  1398. BackRoom.MouseButton1Down:connect(RBackRoom)
  1399.  
  1400. local RBackOffice = function()
  1401. plrc.HumanoidRootPart.CFrame = CFrame.new(-86, 32, 227)
  1402. end
  1403. BackOffice.MouseButton1Down:connect(RBackOffice)
  1404.  
  1405. local RReception = function()
  1406. plrc.HumanoidRootPart.CFrame = CFrame.new(-73, 32, 203)
  1407. end
  1408. Reception.MouseButton1Down:connect(RReception)
  1409.  
  1410. local REntrance = function()
  1411. plrc.HumanoidRootPart.CFrame = CFrame.new(1, 32, 194)
  1412. end
  1413. Entrance.MouseButton1Down:connect(REntrance)
  1414.  
  1415. local RVipLounge = function()
  1416. plrc.HumanoidRootPart.CFrame = CFrame.new(-40, 46, 178)
  1417. end
  1418. VIPLounge.MouseButton1Down:connect(RVipLounge)
  1419.  
  1420. local RSF7 = function()
  1421. plrc.HumanoidRootPart.CFrame = CFrame.new(-36, 134, 172)
  1422. end
  1423. SF7.MouseButton1Down:connect(RSF7)
  1424.  
  1425. local RSF6 = function()
  1426. plrc.HumanoidRootPart.CFrame = CFrame.new(-36, 120, 172)
  1427. end
  1428. SF6.MouseButton1Down:connect(RSF6)
  1429.  
  1430. local RSF5 = function()
  1431. plrc.HumanoidRootPart.CFrame = CFrame.new(-35, 106, 172)
  1432. end
  1433. SF5.MouseButton1Down:connect(RSF5)
  1434.  
  1435. local RSF4 = function()
  1436. plrc.HumanoidRootPart.CFrame = CFrame.new(-35, 91, 172)
  1437. end
  1438. SF4.MouseButton1Down:connect(RSF4)
  1439.  
  1440. local RSF3 = function()
  1441. plrc.HumanoidRootPart.CFrame = CFrame.new(-35, 77, 172)
  1442. end
  1443. SF3.MouseButton1Down:connect(RSF3)
  1444.  
  1445. local RSF2 = function()
  1446. plrc.HumanoidRootPart.CFrame = CFrame.new(-35, 63, 172)
  1447. end
  1448. SF2.MouseButton1Down:connect(RSF2)
  1449.  
  1450.  
  1451. local RSuiteLine = function()
  1452. plrc.HumanoidRootPart.CFrame = CFrame.new(-58, 32, 197)
  1453. end
  1454. SuiteLine.MouseButton1Down:connect(RSuiteLine)
  1455.  
  1456. local RFitnessRoom = function()
  1457. plrc.HumanoidRootPart.CFrame = CFrame.new(-28, 46, 225)
  1458. end
  1459. FitnessRoom.MouseButton1Down:connect(RFitnessRoom)
  1460.  
  1461.  
  1462. local RFastLine = function()
  1463. plrc.HumanoidRootPart.CFrame = CFrame.new(-58, 32, 183)
  1464. end
  1465. FastLine.MouseButton1Down:connect(RFastLine)
  1466.  
  1467. local RRegLine1 = function()
  1468. plrc.HumanoidRootPart.CFrame = CFrame.new(-28, 32, 211)
  1469. end
  1470. RegLine1.MouseButton1Down:connect(RRegLine1)
  1471.  
  1472. local RRegLine2 = function()
  1473. plrc.HumanoidRootPart.CFrame = CFrame.new(-58, 32, 227)
  1474. end
  1475. RegLine2.MouseButton1Down:connect(RRegLine2)
  1476.  
  1477. local S2 = function()
  1478. plrc.HumanoidRootPart.CFrame = CFrame.new(-58, 63, 154)
  1479. end
  1480. SR200.MouseButton1Down:connect(S2)
  1481.  
  1482. local S3 = function()
  1483. plrc.HumanoidRootPart.CFrame = CFrame.new(-58, 77, 154)
  1484. end
  1485. SR300.MouseButton1Down:connect(S3)
  1486.  
  1487. local S4 = function()
  1488. plrc.HumanoidRootPart.CFrame = CFrame.new(-58, 91, 154)
  1489. end
  1490. SR400.MouseButton1Down:connect(S4)
  1491.  
  1492. local S5 = function()
  1493. plrc.HumanoidRootPart.CFrame = CFrame.new(-58, 106, 154)
  1494. end
  1495. SR500.MouseButton1Down:connect(S5)
  1496.  
  1497. local S6 = function()
  1498. plrc.HumanoidRootPart.CFrame = CFrame.new(-58, 120, 154)
  1499. end
  1500. SR600.MouseButton1Down:connect(S6)
  1501.  
  1502.  
  1503. local S7 = function()
  1504. plrc.HumanoidRootPart.CFrame = CFrame.new(-58, 134, 154)
  1505. end
  1506. SR700.MouseButton1Down:connect(S7)
  1507.  
  1508. local RF1E = function()
  1509. plrc.HumanoidRootPart.CFrame = CFrame.new(-16, 32, 259)
  1510. end
  1511. Elevators.MouseButton1Down:connect(RF1E)
  1512.  
  1513. local RF2 = function()
  1514. plrc.HumanoidRootPart.CFrame = CFrame.new(-105, 63, 234)
  1515. end
  1516. F2.MouseButton1Down:connect(RF2)
  1517.  
  1518. local RF3 = function()
  1519. plrc.HumanoidRootPart.CFrame = CFrame.new(-105, 76, 234)
  1520. end
  1521. F3.MouseButton1Down:connect(RF3)
  1522.  
  1523. local RF4 = function()
  1524. plrc.HumanoidRootPart.CFrame = CFrame.new(-108, 90, 234)
  1525. end
  1526. F4.MouseButton1Down:connect(RF4)
  1527.  
  1528.  
  1529. local RF5 = function()
  1530. plrc.HumanoidRootPart.CFrame = CFrame.new(-108, 103, 234)
  1531. end
  1532. F5.MouseButton1Down:connect(RF5)
  1533.  
  1534. local RF6 = function()
  1535. plrc.HumanoidRootPart.CFrame = CFrame.new(-108, 117, 234)
  1536. end
  1537. F6.MouseButton1Down:connect(RF6)
  1538.  
  1539. local RF7 = function()
  1540. plrc.HumanoidRootPart.CFrame = CFrame.new(-108, 131, 234)
  1541. end
  1542. F7.MouseButton1Down:connect(RF7)
  1543.  
  1544.  
  1545.  
  1546. local RClickTP = function()
  1547. local Tool = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  1548. Tool.Name = "Teleport"
  1549. local Mouse = game.Players.LocalPlayer:GetMouse()
  1550.  
  1551. Mouse.Button1Down:connect(function()
  1552. if Tool.Active == true then
  1553. game.Players.LocalPlayer.Character.Torso.CFrame = Mouse.Hit
  1554. end
  1555. end)
  1556. end
  1557. ClickTP.MouseButton1Click:connect(RClickTP)
  1558.  
  1559. local lul = function()
  1560. for i,v in pairs(game.Workspace:GetChildren()) do
  1561. if v.Name == "Room" then
  1562. for a,b in pairs(v:GetChildren()) do
  1563. if b.Name == "RoomDoor" then
  1564. bBig Grinestroy()
  1565. end
  1566. end
  1567. end
  1568. end
  1569.  
  1570. end
  1571.  
  1572. RRRD.MouseButton1Click:connect(lul)
  1573.  
  1574. local RRSRD = function()
  1575. for i,v in pairs(game.Workspace:GetChildren()) do
  1576. if v.Name == "SuiteRoom" then
  1577. for a,b in pairs(v:GetChildren()) do
  1578. if b.Name == "RoomDoor" then
  1579. bBig Grinestroy()
  1580. end
  1581. end
  1582. end
  1583. end
  1584. end
  1585. RSRD.MouseButton1Click:connect(RRSRD)
  1586.  
  1587. local RRIW = function()
  1588. for i,v in pairs(game.Workspace:GetChildren()) do
  1589. if v.Name == "GroupDoorArea" then
  1590. vBig Grinestroy()
  1591. end
  1592. end
  1593. end
  1594. RGD.MouseButton1Click:connect(RRIW)
  1595.  
  1596. local RGB = function()
  1597. game.ReplicatedStorage.GiveBeverage:InvokeServer(GBT.Text)
  1598. end
  1599. GB.MouseButton1Click:connect(RGB)
  1600.  
  1601. local RRGD = function()
  1602. while true do
  1603. wait()
  1604. game.Workspace.GamepassDoorAreaBig Grinestroy()
  1605. end
  1606. end
  1607. RGD.MouseButton1Down:connect(RRGD)
  1608.  
  1609. local RFly = function()
  1610. repeat wait()
  1611. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  1612. local mouse = game.Players.LocalPlayer:GetMouse()
  1613. repeat wait() until mouse
  1614. local plr = game.Players.LocalPlayer
  1615. local torso = plr.Character.Torso
  1616. local flying = true
  1617. local deb = true
  1618. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  1619. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1620. local maxspeed = 50
  1621. local speed = 0
  1622.  
  1623. function Fly()
  1624. local bg = Instance.new("BodyGyro", torso)
  1625. bg.P = 9e4
  1626. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1627. bg.cframe = torso.CFrame
  1628. local bv = Instance.new("BodyVelocity", torso)
  1629. bv.velocity = Vector3.new(0,0.1,0)
  1630. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1631. repeat wait()
  1632. plr.Character.Humanoid.PlatformStand = true
  1633. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  1634. speed = speed+.5+(speed/maxspeed)
  1635. if speed > maxspeed then
  1636. speed = maxspeed
  1637. end
  1638. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  1639. speed = speed-1
  1640. if speed < 0 then
  1641. speed = 0
  1642. end
  1643. end
  1644. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  1645. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  1646. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  1647. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  1648. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  1649. else
  1650. bv.velocity = Vector3.new(0,0.1,0)
  1651. end
  1652. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  1653. until not flying
  1654. ctrl = {f = 0, b = 0, l = 0, r = 0}
  1655. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1656. speed = 0
  1657. bgBig Grinestroy()
  1658. bvBig Grinestroy()
  1659. plr.Character.Humanoid.PlatformStand = false
  1660. end
  1661. mouse.KeyDown:connect(function(key)
  1662. if key:lower() == "e" then
  1663. if flying then flying = false
  1664. else
  1665. flying = true
  1666. Fly()
  1667. end
  1668. elseif key:lower() == "w" then
  1669. ctrl.f = 1
  1670. elseif key:lower() == "s" then
  1671. ctrl.b = -1
  1672. elseif key:lower() == "a" then
  1673. ctrl.l = -1
  1674. elseif key:lower() == "d" then
  1675. ctrl.r = 1
  1676. end
  1677. end)
  1678. mouse.KeyUp:connect(function(key)
  1679. if key:lower() == "w" then
  1680. ctrl.f = 0
  1681. elseif key:lower() == "s" then
  1682. ctrl.b = 0
  1683. elseif key:lower() == "a" then
  1684. ctrl.l = 0
  1685. elseif key:lower() == "d" then
  1686. ctrl.r = 0
  1687. end
  1688. end)
  1689. Fly()
  1690. end
  1691. Fly.MouseButton1Click:connect(RFly)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement