dkg_yt

pgui

Dec 8th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 68.79 KB | None | 0 0
  1. --[[ _________ _________
  2. ________ | | | | ________
  3. \ \ | | | | / /
  4. \ \ | | | | / /
  5. \ \| | | |/ /
  6. \ | | /
  7. \ | | /
  8. \ | | /
  9. \ | | /
  10. \ | | /
  11. \ | | /
  12. \ | | /
  13. \ | | /
  14. | | | |
  15. | \ / |
  16. | \____/ |
  17. | |
  18. | Do not |
  19. | take credit |
  20. | for what I create. |
  21. | |
  22. | ____ |
  23. / / \ \
  24. / / \ \
  25. / | | \
  26. / | | \
  27. / | | \
  28. / \______/ \
  29. / \
  30. / | | \
  31. / /| |\ \
  32. / / \ / \ \
  33. /________/ (________________________) \________\
  34.  
  35. ---------------------------
  36. ---------------------------
  37.  
  38. C R E A T E D
  39.  
  40. B Y
  41. _ __ _
  42. /\ /\ _ __| |____ ___ __ / _\_ ___ _| |___
  43. / / \ \ '__| '_ \ \/ / '_ \\ \\ \/ / | | | / __|
  44. \ \_/ / | | |_) > <| | | |\ \> <| |_| | \__ \
  45. \___/|_| |_.__/_/\_\_| |_\__/_/\_\\__,_|_|___/
  46.  
  47.  
  48. ---------------------------
  49. ---------------------------
  50. ]]--
  51. local PGUI = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
  52. -- Intro Contents
  53. local IntroFrame = Instance.new("ScrollingFrame")
  54. local IntroLogo = Instance.new("ImageLabel")
  55. local IntroCredit = Instance.new("TextLabel")
  56. -- Main Contents
  57. local DragFrame = Instance.new("ImageLabel")
  58. local BodyFrame = Instance.new("ScrollingFrame")
  59. local SideFrame = Instance.new("ScrollingFrame")
  60. local TitleText = Instance.new("TextLabel")
  61. -- Buttons Contents
  62. local ChangeLButton = Instance.new("TextButton")
  63. local WeaponsButton = Instance.new("TextButton")
  64. local TeleportButton = Instance.new("TextButton")
  65. local PlayerButton = Instance.new("TextButton")
  66. local LocalButton = Instance.new("TextButton")
  67. local ChangeLColor = Instance.new("ImageLabel")
  68. local WeaponsColor = Instance.new("ImageLabel")
  69. local TeleportColor = Instance.new("ImageLabel")
  70. local PlayerColor = Instance.new("ImageLabel")
  71. local LocalColor = Instance.new("ImageLabel")
  72. -- Button Pages
  73. local PageHolder = Instance.new("Frame")
  74. local ChangeLogPage = Instance.new("ScrollingFrame")
  75. local WeaponsPage = Instance.new("ScrollingFrame")
  76. local TeleportPage = Instance.new("ScrollingFrame")
  77. local PlayerPage = Instance.new("ScrollingFrame")
  78. local LocalPage = Instance.new("ScrollingFrame")
  79. -- Change Log Contents
  80. local CLTitle = Instance.new("TextLabel")
  81. local SepFrame = Instance.new("Frame")
  82. local CLline1 = Instance.new("TextLabel")
  83. local CLline2 = Instance.new("TextLabel")
  84. local CLline3 = Instance.new("TextLabel")
  85. local CLline4 = Instance.new("TextLabel")
  86. -- Teleport Page Contents
  87. local TeleportTitle = Instance.new("TextLabel")
  88. local TeleportSep = Instance.new("Frame")
  89. local TeleSwitch1 = Instance.new("TextButton")
  90. local TeleSwitchBack1 = Instance.new("TextButton")
  91. local TeleSwitch2 = Instance.new("TextButton")
  92. local TeleSwitchBack2 = Instance.new("TextButton")
  93. local TeleSwitch3 = Instance.new("TextButton")
  94. local TeleSwitchBack3 = Instance.new("TextButton")
  95. local TeleSwitch4 = Instance.new("TextButton")
  96. local TeleSwitchBack4 = Instance.new("TextButton")
  97. local TeleSwitch5 = Instance.new("TextButton")
  98. local TeleSwitchBack5 = Instance.new("TextButton")
  99. local TeleSwitch6 = Instance.new("TextButton")
  100. local TeleSwitchBack6 = Instance.new("TextButton")
  101. local TeleSwitch7 = Instance.new("TextButton")
  102. local TeleSwitchBack7 = Instance.new("TextButton")
  103. local TeleSwitch8 = Instance.new("TextButton")
  104. local TeleSwitchBack8 = Instance.new("TextButton")
  105. local TeleSwitch9 = Instance.new("TextButton")
  106. local TeleSwitchBack9 = Instance.new("TextButton")
  107. local TeleSwitch10 = Instance.new("TextButton")
  108. local TeleSwitchBack10 = Instance.new("TextButton")
  109. local TeleSwitch11 = Instance.new("TextButton")
  110. local TeleSwitchBack11 = Instance.new("TextButton")
  111. local TeleportCell = Instance.new("TextButton")
  112. local TeleportCafeteria = Instance.new("TextButton")
  113. local TeleportPolice = Instance.new("TextButton")
  114. local TeleportYard = Instance.new("TextButton")
  115. local TeleportRoof = Instance.new("TextButton")
  116. local TeleportSewerIn = Instance.new("TextButton")
  117. local TeleportSewerOut = Instance.new("TextButton")
  118. local TeleportPrisonOut = Instance.new("TextButton")
  119. local TeleportCriminalIn = Instance.new("TextButton")
  120. local TeleportCriminalOut = Instance.new("TextButton")
  121. local TeleportSecretRoom = Instance.new("TextButton")
  122. local CellsPicture = Instance.new("ImageLabel")
  123. local CafeteriaPicture = Instance.new("ImageLabel")
  124. local YardPicture = Instance.new("ImageLabel")
  125. local PoliceRoomPicture = Instance.new("ImageLabel")
  126. local RoofPicture = Instance.new("ImageLabel")
  127. local SewerEntPicture = Instance.new("ImageLabel")
  128. local SewerOutPicture = Instance.new("ImageLabel")
  129. local PrisonOutPicture = Instance.new("ImageLabel")
  130. local CriminalInsidePicture = Instance.new("ImageLabel")
  131. local CriminalOutsidePicture = Instance.new("ImageLabel")
  132. local SecretRoomPicture = Instance.new("ImageLabel")
  133. local SecretRoomQuestion = Instance.new("TextLabel")
  134. -- Weapons Page Contents
  135. local WeaponTitle = Instance.new("TextLabel")
  136. local WeaponSep = Instance.new("Frame")
  137. local M9Image = Instance.new("ImageLabel")
  138. local R8Image = Instance.new("ImageLabel")
  139. local AKImage = Instance.new("ImageLabel")
  140. local M4Image = Instance.new("ImageLabel")
  141. local M9Next = Instance.new("TextButton")
  142. local Rem870Next = Instance.new("TextButton")
  143. local AKNext = Instance.new("TextButton")
  144. local M4Next = Instance.new("TextButton")
  145. local M9Prev = Instance.new("TextButton")
  146. local Rem870Prev = Instance.new("TextButton")
  147. local AKPrev = Instance.new("TextButton")
  148. local M4Prev = Instance.new("TextButton")
  149. local SelectM9 = Instance.new("TextButton")
  150. local SelectAK = Instance.new("TextButton")
  151. local SelectR8 = Instance.new("TextButton")
  152. local SelectM4 = Instance.new("TextButton")
  153. -- Local Commands Functions
  154. local LocalTitle = Instance.new("TextLabel")
  155. local LocalSep = Instance.new("Frame")
  156. local ChangeValue = Instance.new("TextBox")
  157. local ChangeSpeed = Instance.new("TextButton")
  158. local ChangeJP = Instance.new("TextButton")
  159. -- [Functions] --
  160. -- [Functions] --
  161. -- [Functions] --
  162. -- [Functions] --
  163. -- [Functions] --
  164.  
  165. -- Screen Gui Properties
  166.  
  167. PGUI.Name = "PGUI"
  168.  
  169. -- Intro Properties
  170.  
  171. IntroLogo.Name = "IntroLogo"
  172. IntroLogo.Parent = IntroFrame
  173. IntroLogo.BackgroundTransparency = 1
  174. IntroLogo.Size = UDim2.new(0, 200, 0, 200)
  175. IntroLogo.Position = UDim2.new(0, 25, 0, 0)
  176. IntroLogo.Image = "rbxassetid://643508583"
  177.  
  178. IntroCredit.Name = "IntroCredit"
  179. IntroCredit.Parent = IntroFrame
  180. IntroCredit.BackgroundTransparency = 1
  181. IntroCredit.Size = UDim2.new(0, 200, 0, 50)
  182. IntroCredit.Position = UDim2.new(0, 25, 0, 175)
  183. IntroCredit.Text = "Created by UrbxnSxuls"
  184. IntroCredit.Font = "SciFi"
  185. IntroCredit.TextSize = 24
  186. IntroCredit.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  187.  
  188. IntroFrame.Name = "IntroFrame"
  189. IntroFrame.Parent = PGUI
  190. IntroFrame.BackgroundColor3 = Color3.new(45/255, 45/255, 45/255)
  191. IntroFrame.BorderColor3 = Color3.new(255/255, 255/255, 255/255)
  192. IntroFrame.Size = UDim2.new(0, 0, 0, 0)
  193. IntroFrame.Position = UDim2.new(0, 520, 0, 200)
  194. IntroFrame.ScrollingEnabled = false
  195. IntroFrame.ScrollBarThickness = 0
  196. wait(0.1)
  197. IntroFrame:TweenSize(UDim2.new(0,250,0,250), 'Out', 'Bounce', 1, false)
  198. wait(2)
  199. IntroFrame:TweenSize(UDim2.new(0,0,0,0), 'In', 'Quad', 0.5, false)
  200. IntroFrame.Active = false
  201. wait(.5)
  202. IntroFrame.BackgroundTransparency = 1
  203. wait(.25)
  204. IntroFrame:Destroy()
  205.  
  206. -- [Main Properties] --
  207. -- [Main Properties] --
  208. -- [Main Properties] --
  209. -- [Main Properties] --
  210. -- [Main Properties] --
  211.  
  212. DragFrame.Active = true
  213. DragFrame.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  214. DragFrame.BackgroundTransparency = 1
  215. DragFrame.BorderSizePixel = 0
  216. DragFrame.Position = UDim2.new(0, 120, 0, 75)
  217. DragFrame.Selectable = true
  218. DragFrame.Size = UDim2.new(0, 650, 0, 50)
  219. DragFrame.Draggable = true
  220. DragFrame.Image = "rbxassetid://736585258"
  221. DragFrame.Parent = PGUI
  222.  
  223. BodyFrame.BackgroundColor3 = Color3.new(0, 0.333333, 0.498039)
  224. BodyFrame.BorderSizePixel = 0
  225. BodyFrame.Position = UDim2.new(0, 0, 0, 35)
  226. BodyFrame.Size = UDim2.new(0, 650, 0, 300)
  227. BodyFrame.Parent = DragFrame
  228. BodyFrame.ScrollBarThickness = 0
  229.  
  230. SideFrame.BackgroundTransparency = 1
  231. SideFrame.BorderSizePixel = 0
  232. SideFrame.Selectable = true
  233. SideFrame.Size = UDim2.new(0, 150, 0, 300)
  234. SideFrame.ScrollBarThickness = 5
  235. SideFrame.ClipsDescendants = true
  236. SideFrame.Parent = BodyFrame
  237.  
  238. TitleText.BackgroundColor3 = Color3.new(255/255, 255/255, 255/255)
  239. TitleText.BackgroundTransparency = 1
  240. TitleText.BorderSizePixel = 0
  241. TitleText.Selectable = true
  242. TitleText.Size = UDim2.new(0, 100, 0, 35)
  243. TitleText.Position = UDim2.new(0, 275, 0, 0)
  244. TitleText.Parent = DragFrame
  245. TitleText.Text = "pGUI v1"
  246. TitleText.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  247. TitleText.Font = "SourceSansBold"
  248. TitleText.TextSize = 24
  249.  
  250. -- [Button Properties] --
  251. -- [Button Properties] --
  252. -- [Button Properties] --
  253. -- [Button Properties] --
  254. ChangeLButton.Active = true
  255. ChangeLButton.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  256. ChangeLButton.BackgroundTransparency = 1
  257. ChangeLButton.Selectable = true
  258. ChangeLButton.Size = UDim2.new(0, 145, 0, 50)
  259. ChangeLButton.Style = Enum.ButtonStyle.Custom
  260. ChangeLButton.ZIndex = 2
  261. ChangeLButton.Font = Enum.Font.SourceSansBold
  262. ChangeLButton.FontSize = Enum.FontSize.Size24
  263. ChangeLButton.Text = "Change Log"
  264. ChangeLButton.TextColor3 = Color3.new(1, 1, 1)
  265. ChangeLButton.Parent = SideFrame
  266.  
  267. WeaponsButton.Active = true
  268. WeaponsButton.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  269. WeaponsButton.BackgroundTransparency = 1
  270. WeaponsButton.Position = UDim2.new(0, 0, 0, 50)
  271. WeaponsButton.Selectable = true
  272. WeaponsButton.Size = UDim2.new(0, 145, 0, 50)
  273. WeaponsButton.Style = Enum.ButtonStyle.Custom
  274. WeaponsButton.ZIndex = 2
  275. WeaponsButton.Font = Enum.Font.SourceSansBold
  276. WeaponsButton.FontSize = Enum.FontSize.Size24
  277. WeaponsButton.Text = "Weapons"
  278. WeaponsButton.TextColor3 = Color3.new(1, 1, 1)
  279. WeaponsButton.Parent = SideFrame
  280.  
  281. TeleportButton.Active = true
  282. TeleportButton.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  283. TeleportButton.BackgroundTransparency = 1
  284. TeleportButton.Position = UDim2.new(0, 0, 0, 100)
  285. TeleportButton.Selectable = true
  286. TeleportButton.Size = UDim2.new(0, 145, 0, 50)
  287. TeleportButton.Style = Enum.ButtonStyle.Custom
  288. TeleportButton.ZIndex = 2
  289. TeleportButton.Font = Enum.Font.SourceSansBold
  290. TeleportButton.FontSize = Enum.FontSize.Size24
  291. TeleportButton.Text = "Teleports"
  292. TeleportButton.TextColor3 = Color3.new(1, 1, 1)
  293. TeleportButton.Parent = SideFrame
  294.  
  295. PlayerButton.Active = true
  296. PlayerButton.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  297. PlayerButton.BackgroundTransparency = 1
  298. PlayerButton.Position = UDim2.new(0, 0, 0, 150)
  299. PlayerButton.Selectable = true
  300. PlayerButton.Size = UDim2.new(0, 145, 0, 50)
  301. PlayerButton.Style = Enum.ButtonStyle.Custom
  302. PlayerButton.ZIndex = 2
  303. PlayerButton.Font = Enum.Font.SourceSansBold
  304. PlayerButton.FontSize = Enum.FontSize.Size24
  305. PlayerButton.Text = "Player"
  306. PlayerButton.TextColor3 = Color3.new(1, 1, 1)
  307. PlayerButton.Parent = SideFrame
  308.  
  309. LocalButton.Active = true
  310. LocalButton.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  311. LocalButton.BackgroundTransparency = 1
  312. LocalButton.Position = UDim2.new(0, 0, 0, 200)
  313. LocalButton.Selectable = true
  314. LocalButton.Size = UDim2.new(0, 145, 0, 50)
  315. LocalButton.Style = Enum.ButtonStyle.Custom
  316. LocalButton.ZIndex = 2
  317. LocalButton.Font = Enum.Font.SourceSansBold
  318. LocalButton.FontSize = Enum.FontSize.Size24
  319. LocalButton.Text = "Local"
  320. LocalButton.TextColor3 = Color3.new(1, 1, 1)
  321. LocalButton.Parent = SideFrame
  322.  
  323. ChangeLColor.BackgroundTransparency = 1
  324. ChangeLColor.Position = UDim2.new(0, 5, 0, 5)
  325. ChangeLColor.Size = UDim2.new(0, 135, 0, 40)
  326. ChangeLColor.Image = "rbxassetid://737876167"
  327. ChangeLColor.Parent = ChangeLButton
  328.  
  329. WeaponsColor.BackgroundTransparency = 1
  330. WeaponsColor.Position = UDim2.new(0, 5, 0, 5)
  331. WeaponsColor.Size = UDim2.new(0, 135, 0, 40)
  332. WeaponsColor.Image = "rbxassetid://737876167"
  333. WeaponsColor.Parent = WeaponsButton
  334.  
  335. TeleportColor.BackgroundTransparency = 1
  336. TeleportColor.Position = UDim2.new(0, 5, 0, 5)
  337. TeleportColor.Size = UDim2.new(0, 135, 0, 40)
  338. TeleportColor.Image = "rbxassetid://737876167"
  339. TeleportColor.Parent = TeleportButton
  340.  
  341. PlayerColor.BackgroundTransparency = 1
  342. PlayerColor.Position = UDim2.new(0, 5, 0, 5)
  343. PlayerColor.Size = UDim2.new(0, 135, 0, 40)
  344. PlayerColor.Image = "rbxassetid://737876167"
  345. PlayerColor.Parent = PlayerButton
  346.  
  347. LocalColor.BackgroundTransparency = 1
  348. LocalColor.Position = UDim2.new(0, 5, 0, 5)
  349. LocalColor.Size = UDim2.new(0, 135, 0, 40)
  350. LocalColor.Image = "rbxassetid://737876167"
  351. LocalColor.Parent = LocalButton
  352.  
  353. -- [Pages Properties] --
  354. -- [Pages Properties] --
  355. -- [Pages Properties] --
  356. -- [Pages Properties] --
  357.  
  358. PageHolder.BackgroundTransparency = 1
  359. PageHolder.BorderSizePixel = 0
  360. PageHolder.Position = UDim2.new(0, 155, 0, 2)
  361. PageHolder.Size = UDim2.new(0, 494, 0, 300)
  362. PageHolder.Parent = BodyFrame
  363.  
  364. ChangeLogPage.BackgroundTransparency = 1
  365. ChangeLogPage.Visible = true
  366. ChangeLogPage.BorderSizePixel = 0
  367. ChangeLogPage.Position = UDim2.new(0, 0, 0, 0)
  368. ChangeLogPage.Size = UDim2.new(0, 494, 0, 300)
  369. ChangeLogPage.Parent = PageHolder
  370.  
  371. WeaponsPage.BackgroundTransparency = 1
  372. WeaponsPage.Visible = false
  373. WeaponsPage.BorderSizePixel = 0
  374. WeaponsPage.Position = UDim2.new(0, 0, 0, 0)
  375. WeaponsPage.Size = UDim2.new(0, 494, 0, 300)
  376. WeaponsPage.Parent = PageHolder
  377.  
  378. TeleportPage.BackgroundTransparency = 1
  379. TeleportPage.Visible = false
  380. TeleportPage.BorderSizePixel = 0
  381. TeleportPage.Position = UDim2.new(0, 0, 0, 0)
  382. TeleportPage.Size = UDim2.new(0, 494, 0, 300)
  383. TeleportPage.Parent = PageHolder
  384. TeleportPage.ScrollBarThickness = 0
  385.  
  386. PlayerPage.BackgroundTransparency = 1
  387. PlayerPage.Visible = false
  388. PlayerPage.BorderSizePixel = 0
  389. PlayerPage.Position = UDim2.new(0, 0, 0, 0)
  390. PlayerPage.Size = UDim2.new(0, 494, 0, 300)
  391. PlayerPage.Parent = PageHolder
  392.  
  393. LocalPage.BackgroundTransparency = 1
  394. LocalPage.Visible = false
  395. LocalPage.BorderSizePixel = 0
  396. LocalPage.Position = UDim2.new(0, 0, 0, 0)
  397. LocalPage.Size = UDim2.new(0, 494, 0, 300)
  398. LocalPage.Parent = PageHolder
  399.  
  400. -- [Change Log Properties] --
  401. -- [Change Log Properties] --
  402. -- [Change Log Properties] --
  403. -- [Change Log Properties] --
  404.  
  405. CLTitle.BackgroundTransparency = 1
  406. CLTitle.Size = UDim2.new(0, 310, 0, 50)
  407. CLTitle.Font = Enum.Font.SourceSansBold
  408. CLTitle.FontSize = Enum.FontSize.Size48
  409. CLTitle.Text = "Change Log"
  410. CLTitle.TextColor3 = Color3.new(1, 1, 1)
  411. CLTitle.Parent = ChangeLogPage
  412.  
  413. SepFrame.BackgroundColor3 = Color3.new(0, 0.152941, 0.223529)
  414. SepFrame.BorderSizePixel = 0
  415. SepFrame.Position = UDim2.new(0, 30, 0, 65)
  416. SepFrame.Size = UDim2.new(0, 250, 0, 1)
  417. SepFrame.Parent = ChangeLogPage
  418.  
  419. CLline1.BackgroundTransparency = 1
  420. CLline1.Position = UDim2.new(0, 10, 0, 75)
  421. CLline1.Size = UDim2.new(0, 300, 0, 35)
  422. CLline1.Font = Enum.Font.SourceSansLight
  423. CLline1.FontSize = Enum.FontSize.Size24
  424. CLline1.Text = "- Created GUI"
  425. CLline1.TextColor3 = Color3.new(1, 1, 1)
  426. CLline1.TextXAlignment = Enum.TextXAlignment.Left
  427. CLline1.Parent = ChangeLogPage
  428.  
  429. CLline2.BackgroundTransparency = 1
  430. CLline2.Position = UDim2.new(0, 10, 0, 110)
  431. CLline2.Size = UDim2.new(0, 300, 0, 35)
  432. CLline2.Font = Enum.Font.SourceSansLight
  433. CLline2.FontSize = Enum.FontSize.Size24
  434. CLline2.Text = "- Added Pages"
  435. CLline2.TextColor3 = Color3.new(1, 1, 1)
  436. CLline2.TextXAlignment = Enum.TextXAlignment.Left
  437. CLline2.Parent = ChangeLogPage
  438.  
  439. CLline3.BackgroundTransparency = 1
  440. CLline3.Position = UDim2.new(0, 10, 0, 145)
  441. CLline3.Size = UDim2.new(0, 300, 0, 35)
  442. CLline3.Font = Enum.Font.SourceSansLight
  443. CLline3.FontSize = Enum.FontSize.Size24
  444. CLline3.Text = "- Added Functions"
  445. CLline3.TextColor3 = Color3.new(1, 1, 1)
  446. CLline3.TextXAlignment = Enum.TextXAlignment.Left
  447. CLline3.Parent = ChangeLogPage
  448.  
  449. CLline4.BackgroundTransparency = 1
  450. CLline4.Position = UDim2.new(0, 10, 0, 180)
  451. CLline4.Size = UDim2.new(0, 300, 0, 35)
  452. CLline4.Font = Enum.Font.SourceSansLight
  453. CLline4.FontSize = Enum.FontSize.Size24
  454. CLline4.Text = "- Added Intro"
  455. CLline4.TextColor3 = Color3.new(1, 1, 1)
  456. CLline4.TextXAlignment = Enum.TextXAlignment.Left
  457. CLline4.Parent = ChangeLogPage
  458.  
  459. -- [Teleport Page Properties] --
  460. -- [Teleport Page Properties] --
  461. -- [Teleport Page Properties] --
  462. -- [Teleport Page Properties] --
  463.  
  464. TeleportTitle.BackgroundTransparency = 1
  465. TeleportTitle.Position = UDim2.new(0, 135, 0, 5)
  466. TeleportTitle.Size = UDim2.new(0, 200, 0, 35)
  467. TeleportTitle.Font = Enum.Font.SourceSansBold
  468. TeleportTitle.FontSize = Enum.FontSize.Size36
  469. TeleportTitle.Text = "Teleports"
  470. TeleportTitle.TextColor3 = Color3.new(1, 1, 1)
  471. TeleportTitle.Parent = TeleportPage
  472.  
  473. TeleportSep.BackgroundColor3 = Color3.new(0, 0.152941, 0.223529)
  474. TeleportSep.BorderSizePixel = 0
  475. TeleportSep.Position = UDim2.new(0, 115, 0, 45)
  476. TeleportSep.Size = UDim2.new(0, 250, 0, 1)
  477. TeleportSep.Parent = TeleportPage
  478.  
  479. TeleSwitch1.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  480. TeleSwitch1.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  481. TeleSwitch1.BorderSizePixel = 3
  482. TeleSwitch1.Position = UDim2.new(0, 355, 0, 245)
  483. TeleSwitch1.Selectable = true
  484. TeleSwitch1.Size = UDim2.new(0, 45, 0, 45)
  485. TeleSwitch1.Font = Enum.Font.SourceSansBold
  486. TeleSwitch1.FontSize = Enum.FontSize.Size24
  487. TeleSwitch1.Text = ">"
  488. TeleSwitch1.TextColor3 = Color3.new(1, 1, 1)
  489. TeleSwitch1.Parent = TeleportPage
  490.  
  491. TeleSwitch2.Visible = false
  492. TeleSwitch2.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  493. TeleSwitch2.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  494. TeleSwitch2.BorderSizePixel = 3
  495. TeleSwitch2.Position = UDim2.new(0, 355, 0, 245)
  496. TeleSwitch2.Selectable = true
  497. TeleSwitch2.Size = UDim2.new(0, 45, 0, 45)
  498. TeleSwitch2.Font = Enum.Font.SourceSansBold
  499. TeleSwitch2.FontSize = Enum.FontSize.Size24
  500. TeleSwitch2.Text = ">"
  501. TeleSwitch2.TextColor3 = Color3.new(1, 1, 1)
  502. TeleSwitch2.Parent = TeleportPage
  503.  
  504. TeleSwitch3.Visible = false
  505. TeleSwitch3.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  506. TeleSwitch3.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  507. TeleSwitch3.BorderSizePixel = 3
  508. TeleSwitch3.Position = UDim2.new(0, 355, 0, 245)
  509. TeleSwitch3.Selectable = true
  510. TeleSwitch3.Size = UDim2.new(0, 45, 0, 45)
  511. TeleSwitch3.Font = Enum.Font.SourceSansBold
  512. TeleSwitch3.FontSize = Enum.FontSize.Size24
  513. TeleSwitch3.Text = ">"
  514. TeleSwitch3.TextColor3 = Color3.new(1, 1, 1)
  515. TeleSwitch3.Parent = TeleportPage
  516.  
  517. TeleSwitch4.Visible = false
  518. TeleSwitch4.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  519. TeleSwitch4.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  520. TeleSwitch4.BorderSizePixel = 3
  521. TeleSwitch4.Position = UDim2.new(0, 355, 0, 245)
  522. TeleSwitch4.Selectable = true
  523. TeleSwitch4.Size = UDim2.new(0, 45, 0, 45)
  524. TeleSwitch4.Font = Enum.Font.SourceSansBold
  525. TeleSwitch4.FontSize = Enum.FontSize.Size24
  526. TeleSwitch4.Text = ">"
  527. TeleSwitch4.TextColor3 = Color3.new(1, 1, 1)
  528. TeleSwitch4.Parent = TeleportPage
  529.  
  530. TeleSwitch5.Visible = false
  531. TeleSwitch5.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  532. TeleSwitch5.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  533. TeleSwitch5.BorderSizePixel = 3
  534. TeleSwitch5.Position = UDim2.new(0, 355, 0, 245)
  535. TeleSwitch5.Selectable = true
  536. TeleSwitch5.Size = UDim2.new(0, 45, 0, 45)
  537. TeleSwitch5.Font = Enum.Font.SourceSansBold
  538. TeleSwitch5.FontSize = Enum.FontSize.Size24
  539. TeleSwitch5.Text = ">"
  540. TeleSwitch5.TextColor3 = Color3.new(1, 1, 1)
  541. TeleSwitch5.Parent = TeleportPage
  542.  
  543. TeleSwitch6.Visible = false
  544. TeleSwitch6.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  545. TeleSwitch6.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  546. TeleSwitch6.BorderSizePixel = 3
  547. TeleSwitch6.Position = UDim2.new(0, 355, 0, 245)
  548. TeleSwitch6.Selectable = true
  549. TeleSwitch6.Size = UDim2.new(0, 45, 0, 45)
  550. TeleSwitch6.Font = Enum.Font.SourceSansBold
  551. TeleSwitch6.FontSize = Enum.FontSize.Size24
  552. TeleSwitch6.Text = ">"
  553. TeleSwitch6.TextColor3 = Color3.new(1, 1, 1)
  554. TeleSwitch6.Parent = TeleportPage
  555.  
  556. TeleSwitch7.Visible = false
  557. TeleSwitch7.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  558. TeleSwitch7.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  559. TeleSwitch7.BorderSizePixel = 3
  560. TeleSwitch7.Position = UDim2.new(0, 355, 0, 245)
  561. TeleSwitch7.Selectable = true
  562. TeleSwitch7.Size = UDim2.new(0, 45, 0, 45)
  563. TeleSwitch7.Font = Enum.Font.SourceSansBold
  564. TeleSwitch7.FontSize = Enum.FontSize.Size24
  565. TeleSwitch7.Text = ">"
  566. TeleSwitch7.TextColor3 = Color3.new(1, 1, 1)
  567. TeleSwitch7.Parent = TeleportPage
  568.  
  569. TeleSwitch8.Visible = false
  570. TeleSwitch8.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  571. TeleSwitch8.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  572. TeleSwitch8.BorderSizePixel = 3
  573. TeleSwitch8.Position = UDim2.new(0, 355, 0, 245)
  574. TeleSwitch8.Selectable = true
  575. TeleSwitch8.Size = UDim2.new(0, 45, 0, 45)
  576. TeleSwitch8.Font = Enum.Font.SourceSansBold
  577. TeleSwitch8.FontSize = Enum.FontSize.Size24
  578. TeleSwitch8.Text = ">"
  579. TeleSwitch8.TextColor3 = Color3.new(1, 1, 1)
  580. TeleSwitch8.Parent = TeleportPage
  581.  
  582. TeleSwitch9.Visible = false
  583. TeleSwitch9.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  584. TeleSwitch9.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  585. TeleSwitch9.BorderSizePixel = 3
  586. TeleSwitch9.Position = UDim2.new(0, 355, 0, 245)
  587. TeleSwitch9.Selectable = true
  588. TeleSwitch9.Size = UDim2.new(0, 45, 0, 45)
  589. TeleSwitch9.Font = Enum.Font.SourceSansBold
  590. TeleSwitch9.FontSize = Enum.FontSize.Size24
  591. TeleSwitch9.Text = ">"
  592. TeleSwitch9.TextColor3 = Color3.new(1, 1, 1)
  593. TeleSwitch9.Parent = TeleportPage
  594.  
  595. TeleSwitch10.Visible = false
  596. TeleSwitch10.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  597. TeleSwitch10.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  598. TeleSwitch10.BorderSizePixel = 3
  599. TeleSwitch10.Position = UDim2.new(0, 355, 0, 245)
  600. TeleSwitch10.Selectable = true
  601. TeleSwitch10.Size = UDim2.new(0, 45, 0, 45)
  602. TeleSwitch10.Font = Enum.Font.SourceSansBold
  603. TeleSwitch10.FontSize = Enum.FontSize.Size24
  604. TeleSwitch10.Text = ">"
  605. TeleSwitch10.TextColor3 = Color3.new(1, 1, 1)
  606. TeleSwitch10.Parent = TeleportPage
  607.  
  608. TeleSwitch11.Visible = false
  609. TeleSwitch11.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  610. TeleSwitch11.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  611. TeleSwitch11.BorderSizePixel = 3
  612. TeleSwitch11.Position = UDim2.new(0, 355, 0, 245)
  613. TeleSwitch11.Selectable = true
  614. TeleSwitch11.Size = UDim2.new(0, 45, 0, 45)
  615. TeleSwitch11.Font = Enum.Font.SourceSansBold
  616. TeleSwitch11.FontSize = Enum.FontSize.Size24
  617. TeleSwitch11.Text = ">"
  618. TeleSwitch11.TextColor3 = Color3.new(1, 1, 1)
  619. TeleSwitch11.Parent = TeleportPage
  620.  
  621. TeleSwitchBack1.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  622. TeleSwitchBack1.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  623. TeleSwitchBack1.BorderSizePixel = 3
  624. TeleSwitchBack1.Position = UDim2.new(0, 75, 0, 245)
  625. TeleSwitchBack1.Selectable = true
  626. TeleSwitchBack1.Size = UDim2.new(0, 45, 0, 45)
  627. TeleSwitchBack1.Style = Enum.ButtonStyle.Custom
  628. TeleSwitchBack1.Font = Enum.Font.SourceSansBold
  629. TeleSwitchBack1.FontSize = Enum.FontSize.Size24
  630. TeleSwitchBack1.Text = "<"
  631. TeleSwitchBack1.TextColor3 = Color3.new(1, 1, 1)
  632. TeleSwitchBack1.Parent = TeleportPage
  633.  
  634. TeleSwitchBack2.Visible = false
  635. TeleSwitchBack2.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  636. TeleSwitchBack2.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  637. TeleSwitchBack2.BorderSizePixel = 3
  638. TeleSwitchBack2.Position = UDim2.new(0, 75, 0, 245)
  639. TeleSwitchBack2.Selectable = true
  640. TeleSwitchBack2.Size = UDim2.new(0, 45, 0, 45)
  641. TeleSwitchBack2.Style = Enum.ButtonStyle.Custom
  642. TeleSwitchBack2.Font = Enum.Font.SourceSansBold
  643. TeleSwitchBack2.FontSize = Enum.FontSize.Size24
  644. TeleSwitchBack2.Text = "<"
  645. TeleSwitchBack2.TextColor3 = Color3.new(1, 1, 1)
  646. TeleSwitchBack2.Parent = TeleportPage
  647.  
  648. TeleSwitchBack3.Visible = false
  649. TeleSwitchBack3.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  650. TeleSwitchBack3.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  651. TeleSwitchBack3.BorderSizePixel = 3
  652. TeleSwitchBack3.Position = UDim2.new(0, 75, 0, 245)
  653. TeleSwitchBack3.Selectable = true
  654. TeleSwitchBack3.Size = UDim2.new(0, 45, 0, 45)
  655. TeleSwitchBack3.Style = Enum.ButtonStyle.Custom
  656. TeleSwitchBack3.Font = Enum.Font.SourceSansBold
  657. TeleSwitchBack3.FontSize = Enum.FontSize.Size24
  658. TeleSwitchBack3.Text = "<"
  659. TeleSwitchBack3.TextColor3 = Color3.new(1, 1, 1)
  660. TeleSwitchBack3.Parent = TeleportPage
  661.  
  662. TeleSwitchBack4.Visible = false
  663. TeleSwitchBack4.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  664. TeleSwitchBack4.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  665. TeleSwitchBack4.BorderSizePixel = 3
  666. TeleSwitchBack4.Position = UDim2.new(0, 75, 0, 245)
  667. TeleSwitchBack4.Selectable = true
  668. TeleSwitchBack4.Size = UDim2.new(0, 45, 0, 45)
  669. TeleSwitchBack4.Style = Enum.ButtonStyle.Custom
  670. TeleSwitchBack4.Font = Enum.Font.SourceSansBold
  671. TeleSwitchBack4.FontSize = Enum.FontSize.Size24
  672. TeleSwitchBack4.Text = "<"
  673. TeleSwitchBack4.TextColor3 = Color3.new(1, 1, 1)
  674. TeleSwitchBack4.Parent = TeleportPage
  675.  
  676. TeleSwitchBack5.Visible = false
  677. TeleSwitchBack5.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  678. TeleSwitchBack5.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  679. TeleSwitchBack5.BorderSizePixel = 3
  680. TeleSwitchBack5.Position = UDim2.new(0, 75, 0, 245)
  681. TeleSwitchBack5.Selectable = true
  682. TeleSwitchBack5.Size = UDim2.new(0, 45, 0, 45)
  683. TeleSwitchBack5.Style = Enum.ButtonStyle.Custom
  684. TeleSwitchBack5.Font = Enum.Font.SourceSansBold
  685. TeleSwitchBack5.FontSize = Enum.FontSize.Size24
  686. TeleSwitchBack5.Text = "<"
  687. TeleSwitchBack5.TextColor3 = Color3.new(1, 1, 1)
  688. TeleSwitchBack5.Parent = TeleportPage
  689.  
  690. TeleSwitchBack6.Visible = false
  691. TeleSwitchBack6.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  692. TeleSwitchBack6.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  693. TeleSwitchBack6.BorderSizePixel = 3
  694. TeleSwitchBack6.Position = UDim2.new(0, 75, 0, 245)
  695. TeleSwitchBack6.Selectable = true
  696. TeleSwitchBack6.Size = UDim2.new(0, 45, 0, 45)
  697. TeleSwitchBack6.Style = Enum.ButtonStyle.Custom
  698. TeleSwitchBack6.Font = Enum.Font.SourceSansBold
  699. TeleSwitchBack6.FontSize = Enum.FontSize.Size24
  700. TeleSwitchBack6.Text = "<"
  701. TeleSwitchBack6.TextColor3 = Color3.new(1, 1, 1)
  702. TeleSwitchBack6.Parent = TeleportPage
  703.  
  704. TeleSwitchBack7.Visible = false
  705. TeleSwitchBack7.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  706. TeleSwitchBack7.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  707. TeleSwitchBack7.BorderSizePixel = 3
  708. TeleSwitchBack7.Position = UDim2.new(0, 75, 0, 245)
  709. TeleSwitchBack7.Selectable = true
  710. TeleSwitchBack7.Size = UDim2.new(0, 45, 0, 45)
  711. TeleSwitchBack7.Style = Enum.ButtonStyle.Custom
  712. TeleSwitchBack7.Font = Enum.Font.SourceSansBold
  713. TeleSwitchBack7.FontSize = Enum.FontSize.Size24
  714. TeleSwitchBack7.Text = "<"
  715. TeleSwitchBack7.TextColor3 = Color3.new(1, 1, 1)
  716. TeleSwitchBack7.Parent = TeleportPage
  717.  
  718. TeleSwitchBack8.Visible = false
  719. TeleSwitchBack8.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  720. TeleSwitchBack8.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  721. TeleSwitchBack8.BorderSizePixel = 3
  722. TeleSwitchBack8.Position = UDim2.new(0, 75, 0, 245)
  723. TeleSwitchBack8.Selectable = true
  724. TeleSwitchBack8.Size = UDim2.new(0, 45, 0, 45)
  725. TeleSwitchBack8.Style = Enum.ButtonStyle.Custom
  726. TeleSwitchBack8.Font = Enum.Font.SourceSansBold
  727. TeleSwitchBack8.FontSize = Enum.FontSize.Size24
  728. TeleSwitchBack8.Text = "<"
  729. TeleSwitchBack8.TextColor3 = Color3.new(1, 1, 1)
  730. TeleSwitchBack8.Parent = TeleportPage
  731.  
  732. TeleSwitchBack9.Visible = false
  733. TeleSwitchBack9.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  734. TeleSwitchBack9.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  735. TeleSwitchBack9.BorderSizePixel = 3
  736. TeleSwitchBack9.Position = UDim2.new(0, 75, 0, 245)
  737. TeleSwitchBack9.Selectable = true
  738. TeleSwitchBack9.Size = UDim2.new(0, 45, 0, 45)
  739. TeleSwitchBack9.Style = Enum.ButtonStyle.Custom
  740. TeleSwitchBack9.Font = Enum.Font.SourceSansBold
  741. TeleSwitchBack9.FontSize = Enum.FontSize.Size24
  742. TeleSwitchBack9.Text = "<"
  743. TeleSwitchBack9.TextColor3 = Color3.new(1, 1, 1)
  744. TeleSwitchBack9.Parent = TeleportPage
  745.  
  746. TeleSwitchBack10.Visible = false
  747. TeleSwitchBack10.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  748. TeleSwitchBack10.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  749. TeleSwitchBack10.BorderSizePixel = 3
  750. TeleSwitchBack10.Position = UDim2.new(0, 75, 0, 245)
  751. TeleSwitchBack10.Selectable = true
  752. TeleSwitchBack10.Size = UDim2.new(0, 45, 0, 45)
  753. TeleSwitchBack10.Style = Enum.ButtonStyle.Custom
  754. TeleSwitchBack10.Font = Enum.Font.SourceSansBold
  755. TeleSwitchBack10.FontSize = Enum.FontSize.Size24
  756. TeleSwitchBack10.Text = "<"
  757. TeleSwitchBack10 .TextColor3 = Color3.new(1, 1, 1)
  758. TeleSwitchBack10.Parent = TeleportPage
  759.  
  760. TeleSwitchBack11.Visible = false
  761. TeleSwitchBack11.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  762. TeleSwitchBack11.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  763. TeleSwitchBack11.BorderSizePixel = 3
  764. TeleSwitchBack11.Position = UDim2.new(0, 75, 0, 245)
  765. TeleSwitchBack11.Selectable = true
  766. TeleSwitchBack11.Size = UDim2.new(0, 45, 0, 45)
  767. TeleSwitchBack11.Style = Enum.ButtonStyle.Custom
  768. TeleSwitchBack11.Font = Enum.Font.SourceSansBold
  769. TeleSwitchBack11.FontSize = Enum.FontSize.Size24
  770. TeleSwitchBack11.Text = "<"
  771. TeleSwitchBack11.TextColor3 = Color3.new(1, 1, 1)
  772. TeleSwitchBack11.Parent = TeleportPage
  773.  
  774. TeleportCell.Active = true
  775. TeleportCell.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  776. TeleportCell.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  777. TeleportCell.BorderSizePixel = 3
  778. TeleportCell.Position = UDim2.new(0, 123, 0, 245)
  779. TeleportCell.Selectable = true
  780. TeleportCell.Size = UDim2.new(0, 230, 0, 45)
  781. TeleportCell.Style = Enum.ButtonStyle.Custom
  782. TeleportCell.Font = Enum.Font.SourceSansBold
  783. TeleportCell.FontSize = Enum.FontSize.Size24
  784. TeleportCell.Text = "Cells"
  785. TeleportCell.TextColor3 = Color3.new(1, 1, 1)
  786. TeleportCell.Parent = TeleportPage
  787.  
  788. TeleportCafeteria.Visible = false
  789. TeleportCafeteria.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  790. TeleportCafeteria.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  791. TeleportCafeteria.BorderSizePixel = 3
  792. TeleportCafeteria.Position = UDim2.new(0, 123, 0, 245)
  793. TeleportCafeteria.Selectable = true
  794. TeleportCafeteria.Size = UDim2.new(0, 230, 0, 45)
  795. TeleportCafeteria.Style = Enum.ButtonStyle.Custom
  796. TeleportCafeteria.Font = Enum.Font.SourceSansBold
  797. TeleportCafeteria.FontSize = Enum.FontSize.Size24
  798. TeleportCafeteria.Text = "Cafeteria"
  799. TeleportCafeteria.TextColor3 = Color3.new(1, 1, 1)
  800. TeleportCafeteria.Parent = TeleportPage
  801.  
  802. TeleportPolice.Visible = false
  803. TeleportPolice.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  804. TeleportPolice.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  805. TeleportPolice.BorderSizePixel = 3
  806. TeleportPolice.Position = UDim2.new(0, 123, 0, 245)
  807. TeleportPolice.Selectable = true
  808. TeleportPolice.Size = UDim2.new(0, 230, 0, 45)
  809. TeleportPolice.Style = Enum.ButtonStyle.Custom
  810. TeleportPolice.Font = Enum.Font.SourceSansBold
  811. TeleportPolice.FontSize = Enum.FontSize.Size24
  812. TeleportPolice.Text = "Armory"
  813. TeleportPolice.TextColor3 = Color3.new(1, 1, 1)
  814. TeleportPolice.Parent = TeleportPage
  815.  
  816. TeleportYard.Visible = false
  817. TeleportYard.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  818. TeleportYard.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  819. TeleportYard.BorderSizePixel = 3
  820. TeleportYard.Position = UDim2.new(0, 123, 0, 245)
  821. TeleportYard.Selectable = true
  822. TeleportYard.Size = UDim2.new(0, 230, 0, 45)
  823. TeleportYard.Style = Enum.ButtonStyle.Custom
  824. TeleportYard.Font = Enum.Font.SourceSansBold
  825. TeleportYard.FontSize = Enum.FontSize.Size24
  826. TeleportYard.Text = "Yard"
  827. TeleportYard.TextColor3 = Color3.new(1, 1, 1)
  828. TeleportYard.Parent = TeleportPage
  829.  
  830. TeleportRoof.Visible = false
  831. TeleportRoof.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  832. TeleportRoof.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  833. TeleportRoof.BorderSizePixel = 3
  834. TeleportRoof.Position = UDim2.new(0, 123, 0, 245)
  835. TeleportRoof.Selectable = true
  836. TeleportRoof.Size = UDim2.new(0, 230, 0, 45)
  837. TeleportRoof.Style = Enum.ButtonStyle.Custom
  838. TeleportRoof.Font = Enum.Font.SourceSansBold
  839. TeleportRoof.FontSize = Enum.FontSize.Size24
  840. TeleportRoof.Text = "Roof"
  841. TeleportRoof.TextColor3 = Color3.new(1, 1, 1)
  842. TeleportRoof.Parent = TeleportPage
  843.  
  844. TeleportSewerIn.Visible = false
  845. TeleportSewerIn.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  846. TeleportSewerIn.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  847. TeleportSewerIn.BorderSizePixel = 3
  848. TeleportSewerIn.Position = UDim2.new(0, 123, 0, 245)
  849. TeleportSewerIn.Selectable = true
  850. TeleportSewerIn.Size = UDim2.new(0, 230, 0, 45)
  851. TeleportSewerIn.Style = Enum.ButtonStyle.Custom
  852. TeleportSewerIn.Font = Enum.Font.SourceSansBold
  853. TeleportSewerIn.FontSize = Enum.FontSize.Size24
  854. TeleportSewerIn.Text = "Sewer Enterance"
  855. TeleportSewerIn.TextColor3 = Color3.new(1, 1, 1)
  856. TeleportSewerIn.Parent = TeleportPage
  857.  
  858. TeleportSewerOut.Visible = false
  859. TeleportSewerOut.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  860. TeleportSewerOut.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  861. TeleportSewerOut.BorderSizePixel = 3
  862. TeleportSewerOut.Position = UDim2.new(0, 123, 0, 245)
  863. TeleportSewerOut.Selectable = true
  864. TeleportSewerOut.Size = UDim2.new(0, 230, 0, 45)
  865. TeleportSewerOut.Style = Enum.ButtonStyle.Custom
  866. TeleportSewerOut.Font = Enum.Font.SourceSansBold
  867. TeleportSewerOut.FontSize = Enum.FontSize.Size24
  868. TeleportSewerOut.Text = "Sewer Exit"
  869. TeleportSewerOut.TextColor3 = Color3.new(1, 1, 1)
  870. TeleportSewerOut.Parent = TeleportPage
  871.  
  872. TeleportPrisonOut.Visible = false
  873. TeleportPrisonOut.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  874. TeleportPrisonOut.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  875. TeleportPrisonOut.BorderSizePixel = 3
  876. TeleportPrisonOut.Position = UDim2.new(0, 123, 0, 245)
  877. TeleportPrisonOut.Selectable = true
  878. TeleportPrisonOut.Size = UDim2.new(0, 230, 0, 45)
  879. TeleportPrisonOut.Style = Enum.ButtonStyle.Custom
  880. TeleportPrisonOut.Font = Enum.Font.SourceSansBold
  881. TeleportPrisonOut.FontSize = Enum.FontSize.Size24
  882. TeleportPrisonOut.Text = "Outside Prison"
  883. TeleportPrisonOut.TextColor3 = Color3.new(1, 1, 1)
  884. TeleportPrisonOut.Parent = TeleportPage
  885.  
  886. TeleportCriminalIn.Visible = false
  887. TeleportCriminalIn.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  888. TeleportCriminalIn.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  889. TeleportCriminalIn.BorderSizePixel = 3
  890. TeleportCriminalIn.Position = UDim2.new(0, 123, 0, 245)
  891. TeleportCriminalIn.Selectable = true
  892. TeleportCriminalIn.Size = UDim2.new(0, 230, 0, 45)
  893. TeleportCriminalIn.Style = Enum.ButtonStyle.Custom
  894. TeleportCriminalIn.Font = Enum.Font.SourceSansBold
  895. TeleportCriminalIn.FontSize = Enum.FontSize.Size24
  896. TeleportCriminalIn.Text = "Criminal Inside"
  897. TeleportCriminalIn.TextColor3 = Color3.new(1, 1, 1)
  898. TeleportCriminalIn.Parent = TeleportPage
  899.  
  900. TeleportCriminalOut.Visible = false
  901. TeleportCriminalOut.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  902. TeleportCriminalOut.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  903. TeleportCriminalOut.BorderSizePixel = 3
  904. TeleportCriminalOut.Position = UDim2.new(0, 123, 0, 245)
  905. TeleportCriminalOut.Selectable = true
  906. TeleportCriminalOut.Size = UDim2.new(0, 230, 0, 45)
  907. TeleportCriminalOut.Style = Enum.ButtonStyle.Custom
  908. TeleportCriminalOut.Font = Enum.Font.SourceSansBold
  909. TeleportCriminalOut.FontSize = Enum.FontSize.Size24
  910. TeleportCriminalOut.Text = "Criminal Outside"
  911. TeleportCriminalOut.TextColor3 = Color3.new(1, 1, 1)
  912. TeleportCriminalOut.Parent = TeleportPage
  913.  
  914. TeleportSecretRoom.Visible = false
  915. TeleportSecretRoom.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  916. TeleportSecretRoom.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  917. TeleportSecretRoom.BorderSizePixel = 3
  918. TeleportSecretRoom.Position = UDim2.new(0, 123, 0, 245)
  919. TeleportSecretRoom.Selectable = true
  920. TeleportSecretRoom.Size = UDim2.new(0, 230, 0, 45)
  921. TeleportSecretRoom.Style = Enum.ButtonStyle.Custom
  922. TeleportSecretRoom.Font = Enum.Font.SourceSansBold
  923. TeleportSecretRoom.FontSize = Enum.FontSize.Size24
  924. TeleportSecretRoom.Text = "Secret Room"
  925. TeleportSecretRoom.TextColor3 = Color3.new(1, 1, 1)
  926. TeleportSecretRoom.Parent = TeleportPage
  927.  
  928. CellsPicture.Active = false
  929. CellsPicture.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  930. CellsPicture.BorderSizePixel = 3
  931. CellsPicture.Position = UDim2.new(0, 75, 0, 60)
  932. CellsPicture.Selectable = false
  933. CellsPicture.Size = UDim2.new(0, 325, 0, 175)
  934. CellsPicture.Image = "rbxassetid://737149389"
  935. CellsPicture.Parent = TeleportPage
  936.  
  937. CafeteriaPicture.Active = false
  938. CafeteriaPicture.Visible = false
  939. CafeteriaPicture.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  940. CafeteriaPicture.BorderSizePixel = 3
  941. CafeteriaPicture.Position = UDim2.new(0, 75, 0, 60)
  942. CafeteriaPicture.Selectable = false
  943. CafeteriaPicture.Size = UDim2.new(0, 325, 0, 175)
  944. CafeteriaPicture.Image = "rbxassetid://737148726"
  945. CafeteriaPicture.Parent = TeleportPage
  946.  
  947. PoliceRoomPicture.Active = false
  948. PoliceRoomPicture.Visible = false
  949. PoliceRoomPicture.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  950. PoliceRoomPicture.BorderSizePixel = 3
  951. PoliceRoomPicture.Position = UDim2.new(0, 75, 0, 60)
  952. PoliceRoomPicture.Selectable = false
  953. PoliceRoomPicture.Size = UDim2.new(0, 325, 0, 175)
  954. PoliceRoomPicture.Image = "rbxassetid://737151969"
  955. PoliceRoomPicture.Parent = TeleportPage
  956.  
  957. YardPicture.Active = false
  958. YardPicture.Visible = false
  959. YardPicture.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  960. YardPicture.BorderSizePixel = 3
  961. YardPicture.Position = UDim2.new(0, 75, 0, 60)
  962. YardPicture.Selectable = false
  963. YardPicture.Size = UDim2.new(0, 325, 0, 175)
  964. YardPicture.Image = "rbxassetid://737158046"
  965. YardPicture.Parent = TeleportPage
  966.  
  967. RoofPicture.Active = false
  968. RoofPicture.Visible = false
  969. RoofPicture.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  970. RoofPicture.BorderSizePixel = 3
  971. RoofPicture.Position = UDim2.new(0, 75, 0, 60)
  972. RoofPicture.Selectable = false
  973. RoofPicture.Size = UDim2.new(0, 325, 0, 175)
  974. RoofPicture.Image = "rbxassetid://737152599"
  975. RoofPicture.Parent = TeleportPage
  976.  
  977. SewerEntPicture.Active = false
  978. SewerEntPicture.Visible = false
  979. SewerEntPicture.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  980. SewerEntPicture.BorderSizePixel = 3
  981. SewerEntPicture.Position = UDim2.new(0, 75, 0, 60)
  982. SewerEntPicture.Selectable = false
  983. SewerEntPicture.Size = UDim2.new(0, 325, 0, 175)
  984. SewerEntPicture.Image = "rbxassetid://737153521"
  985. SewerEntPicture.Parent = TeleportPage
  986.  
  987. SewerOutPicture.Active = false
  988. SewerOutPicture.Visible = false
  989. SewerOutPicture.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  990. SewerOutPicture.BorderSizePixel = 3
  991. SewerOutPicture.Position = UDim2.new(0, 75, 0, 60)
  992. SewerOutPicture.Selectable = false
  993. SewerOutPicture.Size = UDim2.new(0, 325, 0, 175)
  994. SewerOutPicture.Image = "rbxassetid://737157652"
  995. SewerOutPicture.Parent = TeleportPage
  996.  
  997. PrisonOutPicture.Active = false
  998. PrisonOutPicture.Visible = false
  999. PrisonOutPicture.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  1000. PrisonOutPicture.BorderSizePixel = 3
  1001. PrisonOutPicture.Position = UDim2.new(0, 75, 0, 60)
  1002. PrisonOutPicture.Selectable = false
  1003. PrisonOutPicture.Size = UDim2.new(0, 325, 0, 175)
  1004. PrisonOutPicture.Image = "rbxassetid://737150846"
  1005. PrisonOutPicture.Parent = TeleportPage
  1006.  
  1007. CriminalInsidePicture.Active = false
  1008. CriminalInsidePicture.Visible = false
  1009. CriminalInsidePicture.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  1010. CriminalInsidePicture.BorderSizePixel = 3
  1011. CriminalInsidePicture.Position = UDim2.new(0, 75, 0, 60)
  1012. CriminalInsidePicture.Selectable = false
  1013. CriminalInsidePicture.Size = UDim2.new(0, 325, 0, 175)
  1014. CriminalInsidePicture.Image = "rbxassetid://737149859"
  1015. CriminalInsidePicture.Parent = TeleportPage
  1016.  
  1017. CriminalOutsidePicture.Active = false
  1018. CriminalOutsidePicture.Visible = false
  1019. CriminalOutsidePicture.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  1020. CriminalOutsidePicture.BorderSizePixel = 3
  1021. CriminalOutsidePicture.Position = UDim2.new(0, 75, 0, 60)
  1022. CriminalOutsidePicture.Selectable = false
  1023. CriminalOutsidePicture.Size = UDim2.new(0, 325, 0, 175)
  1024. CriminalOutsidePicture.Image = "rbxassetid://737150552"
  1025. CriminalOutsidePicture.Parent = TeleportPage
  1026.  
  1027. SecretRoomPicture.Active = false
  1028. SecretRoomPicture.Visible = false
  1029. SecretRoomPicture.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  1030. SecretRoomPicture.BorderSizePixel = 3
  1031. SecretRoomPicture.Position = UDim2.new(0, 75, 0, 60)
  1032. SecretRoomPicture.Selectable = false
  1033. SecretRoomPicture.Size = UDim2.new(0, 325, 0, 175)
  1034. SecretRoomPicture.Image = "rbxassetid://0"
  1035. SecretRoomPicture.Parent = TeleportPage
  1036.  
  1037. SecretRoomQuestion.Visible = false
  1038. SecretRoomQuestion.BackgroundTransparency = 1
  1039. SecretRoomQuestion.Position = UDim2.new(0, 0, 0, 0)
  1040. SecretRoomQuestion.Selectable = true
  1041. SecretRoomQuestion.Size = UDim2.new(0, 325, 0, 175)
  1042. SecretRoomQuestion.Font = Enum.Font.SourceSansBold
  1043. SecretRoomQuestion.TextSize = 98
  1044. SecretRoomQuestion.Text = "?"
  1045. SecretRoomQuestion.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  1046. SecretRoomQuestion.Parent = SecretRoomPicture
  1047.  
  1048. -- [Weapons Properties] --
  1049. -- [Weapons Properties] --
  1050. -- [Weapons Properties] --
  1051. -- [Weapons Properties] --
  1052.  
  1053. WeaponTitle.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  1054. WeaponTitle.BackgroundTransparency = 1
  1055. WeaponTitle.Position = UDim2.new(0, 135, 0, 5)
  1056. WeaponTitle.Size = UDim2.new(0, 200, 0, 35)
  1057. WeaponTitle.Font = Enum.Font.SourceSansBold
  1058. WeaponTitle.FontSize = Enum.FontSize.Size36
  1059. WeaponTitle.Text = "Weapons"
  1060. WeaponTitle.TextColor3 = Color3.new(1, 1, 1)
  1061. WeaponTitle.Parent = WeaponsPage
  1062.  
  1063. WeaponSep.BackgroundColor3 = Color3.new(0, 0.152941, 0.223529)
  1064. WeaponSep.BorderSizePixel = 0
  1065. WeaponSep.Position = UDim2.new(0, 60, 0, 45)
  1066. WeaponSep.Size = UDim2.new(0, 350, 0, 1)
  1067. WeaponSep.Parent = WeaponsPage
  1068.  
  1069. M9Image.Visible = true
  1070. M9Image.BackgroundTransparency = 1
  1071. M9Image.Position = UDim2.new(0, 135, 0, 50)
  1072. M9Image.Selectable = false
  1073. M9Image.Size = UDim2.new(0, 200, 0, 150)
  1074. M9Image.Image = "rbxassetid://736267912"
  1075. M9Image.Parent = WeaponsPage
  1076.  
  1077. R8Image.Visible = false
  1078. R8Image.BackgroundTransparency = 1
  1079. R8Image.Position = UDim2.new(0, 60, 0, 50)
  1080. R8Image.Selectable = false
  1081. R8Image.Size = UDim2.new(0, 350, 0, 150)
  1082. R8Image.Image = "rbxassetid://736268051"
  1083. R8Image.Parent = WeaponsPage
  1084.  
  1085. AKImage.Visible = false
  1086. AKImage.BackgroundTransparency = 1
  1087. AKImage.Position = UDim2.new(0, 85, 0, 50)
  1088. AKImage.Selectable = false
  1089. AKImage.Size = UDim2.new(0, 300, 0, 150)
  1090. AKImage.Image = "rbxassetid://736267628"
  1091. AKImage.Parent = WeaponsPage
  1092.  
  1093. M4Image.Visible = false
  1094. M4Image.BackgroundTransparency = 1
  1095. M4Image.Position = UDim2.new(0, 85, 0, 50)
  1096. M4Image.Selectable = false
  1097. M4Image.Size = UDim2.new(0, 300, 0, 150)
  1098. M4Image.Image = "rbxassetid://736267770"
  1099. M4Image.Parent = WeaponsPage
  1100.  
  1101. M9Next.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  1102. M9Next.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  1103. M9Next.BorderSizePixel = 3
  1104. M9Next.Position = UDim2.new(0, 355, 0, 245)
  1105. M9Next.Selectable = true
  1106. M9Next.Size = UDim2.new(0, 45, 0, 45)
  1107. M9Next.Font = Enum.Font.SourceSansBold
  1108. M9Next.FontSize = Enum.FontSize.Size24
  1109. M9Next.Text = ">"
  1110. M9Next.TextColor3 = Color3.new(1, 1, 1)
  1111. M9Next.Parent = WeaponsPage
  1112.  
  1113. M9Prev.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  1114. M9Prev.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  1115. M9Prev.BorderSizePixel = 3
  1116. M9Prev.Position = UDim2.new(0, 75, 0, 245)
  1117. M9Prev.Selectable = true
  1118. M9Prev.Size = UDim2.new(0, 45, 0, 45)
  1119. M9Prev.Style = Enum.ButtonStyle.Custom
  1120. M9Prev.Font = Enum.Font.SourceSansBold
  1121. M9Prev.FontSize = Enum.FontSize.Size24
  1122. M9Prev.Text = "<"
  1123. M9Prev.TextColor3 = Color3.new(1, 1, 1)
  1124. M9Prev.Parent = WeaponsPage
  1125.  
  1126. Rem870Next.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  1127. Rem870Next.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  1128. Rem870Next.Visible = false
  1129. Rem870Next.BorderSizePixel = 3
  1130. Rem870Next.Position = UDim2.new(0, 355, 0, 245)
  1131. Rem870Next.Selectable = true
  1132. Rem870Next.Size = UDim2.new(0, 45, 0, 45)
  1133. Rem870Next.Font = Enum.Font.SourceSansBold
  1134. Rem870Next.FontSize = Enum.FontSize.Size24
  1135. Rem870Next.Text = ">"
  1136. Rem870Next.TextColor3 = Color3.new(1, 1, 1)
  1137. Rem870Next.Parent = WeaponsPage
  1138.  
  1139. Rem870Prev.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  1140. Rem870Prev.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  1141. Rem870Prev.BorderSizePixel = 3
  1142. Rem870Prev.Position = UDim2.new(0, 75, 0, 245)
  1143. Rem870Next.Visible = false
  1144. Rem870Prev.Selectable = true
  1145. Rem870Prev.Size = UDim2.new(0, 45, 0, 45)
  1146. Rem870Prev.Style = Enum.ButtonStyle.Custom
  1147. Rem870Prev.Font = Enum.Font.SourceSansBold
  1148. Rem870Prev.FontSize = Enum.FontSize.Size24
  1149. Rem870Prev.Text = "<"
  1150. Rem870Prev.TextColor3 = Color3.new(1, 1, 1)
  1151. Rem870Prev.Parent = WeaponsPage
  1152.  
  1153. AKNext.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  1154. AKNext.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  1155. AKNext.BorderSizePixel = 3
  1156. AKNext.Position = UDim2.new(0, 355, 0, 245)
  1157. AKNext.Visible = false
  1158. AKNext.Selectable = true
  1159. AKNext.Size = UDim2.new(0, 45, 0, 45)
  1160. AKNext.Font = Enum.Font.SourceSansBold
  1161. AKNext.FontSize = Enum.FontSize.Size24
  1162. AKNext.Text = ">"
  1163. AKNext.TextColor3 = Color3.new(1, 1, 1)
  1164. AKNext.Parent = WeaponsPage
  1165.  
  1166. AKPrev.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  1167. AKPrev.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  1168. AKPrev.BorderSizePixel = 3
  1169. AKPrev.Position = UDim2.new(0, 75, 0, 245)
  1170. AKPrev.Visible = false
  1171. AKPrev.Selectable = true
  1172. AKPrev.Size = UDim2.new(0, 45, 0, 45)
  1173. AKPrev.Style = Enum.ButtonStyle.Custom
  1174. AKPrev.Font = Enum.Font.SourceSansBold
  1175. AKPrev.FontSize = Enum.FontSize.Size24
  1176. AKPrev.Text = "<"
  1177. AKPrev.TextColor3 = Color3.new(1, 1, 1)
  1178. AKPrev.Parent = WeaponsPage
  1179.  
  1180. M4Next.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  1181. M4Next.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  1182. M4Next.BorderSizePixel = 3
  1183. M4Next.Position = UDim2.new(0, 355, 0, 245)
  1184. M4Next.Visible = false
  1185. M4Next.Selectable = true
  1186. M4Next.Size = UDim2.new(0, 45, 0, 45)
  1187. M4Next.Font = Enum.Font.SourceSansBold
  1188. M4Next.FontSize = Enum.FontSize.Size24
  1189. M4Next.Text = ">"
  1190. M4Next.TextColor3 = Color3.new(1, 1, 1)
  1191. M4Next.Parent = WeaponsPage
  1192.  
  1193. M4Prev.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  1194. M4Prev.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  1195. M4Prev.BorderSizePixel = 3
  1196. M4Prev.Position = UDim2.new(0, 75, 0, 245)
  1197. M4Prev.Selectable = true
  1198. M4Prev.Size = UDim2.new(0, 45, 0, 45)
  1199. M4Prev.Visible = false
  1200. M4Prev.Style = Enum.ButtonStyle.Custom
  1201. M4Prev.Font = Enum.Font.SourceSansBold
  1202. M4Prev.FontSize = Enum.FontSize.Size24
  1203. M4Prev.Text = "<"
  1204. M4Prev.TextColor3 = Color3.new(1, 1, 1)
  1205. M4Prev.Parent = WeaponsPage
  1206.  
  1207. SelectM9.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  1208. SelectM9.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  1209. SelectM9.BorderSizePixel = 3
  1210. SelectM9.Position = UDim2.new(0, 123, 0, 245)
  1211. SelectM9.Selectable = true
  1212. SelectM9.Size = UDim2.new(0, 230, 0, 45)
  1213. SelectM9.Style = Enum.ButtonStyle.Custom
  1214. SelectM9.Font = Enum.Font.SourceSansBold
  1215. SelectM9.FontSize = Enum.FontSize.Size24
  1216. SelectM9.Text = "M9"
  1217. SelectM9.TextColor3 = Color3.new(1, 1, 1)
  1218. SelectM9.Parent = WeaponsPage
  1219.  
  1220. SelectR8.Visible = false
  1221. SelectR8.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  1222. SelectR8.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  1223. SelectR8.BorderSizePixel = 3
  1224. SelectR8.Position = UDim2.new(0, 123, 0, 245)
  1225. SelectR8.Selectable = true
  1226. SelectR8.Size = UDim2.new(0, 230, 0, 45)
  1227. SelectR8.Style = Enum.ButtonStyle.Custom
  1228. SelectR8.Font = Enum.Font.SourceSansBold
  1229. SelectR8.FontSize = Enum.FontSize.Size24
  1230. SelectR8.Text = "Remington 870"
  1231. SelectR8.TextColor3 = Color3.new(1, 1, 1)
  1232. SelectR8.Parent = WeaponsPage
  1233.  
  1234. SelectAK.Visible = false
  1235. SelectAK.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  1236. SelectAK.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  1237. SelectAK.BorderSizePixel = 3
  1238. SelectAK.Position = UDim2.new(0, 123, 0, 245)
  1239. SelectAK.Selectable = true
  1240. SelectAK.Size = UDim2.new(0, 230, 0, 45)
  1241. SelectAK.Style = Enum.ButtonStyle.Custom
  1242. SelectAK.Font = Enum.Font.SourceSansBold
  1243. SelectAK.FontSize = Enum.FontSize.Size24
  1244. SelectAK.Text = "AK-47"
  1245. SelectAK.TextColor3 = Color3.new(1, 1, 1)
  1246. SelectAK.Parent = WeaponsPage
  1247.  
  1248. SelectM4.Visible = false
  1249. SelectM4.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  1250. SelectM4.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  1251. SelectM4.BorderSizePixel = 3
  1252. SelectM4.Position = UDim2.new(0, 123, 0, 245)
  1253. SelectM4.Selectable = true
  1254. SelectM4.Size = UDim2.new(0, 230, 0, 45)
  1255. SelectM4.Style = Enum.ButtonStyle.Custom
  1256. SelectM4.Font = Enum.Font.SourceSansBold
  1257. SelectM4.FontSize = Enum.FontSize.Size24
  1258. SelectM4.Text = "M4A1"
  1259. SelectM4.TextColor3 = Color3.new(1, 1, 1)
  1260. SelectM4.Parent = WeaponsPage
  1261.  
  1262. -- [Local Command Functions] --
  1263. -- [Local Command Functions] --
  1264. -- [Local Command Functions] --
  1265. -- [Local Command Functions] --
  1266.  
  1267. LocalTitle.BackgroundColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  1268. LocalTitle.BackgroundTransparency = 1
  1269. LocalTitle.Position = UDim2.new(0, 135, 0, 5)
  1270. LocalTitle.Size = UDim2.new(0, 200, 0, 35)
  1271. LocalTitle.Font = Enum.Font.SourceSansBold
  1272. LocalTitle.FontSize = Enum.FontSize.Size36
  1273. LocalTitle.Text = "Local Commands"
  1274. LocalTitle.TextColor3 = Color3.new(1, 1, 1)
  1275. LocalTitle.Parent = LocalPage
  1276.  
  1277. LocalSep.BackgroundColor3 = Color3.new(0, 0.152941, 0.223529)
  1278. LocalSep.BorderSizePixel = 0
  1279. LocalSep.Position = UDim2.new(0, 60, 0, 45)
  1280. LocalSep.Size = UDim2.new(0, 350, 0, 1)
  1281. LocalSep.Parent = LocalPage
  1282.  
  1283. ChangeValue.BorderSizePixel = 3
  1284. ChangeValue.BackgroundColor3 = Color3.new(255/255, 255/255, 255/255)
  1285. ChangeValue.Position = UDim2.new(0, 135, 0, 75)
  1286. ChangeValue.Size = UDim2.new(0, 200, 0, 50)
  1287. ChangeValue.Font = Enum.Font.SourceSansBold
  1288. ChangeValue.FontSize = Enum.FontSize.Size28
  1289. ChangeValue.Text = "Amount"
  1290. ChangeValue.Parent = LocalPage
  1291.  
  1292. ChangeSpeed.Active = true
  1293. ChangeSpeed.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  1294. ChangeSpeed.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  1295. ChangeSpeed.BorderSizePixel = 3
  1296. ChangeSpeed.Position = UDim2.new(0, 75, 0, 150)
  1297. ChangeSpeed.Selectable = true
  1298. ChangeSpeed.Size = UDim2.new(0, 150, 0, 50)
  1299. ChangeSpeed.Style = Enum.ButtonStyle.Custom
  1300. ChangeSpeed.Font = Enum.Font.SourceSansBold
  1301. ChangeSpeed.FontSize = Enum.FontSize.Size24
  1302. ChangeSpeed.Text = "Set Speed"
  1303. ChangeSpeed.TextColor3 = Color3.new(1, 1, 1)
  1304. ChangeSpeed.Parent = LocalPage
  1305.  
  1306. ChangeJP.Active = true
  1307. ChangeJP.BackgroundColor3 = Color3.new(0, 0.411765, 0.603922)
  1308. ChangeJP.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  1309. ChangeJP.BorderSizePixel = 3
  1310. ChangeJP.Position = UDim2.new(0, 250, 0, 150)
  1311. ChangeJP.Selectable = true
  1312. ChangeJP.Size = UDim2.new(0, 150, 0, 50)
  1313. ChangeJP.Style = Enum.ButtonStyle.Custom
  1314. ChangeJP.Font = Enum.Font.SourceSansBold
  1315. ChangeJP.FontSize = Enum.FontSize.Size24
  1316. ChangeJP.Text = "Set Jump"
  1317. ChangeJP.TextColor3 = Color3.new(1, 1, 1)
  1318. ChangeJP.Parent = LocalPage
  1319.  
  1320.  
  1321.  
  1322.  
  1323.  
  1324.  
  1325.  
  1326.  
  1327.  
  1328.  
  1329.  
  1330.  
  1331.  
  1332.  
  1333.  
  1334.  
  1335.  
  1336.  
  1337.  
  1338.  
  1339.  
  1340.  
  1341. -- [Important Functions] --
  1342. -- [Important Functions] --
  1343. -- [Important Functions] --
  1344. -- [Important Functions] --
  1345.  
  1346.  
  1347. --[[
  1348. ______ _______ _ _______ _________
  1349. ( __ \ ( ___ ) ( ( /|( ___ )\__ __/
  1350. | ( \ )| ( ) | | \ ( || ( ) | ) (
  1351. | | ) || | | | | \ | || | | | | |
  1352. | | | || | | | | (\ \) || | | | | |
  1353. | | ) || | | | | | \ || | | | | |
  1354. | (__/ )| (___) | | ) \ || (___) | | |
  1355. (______/ (_______) |/ )_)(_______) )_(
  1356.  
  1357. _______ ______ __________________ _ _ _______ _______ _______
  1358. ( ____ \( __ \ \__ __/\__ __/ |\ /|( ( /|( \ ( ____ \( ____ \( ____ \
  1359. | ( \/| ( \ ) ) ( ) ( | ) ( || \ ( || ( | ( \/| ( \/| ( \/
  1360. | (__ | | ) | | | | | | | | || \ | || | | (__ | (_____ | (_____
  1361. | __) | | | | | | | | | | | || (\ \) || | | __) (_____ )(_____ )
  1362. | ( | | ) | | | | | | | | || | \ || | | ( ) | ) |
  1363. | (____/\| (__/ )___) (___ | | | (___) || ) \ || (____/\| (____/\/\____) |/\____) |
  1364. (_______/(______/ \_______/ )_( (_______)|/ )_)(_______/(_______/\_______)\_______)
  1365.  
  1366. _______ _ _ _______
  1367. |\ /|( ___ )|\ /| | \ /\( ( /|( ___ )|\ /|
  1368. ( \ / )| ( ) || ) ( | | \ / /| \ ( || ( ) || ) ( |
  1369. \ (_) / | | | || | | | | (_/ / | \ | || | | || | _ | |
  1370. \ / | | | || | | | | _ ( | (\ \) || | | || |( )| |
  1371. ) ( | | | || | | | | ( \ \ | | \ || | | || || || |
  1372. | | | (___) || (___) | | / \ \| ) \ || (___) || () () |
  1373. \_/ (_______)(_______) |_/ \/|/ )_)(_______)(_______)
  1374.  
  1375.  
  1376.  
  1377. _______ _________ _______ _ _______ _______
  1378. |\ /||\ /|( ___ )\__ __/ |\ /|( ___ )|\ /|( )( ____ )( ____ \
  1379. | ) ( || ) ( || ( ) | ) ( ( \ / )| ( ) || ) ( ||/ | ( )|| ( \/
  1380. | | _ | || (___) || (___) | | | \ (_) / | | | || | | | | (____)|| (__
  1381. | |( )| || ___ || ___ | | | \ / | | | || | | | | __)| __)
  1382. | || || || ( ) || ( ) | | | ) ( | | | || | | | | (\ ( | (
  1383. | () () || ) ( || ) ( | | | | | | (___) || (___) | | ) \ \__| (____/\
  1384. (_______)|/ \||/ \| )_( \_/ (_______)(_______) |/ \__/(_______/
  1385.  
  1386.  
  1387. ______ _______ _________ _ _______
  1388. ( __ \ ( ___ )\__ __/( ( /|( ____ \
  1389. | ( \ )| ( ) | ) ( | \ ( || ( \/
  1390. | | ) || | | | | | | \ | || |
  1391. | | | || | | | | | | (\ \) || | ____
  1392. | | ) || | | | | | | | \ || | \_ )
  1393. | (__/ )| (___) |___) (___| ) \ || (___) |
  1394. (______/ (_______)\_______/|/ )_)(_______)
  1395. ]]--
  1396.  
  1397. -- Page Button Functions
  1398.  
  1399. ChangeLButton.MouseButton1Down:connect(function()ChangeLogPage.Visible = true PlayerPage.Visible = false LocalPage.Visible = false WeaponsPage.Visible = false TeleportPage.Visible = false
  1400. end)
  1401. WeaponsButton.MouseButton1Down:connect(function()ChangeLogPage.Visible = false PlayerPage.Visible = false LocalPage.Visible = false WeaponsPage.Visible = true TeleportPage.Visible = false
  1402. end)
  1403. TeleportButton.MouseButton1Down:connect(function()ChangeLogPage.Visible = false PlayerPage.Visible = false LocalPage.Visible = false WeaponsPage.Visible = false TeleportPage.Visible = true
  1404. end)
  1405. PlayerButton.MouseButton1Down:connect(function()ChangeLogPage.Visible = false PlayerPage.Visible = true LocalPage.Visible = false WeaponsPage.Visible = false TeleportPage.Visible = false
  1406. end)
  1407. LocalButton.MouseButton1Down:connect(function()ChangeLogPage.Visible = false PlayerPage.Visible = false LocalPage.Visible = true WeaponsPage.Visible = false TeleportPage.Visible = false
  1408. end)
  1409.  
  1410. -- Teleporrt Switch Button Functions
  1411.  
  1412. TeleSwitch1.MouseButton1Down:connect(function()TeleSwitch1.Visible = false TeleSwitchBack1.Visible = false TeleSwitch2.Visible = true TeleSwitchBack2.Visible = true
  1413. CellsPicture.Visible = false CafeteriaPicture.Visible = true TeleportCell.Visible = false TeleportCafeteria.Visible = true
  1414. end)
  1415. TeleSwitchBack1.MouseButton1Down:connect(function()TeleSwitch1.Visible = false TeleSwitchBack1.Visible = false TeleSwitch11.Visible = true TeleSwitchBack11.Visible = true
  1416. CellsPicture.Visible = false SecretRoomPicture.Visible = true TeleportCell.Visible = false TeleportSecretRoom.Visible = true SecretRoomQuestion.Visible = true
  1417. end)
  1418. --
  1419. TeleSwitch2.MouseButton1Down:connect(function()TeleSwitch2.Visible = false TeleSwitchBack2.Visible = false TeleSwitch3.Visible = true TeleSwitchBack3.Visible = true
  1420. CafeteriaPicture.Visible = false PoliceRoomPicture.Visible = true TeleportPolice.Visible = true TeleportCafeteria.Visible = false
  1421. end)
  1422. TeleSwitchBack2.MouseButton1Down:connect(function()TeleSwitch2.Visible = false TeleSwitchBack2.Visible = false TeleSwitch1.Visible = true TeleSwitchBack1.Visible = true
  1423. CafeteriaPicture.Visible = false TeleportCafeteria.Visible = false CellsPicture.Visible = true TeleportCell.Visible = true
  1424. end)
  1425. --
  1426. TeleSwitch3.MouseButton1Down:connect(function()TeleSwitch3.Visible = false TeleSwitchBack3.Visible = false TeleSwitch4.Visible = true TeleSwitchBack4.Visible = true
  1427. PoliceRoomPicture.Visible = false TeleportPolice.Visible = false YardPicture.Visible = true TeleportYard.Visible = true
  1428. end)
  1429. TeleSwitchBack3.MouseButton1Down:connect(function()TeleSwitch3.Visible = false TeleSwitchBack3.Visible = false TeleSwitch2.Visible = true TeleSwitchBack2.Visible = true
  1430. PoliceRoomPicture.Visible = false TeleportPolice.Visible = false CafeteriaPicture.Visible = true TeleportCafeteria.Visible = true
  1431. end)
  1432. --
  1433. TeleSwitch4.MouseButton1Down:connect(function()TeleSwitch4.Visible = false TeleSwitchBack4.Visible = false TeleSwitch5.Visible = true TeleSwitchBack5.Visible = true
  1434. YardPicture.Visible = false TeleportYard.Visible = false RoofPicture.Visible = true TeleportRoof.Visible = true
  1435. end)
  1436. TeleSwitchBack4.MouseButton1Down:connect(function()TeleSwitch4.Visible = false TeleSwitchBack4.Visible = false TeleSwitch3.Visible = true TeleSwitchBack3.Visible = true
  1437. YardPicture.Visible = false TeleportYard.Visible = false PoliceRoomPicture.Visible = true TeleportPolice.Visible = true
  1438. end)
  1439. --
  1440. TeleSwitch5.MouseButton1Down:connect(function()TeleSwitch5.Visible = false TeleSwitchBack5.Visible = false TeleSwitch6.Visible = true TeleSwitchBack6.Visible = true
  1441. RoofPicture.Visible = false TeleportRoof.Visible = false SewerEntPicture.Visible = true TeleportSewerIn.Visible = true
  1442. end)
  1443. TeleSwitchBack5.MouseButton1Down:connect(function()TeleSwitch5.Visible = false TeleSwitchBack5.Visible = false TeleSwitch4.Visible = true TeleSwitchBack4.Visible = true
  1444. RoofPicture.Visible = false TeleportRoof.Visible = false YardPicture.Visible = true TeleportYard.Visible = true
  1445. end)
  1446. --
  1447. TeleSwitch6.MouseButton1Down:connect(function()TeleSwitch6.Visible = false TeleSwitchBack6.Visible = false TeleSwitch7.Visible = true TeleSwitchBack7.Visible = true
  1448. SewerEntPicture.Visible = false TeleportSewerIn.Visible = false SewerOutPicture.Visible = true TeleportSewerOut.Visible = true
  1449. end)
  1450. TeleSwitchBack6.MouseButton1Down:connect(function()TeleSwitch6.Visible = false TeleSwitchBack6.Visible = false TeleSwitch5.Visible = true TeleSwitchBack5.Visible = true
  1451. SewerEntPicture.Visible = false TeleportSewerIn.Visible = false RoofPicture.Visible = true TeleportRoof.Visible = true
  1452. end)
  1453. --
  1454. TeleSwitch7.MouseButton1Down:connect(function()TeleSwitch7.Visible = false TeleSwitchBack7.Visible = false TeleSwitch8.Visible = true TeleSwitchBack8.Visible = true
  1455. PrisonOutPicture.Visible = true TeleportPrisonOut.Visible = true SewerOutPicture.Visible = false TeleportSewerOut.Visible = false
  1456. end)
  1457. TeleSwitchBack7.MouseButton1Down:connect(function()TeleSwitch7.Visible = false TeleSwitchBack7.Visible = false TeleSwitch6.Visible = true TeleSwitchBack6.Visible = true
  1458. SewerOutPicture.Visible = false TeleportSewerOut.Visible = false SewerEntPicture.Visible = true TeleportSewerIn.Visible = true
  1459. end)
  1460. --
  1461. TeleSwitch8.MouseButton1Down:connect(function()TeleSwitch8.Visible = false TeleSwitchBack8.Visible = false TeleSwitch9.Visible = true TeleSwitchBack9.Visible = true
  1462. PrisonOutPicture.Visible = false TeleportPrisonOut.Visible = false CriminalInsidePicture.Visible = true TeleportCriminalIn.Visible = true
  1463. end)
  1464. TeleSwitchBack8.MouseButton1Down:connect(function()TeleSwitch8.Visible = false TeleSwitchBack8.Visible = false TeleSwitch7.Visible = true TeleSwitchBack7.Visible = true
  1465. PrisonOutPicture.Visible = false TeleportPrisonOut.Visible = false SewerOutPicture.Visible = true TeleportSewerOut.Visible = true
  1466. end)
  1467. --
  1468. TeleSwitch9.MouseButton1Down:connect(function()TeleSwitch9.Visible = false TeleSwitchBack9.Visible = false TeleSwitch10.Visible = true TeleSwitchBack10.Visible = true
  1469. CriminalInsidePicture.Visible = false TeleportCriminalIn.Visible = false CriminalOutsidePicture.Visible = true TeleportCriminalOut.Visible = true
  1470. end)
  1471. TeleSwitchBack9.MouseButton1Down:connect(function()TeleSwitch9.Visible = false TeleSwitchBack9.Visible = false TeleSwitch8.Visible = true TeleSwitchBack8.Visible = true
  1472. CriminalInsidePicture.Visible = false TeleportCriminalIn.Visible = false PrisonOutPicture.Visible = true TeleportPrisonOut.Visible = true
  1473. end)
  1474. --
  1475. TeleSwitch10.MouseButton1Down:connect(function()TeleSwitch10.Visible = false TeleSwitchBack10.Visible = false TeleSwitch11.Visible = true TeleSwitchBack11.Visible = true
  1476. CriminalOutsidePicture.Visible = false TeleportCriminalOut.Visible = false SecretRoomPicture.Visible = true TeleportSecretRoom.Visible = true SecretRoomQuestion.Visible = true
  1477. end)
  1478. TeleSwitchBack10.MouseButton1Down:connect(function()TeleSwitch10.Visible = false TeleSwitchBack10.Visible = false TeleSwitch9.Visible = true TeleSwitchBack9.Visible = true
  1479. CriminalOutsidePicture.Visible = false TeleportCriminalOut.Visible = false CriminalInsidePicture.Visible = true TeleportCriminalIn.Visible = true
  1480. end)
  1481. --
  1482. TeleSwitch11.MouseButton1Down:connect(function()TeleSwitch11.Visible = false TeleSwitchBack11.Visible = false TeleSwitch1.Visible = true TeleSwitchBack1.Visible = true
  1483. SecretRoomPicture.Visible = false TeleportSecretRoom.Visible = false SecretRoomQuestion.Visible = false CellsPicture.Visible = true TeleportCell.Visible = true
  1484. end)
  1485. TeleSwitchBack11.MouseButton1Down:connect(function()TeleSwitch11.Visible = false TeleSwitchBack11.Visible = false TeleSwitch10.Visible = true TeleSwitchBack10.Visible = true
  1486. SecretRoomPicture.Visible = false TeleportSecretRoom.Visible = false SecretRoomQuestion.Visible = false CriminalOutsidePicture.Visible = true TeleportCriminalOut.Visible = true
  1487. end)
  1488. TeleportCell.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(918, 97.73, 2447)
  1489. end)
  1490. TeleportCafeteria.MouseButton1Down:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(930, 97.54, 2291)
  1491. end)
  1492. TeleportPolice.MouseButton1Down:connect(function()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(834.972, 99.989, 2275.318)
  1493. end)
  1494. TeleportYard.MouseButton1Down:connect(function()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(779.092, 96.001, 2451.114)
  1495. end)
  1496. TeleportRoof.MouseButton1Down:connect(function()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(866.8, 116.491, 2374.599)
  1497. end)
  1498. TeleportSewerIn.MouseButton1Down:connect(function()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(917.174, 76.406, 2426.199)
  1499. end)
  1500. TeleportSewerOut.MouseButton1Down:connect(function()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(916.506, 96.285, 2111.396)
  1501. end)
  1502. TeleportPrisonOut.MouseButton1Down:connect(function()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(288.452, 69.999, 2206.731)
  1503. end)
  1504. TeleportCriminalIn.MouseButton1Down:connect(function()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-943.704, 91.632, 2056.925)
  1505. end)
  1506. TeleportCriminalOut.MouseButton1Down:connect(function()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-919.958, 95.327, 2138.189)
  1507. end)
  1508. TeleportSecretRoom.MouseButton1Down:connect(function()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(697, 97.492, 2364)
  1509. end)
  1510. -- Weapon Page Functions
  1511. M9Next.MouseButton1Down:connect(function()M9Next.Visible = false M9Prev.Visible = false SelectM9.Visible = false Rem870Next.Visible = true Rem870Prev.Visible = true SelectR8.Visible = true
  1512. M9Image.Visible = false R8Image.Visible = true
  1513. end)
  1514. M9Prev.MouseButton1Down:connect(function()M9Next.Visible = false M9Prev.Visible = false SelectM9.Visible = false SelectM4.Visible = true M4Next.Visible = true M4Prev.Visible = true
  1515. M9Image.Visible = false M4Image.Visible = true
  1516. end)
  1517. Rem870Next.MouseButton1Down:connect(function()Rem870Next.Visible = false Rem870Prev.Visible = false SelectR8.Visible = false SelectAK.Visible = true AKNext.Visible = true AKPrev.Visible = true
  1518. R8Image.Visible = false AKImage.Visible = true
  1519. end)
  1520. Rem870Prev.MouseButton1Down:connect(function()Rem870Next.Visible = false Rem870Prev.Visible = false SelectR8.Visible = false M9Next.Visible = true M9Prev.Visible = true SelectM9.Visible = true
  1521. R8Image.Visible = false M9Image.Visible = true
  1522. end)
  1523. AKNext.MouseButton1Down:connect(function()AKNext.Visible = false AKPrev.Visible = false SelectAK.Visible = false M4Next.Visible = true M4Prev.Visible = true SelectM4.Visible = true
  1524. AKImage.Visible = false M4Image.Visible = true
  1525. end)
  1526. AKPrev.MouseButton1Down:connect(function()AKNext.Visible = false AKPrev.Visible = false SelectAK.Visible = false Rem870Next.Visible = true Rem870Prev.Visible = true SelectR8.Visible = true
  1527. AKImage.Visible = false R8Image.Visible = true
  1528. end)
  1529. M4Next.MouseButton1Down:connect(function()M4Next.Visible = false M4Prev.Visible = false SelectM4.Visible = false M9Next.Visible = true M9Prev.Visible = true SelectM9.Visible = true
  1530. M4Image.Visible = false M9Image.Visible = true
  1531. end)
  1532. M4Prev.MouseButton1Down:connect(function()M4Next.Visible = false M4Prev.Visible = false SelectM4.Visible = false AKNext.Visible = true AKPrev.Visible = true SelectAK.Visible = true
  1533. M4Image.Visible = false AKImage.Visible = true
  1534. end)
  1535. -- Weapon Functions
  1536. SelectM9.MouseButton1Down:connect(function()local
  1537. M9 = {"M9"}
  1538. for i, v in pairs(game.Workspace["Prison_ITEMS"].giver:GetChildren()) do
  1539. for j, k in pairs(M9) do if v.Name == k then
  1540. v:MoveTo(game.Players.LocalPlayer.Character.Torso.Position)
  1541. end
  1542. end
  1543. end
  1544. end)
  1545. SelectR8.MouseButton1Down:connect(function()
  1546. local Remington870 = {"Remington 870"}
  1547. for i, v in pairs(game.Workspace["Prison_ITEMS"].giver:GetChildren()) do
  1548. for j, k in pairs(Remington870) do
  1549. if v.Name == k then
  1550. v:MoveTo(game.Players.LocalPlayer.Character.Torso.Position)
  1551. end
  1552. end
  1553. end
  1554. end)
  1555. SelectAK.MouseButton1Down:connect(function()
  1556. local AK47 = {"AK-47"}
  1557. for i, v in pairs(game.Workspace["Prison_ITEMS"].giver:GetChildren()) do
  1558. for j, k in pairs(AK47) do if v.Name == k then
  1559. v:MoveTo(game.Players.LocalPlayer.Character.Torso.Position)
  1560. end
  1561. end
  1562. end
  1563. end)
  1564. SelectM4.MouseButton1Down:connect(function()
  1565. local M4A1 = {"M4A1"}
  1566. for i, v in pairs(game.Workspace["Prison_ITEMS"].giver:GetChildren()) do
  1567. for j, k in pairs(M4A1) do if v.Name == k then
  1568. v:MoveTo(game.Players.LocalPlayer.Character.Torso.Position)
  1569. end
  1570. end
  1571. end
  1572. end)
  1573. -- Local Commands Functions
  1574. ChangeSpeed.MouseButton1Down:connect(function()game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = ChangeValue.Text
  1575. ChangeJP.MouseButton1Down:connect(function()game.Players.LocalPlayer.Character.Humanoid.JumpPower = ChangeValue.Text
  1576. end)
  1577. end)
Add Comment
Please, Sign In to add comment