Advertisement
p_z

Project 1.37; Prison Life UI by Scripteria

p_z
Jun 2nd, 2019
354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 50.36 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local world = game.Workspace
  5. local FOE = Instance.new("ScreenGui")
  6. local prison_life_v135 = Instance.new("Frame")
  7. local title = Instance.new("TextLabel")
  8. local char = Instance.new("TextButton")
  9. local teams = Instance.new("TextButton")
  10. local tp = Instance.new("TextButton")
  11. local gunmodz = Instance.new("TextButton")
  12. local misc = Instance.new("TextButton")
  13. local d_label = Instance.new("TextLabel")
  14. local d_on = Instance.new("TextButton")
  15. local d_off = Instance.new("TextButton")
  16. local exit = Instance.new("TextButton")
  17. local minimise = Instance.new("TextButton")
  18. local character_or_humanoid_f = Instance.new("Frame")
  19. local char_title = Instance.new("TextLabel")
  20. local wsvalue = Instance.new("TextLabel")
  21. local jpvalue = Instance.new("TextLabel")
  22. local wsplus10 = Instance.new("TextButton")
  23. local wsminus10 = Instance.new("TextButton")
  24. local jpminus10 = Instance.new("TextButton")
  25. local jpplus10 = Instance.new("TextButton")
  26. local char_exit = Instance.new("TextButton")
  27. local teamsavailableforchange_f = Instance.new("Frame")
  28. local teams_title = Instance.new("TextLabel")
  29. local teams_f_teamcop = Instance.new("TextButton")
  30. local teams_f_teaminmate = Instance.new("TextButton")
  31. local teams_f_teamcriminal = Instance.new("TextButton")
  32. local teams_f_teamneutral = Instance.new("TextButton")
  33. local teams_f_exit = Instance.new("TextButton")
  34. local teleport_positions_f = Instance.new("Frame")
  35. local teleport_positions_title = Instance.new("TextLabel")
  36. local teleport_position_outside = Instance.new("TextButton")
  37. local teleport_position_secretroom = Instance.new("TextButton")
  38. local teleport_position_copspawn = Instance.new("TextButton")
  39. local teleport_position_criminal_base = Instance.new("TextButton")
  40. local teleport_position_roof_of_the_prison = Instance.new("TextButton")
  41. local teleport_position_cell_room = Instance.new("TextButton")
  42. local teleport_position_exit = Instance.new("TextButton")
  43. local modify_weapons_f = Instance.new("Frame")
  44. local modify_weapons_title = Instance.new("TextLabel")
  45. local modify_weapon_m4a1 = Instance.new("TextButton")
  46. local modify_weapon_taser = Instance.new("TextButton")
  47. local modify_weapon_remington870 = Instance.new("TextButton")
  48. local modify_weapon_pistol = Instance.new("TextButton")
  49. local modify_weapon_ak47 = Instance.new("TextButton")
  50. local modify_weapon_sayhellotomylittlefriend = Instance.new("TextButton")
  51. local modify_weapon_0 = Instance.new("TextButton")
  52. local modify_weapon_bringall = Instance.new("TextButton")
  53. local modify_weapons_f_exit = Instance.new("TextButton")
  54. local misc_f = Instance.new("Frame")
  55. local misc_title = Instance.new("TextLabel")
  56. local misc_btools = Instance.new("TextButton")
  57. local misc_delete_a_bunch_of_stuff = Instance.new("TextButton")
  58. local misc_click_arrest = Instance.new("TextButton")
  59. local misc_remove_doors = Instance.new("TextButton")
  60. local misc_credits = Instance.new("TextButton")
  61. local open = Instance.new("TextButton")
  62. local misc_exit = Instance.new("TextButton")
  63. local misc_page_2 = Instance.new("TextButton")
  64. local misc_page_2_f = Instance.new("Frame")
  65. local misc_invalid = Instance.new("TextButton")
  66. local misc_close_misc2 = Instance.new("TextButton")
  67. local misc_chatadvertisement = Instance.new("TextButton")
  68. local misc_revizadmin = Instance.new("TextButton")
  69. local misc_racistdolphin = Instance.new("TextButton")
  70. local misc2_title = Instance.new("TextLabel")
  71. --Properties:
  72. FOE.Name = "=== [[ F.O.E ]] ==="
  73. FOE.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  74. FOE.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  75.  
  76. prison_life_v135.Name = "prison_life_v1.35"
  77. prison_life_v135.Parent = FOE
  78. prison_life_v135.BackgroundColor3 = Color3.new(0, 0, 0)
  79. prison_life_v135.BorderColor3 = Color3.new(0.666667, 0, 0)
  80. prison_life_v135.Position = UDim2.new(0.0152206998, 0, 0.181318685, 0)
  81. prison_life_v135.Size = UDim2.new(0, 248, 0, 317)
  82. prison_life_v135.Active=true
  83. prison_life_v135.Draggable=true
  84.  
  85. title.Name = "title"
  86. title.Parent = prison_life_v135
  87. title.BackgroundColor3 = Color3.new(0, 0, 0)
  88. title.BorderColor3 = Color3.new(0.666667, 0, 0)
  89. title.Position = UDim2.new(0, 0, -0.100946374, 0)
  90. title.Size = UDim2.new(0, 248, 0, 32)
  91. title.Font = Enum.Font.Garamond
  92. title.Text = "=== [[ F.O.E ]] ==="
  93. title.TextColor3 = Color3.new(0.666667, 0, 0)
  94. title.TextScaled = true
  95. title.TextSize = 14
  96. title.TextWrapped = true
  97.  
  98. char.Name = "char"
  99. char.Parent = prison_life_v135
  100. char.BackgroundColor3 = Color3.new(0, 0, 0)
  101. char.BorderColor3 = Color3.new(0.666667, 0, 0)
  102. char.Position = UDim2.new(0.0967741907, 0, 0.0914826468, 0)
  103. char.Size = UDim2.new(0, 200, 0, 22)
  104. char.Font = Enum.Font.SourceSans
  105. char.Text = "Character/Humanoid-UI"
  106. char.TextColor3 = Color3.new(0.666667, 0, 0)
  107. char.TextScaled = true
  108. char.TextSize = 14
  109. char.TextWrapped = true
  110.  
  111. teams.Name = "teams"
  112. teams.Parent = prison_life_v135
  113. teams.BackgroundColor3 = Color3.new(0, 0, 0)
  114. teams.BorderColor3 = Color3.new(0.666667, 0, 0)
  115. teams.Position = UDim2.new(0.0967741609, 0, 0.26498422, 0)
  116. teams.Size = UDim2.new(0, 200, 0, 22)
  117. teams.Font = Enum.Font.SourceSans
  118. teams.Text = "Change team-UI"
  119. teams.TextColor3 = Color3.new(0.666667, 0, 0)
  120. teams.TextScaled = true
  121. teams.TextSize = 14
  122. teams.TextWrapped = true
  123.  
  124. tp.Name = "tp"
  125. tp.Parent = prison_life_v135
  126. tp.BackgroundColor3 = Color3.new(0, 0, 0)
  127. tp.BorderColor3 = Color3.new(0.666667, 0, 0)
  128. tp.Position = UDim2.new(0.0967742205, 0, 0.43217665, 0)
  129. tp.Size = UDim2.new(0, 200, 0, 22)
  130. tp.Font = Enum.Font.SourceSans
  131. tp.Text = "Teleporting-UI"
  132. tp.TextColor3 = Color3.new(0.666667, 0, 0)
  133. tp.TextScaled = true
  134. tp.TextSize = 14
  135. tp.TextWrapped = true
  136.  
  137. gunmodz.Name = "gunmodz"
  138. gunmodz.Parent = prison_life_v135
  139. gunmodz.BackgroundColor3 = Color3.new(0, 0, 0)
  140. gunmodz.BorderColor3 = Color3.new(0.666667, 0, 0)
  141. gunmodz.Position = UDim2.new(0.0967742205, 0, 0.596214533, 0)
  142. gunmodz.Size = UDim2.new(0, 200, 0, 22)
  143. gunmodz.Font = Enum.Font.Garamond
  144. gunmodz.Text = "Modify-Weapons-UI"
  145. gunmodz.TextColor3 = Color3.new(0.666667, 0, 0)
  146. gunmodz.TextScaled = true
  147. gunmodz.TextSize = 14
  148. gunmodz.TextWrapped = true
  149.  
  150. misc.Name = "misc"
  151. misc.Parent = prison_life_v135
  152. misc.BackgroundColor3 = Color3.new(0, 0, 0)
  153. misc.BorderColor3 = Color3.new(0.666667, 0, 0)
  154. misc.Position = UDim2.new(0.0967742205, 0, 0.753943205, 0)
  155. misc.Size = UDim2.new(0, 200, 0, 22)
  156. misc.Font = Enum.Font.SourceSans
  157. misc.Text = "Misc-UI"
  158. misc.TextColor3 = Color3.new(0.666667, 0, 0)
  159. misc.TextScaled = true
  160. misc.TextSize = 14
  161. misc.TextWrapped = true
  162. misc.TextXAlignment="Left"
  163.  
  164. misc_page_2.Name = "misc-2"
  165. misc_page_2.Parent = prison_life_v135
  166. misc_page_2.BackgroundColor3 = Color3.new(0,0,0)
  167. misc_page_2.BorderColor3 = Color3.new(170,0,0)
  168. misc_page_2.Position = UDim2.new(0.657,0,0.754,0)
  169. misc_page_2.Size = UDim2.new(0,61,0,22)
  170. misc_page_2.Font = Enum.Font.SourceSans
  171. misc_page_2.Text = "Page-2"
  172. misc_page_2.TextColor3 = Color3.new(170,0,0)
  173. misc_page_2.TextScaled = true
  174. misc_page_2.TextSize = 14
  175. misc_page_2.TextWrapped = true
  176.  
  177. misc_page_2_f.Name = "misc_page_2_f"
  178. misc_page_2_f.Parent = FOE
  179. misc_page_2_f.BackgroundColor3 = Color3.new(0,0,0)
  180. misc_page_2_f.BorderColor3 = Color3.new(0,0,0)
  181. misc_page_2_f.Position = UDim2.new(0.24,0,0.134,0)
  182. misc_page_2_f.Size = UDim2.new(0,339,0,145)
  183. misc_page_2_f.Visible = false
  184.  
  185. misc_invalid.Name = "misc_invalid"
  186. misc_invalid.Parent = misc_page_2_f
  187. misc_invalid.BackgroundColor3 = Color3.new(0,0,0)
  188. misc_invalid.BorderColor3 = Color3.new(170,0,0)
  189. misc_invalid.Position = UDim2.new(0.531,0,0.424,0)
  190. misc_invalid.Size = UDim2.new(0,159,0,32)
  191. misc_invalid.Font = Enum.Font.Garamond
  192. misc_invalid.Text = "Version 1.4"
  193. misc_invalid.TextColor3 = Color3.new(170,0,0)
  194. misc_invalid.TextScaled = true
  195. misc_invalid.TextSize = 14
  196. misc_invalid.TextWrapped = true
  197.  
  198. misc_close_misc2.Name = "misc_close_misc2"
  199. misc_close_misc2.Parent = misc_page_2_f
  200. misc_close_misc2.BackgroundColor3 = Color3.new(170,0,0)
  201. misc_close_misc2.BorderColor3 = Color3.new(170,0,0)
  202. misc_close_misc2.Position = UDim2.new(0.914,0,-0.186,0)
  203. misc_close_misc2.Size = UDim2.new(0,30,0,27)
  204. misc_close_misc2.Font = Enum.Font.Garamond
  205. misc_close_misc2.Text = "X"
  206. misc_close_misc2.TextColor3 = Color3.new(0,0,0)
  207. misc_close_misc2.TextScaled = true
  208. misc_close_misc2.TextSize = 14
  209. misc_close_misc2.TextWrapped = true
  210.  
  211. misc_chatadvertisement.Name = "misc_chatadvertisement"
  212. misc_chatadvertisement.Parent = misc_page_2_f
  213. misc_chatadvertisement.BackgroundColor3 = Color3.new(0,0,0)
  214. misc_chatadvertisement.BorderColor3 = Color3.new(170,0,0)
  215. misc_chatadvertisement.Position = UDim2.new(-0.003,0,0.421,0)
  216. misc_chatadvertisement.Size = UDim2.new(0,160,0,33)
  217. misc_chatadvertisement.Font = Enum.Font.Garamond
  218. misc_chatadvertisement.Text = "Chat advertisement"
  219. misc_chatadvertisement.TextColor3 = Color3.new(170,0,0)
  220. misc_chatadvertisement.TextScaled = true
  221. misc_chatadvertisement.TextSize = 14
  222. misc_chatadvertisement.TextWrapped = true
  223.  
  224. misc_racistdolphin.Name = "misc_racistdolphin"
  225. misc_racistdolphin.Parent = misc_page_2_f
  226. misc_racistdolphin.BackgroundColor3 = Color3.new(0,0,0)
  227. misc_racistdolphin.BorderColor3 = Color3.new(170,0,0)
  228. misc_racistdolphin.Position = UDim2.new(0.531,0,0.062,0)
  229. misc_racistdolphin.Size = UDim2.new(0,160,0,33)
  230. misc_racistdolphin.Font = Enum.Font.Garamond
  231. misc_racistdolphin.Text = "Racist Dolphin's GUI"
  232. misc_racistdolphin.TextColor3 = Color3.new(170,0,0)
  233. misc_racistdolphin.TextScaled = true
  234. misc_racistdolphin.TextSize = 14
  235. misc_racistdolphin.TextWrapped = true
  236.  
  237. misc_revizadmin.Name = "misc_revizadmin"
  238. misc_revizadmin.Parent = misc_page_2_f
  239. misc_revizadmin.BackgroundColor3 = Color3.new(0,0,0)
  240. misc_revizadmin.BorderColor3 = Color3.new(170,0,0)
  241. misc_revizadmin.Position = UDim2.new(0,0,0.062,0)
  242. misc_revizadmin.Size = UDim2.new(0,160,0,33)
  243. misc_revizadmin.Font = Enum.Font.Garamond
  244. misc_revizadmin.Text = "Reviz Admin"
  245. misc_revizadmin.TextColor3 = Color3.new(170,0,0)
  246. misc_revizadmin.TextScaled = true
  247. misc_revizadmin.TextSize = 14
  248. misc_revizadmin.TextWrapped = true
  249.  
  250. misc2_title.Name = "misc2_title"
  251. misc2_title.Parent = misc_page_2_f
  252. misc2_title.BackgroundColor3 = Color3.new(0,0,0)
  253. misc2_title.BorderColor3 = Color3.new(170,0,0)
  254. misc2_title.Position = UDim2.new(0,0,-0.186,0)
  255. misc2_title.Size = UDim2.new(0,340,0,27)
  256. misc2_title.Font = Enum.Font.SourceSans
  257. misc2_title.Text = "Misc page 2, other stuff"
  258. misc2_title.TextColor3 = Color3.new(170,0,0)
  259. misc2_title.TextScaled = true
  260. misc2_title.TextSize = 14
  261. misc2_title.TextWrapped = true
  262.  
  263. misc_exit.Name = "misc"
  264. misc_exit.Parent = prison_life_v135
  265. misc_exit.BackgroundColor3 = Color3.new(0, 0, 0)
  266. misc_exit.BorderColor3 = Color3.new(0.666667, 0, 0)
  267. misc_exit.Position = UDim2.new(0.0967742205, 0, 0.753943205, 0)
  268. misc_exit.Size = UDim2.new(0, 200, 0, 22)
  269. misc_exit.Font = Enum.Font.SourceSans
  270. misc_exit.Text = "Misc-UI (Click again to close)"
  271. misc_exit.TextColor3 = Color3.new(0.666667, 0, 0)
  272. misc_exit.TextScaled = true
  273. misc_exit.TextSize = 14
  274. misc_exit.TextWrapped = true
  275. misc_exit.Visible=false
  276.  
  277. d_label.Name = "d_label"
  278. d_label.Parent = prison_life_v135
  279. d_label.BackgroundColor3 = Color3.new(0, 0, 0)
  280. d_label.BorderColor3 = Color3.new(0.666667, 0, 0)
  281. d_label.Position = UDim2.new(0, 0, 0.870662451, 0)
  282. d_label.Size = UDim2.new(0, 124, 0, 25)
  283. d_label.Font = Enum.Font.SourceSans
  284. d_label.Text = "Dragging:ON"
  285. d_label.TextColor3 = Color3.new(0.666667, 0, 0)
  286. d_label.TextScaled = true
  287. d_label.TextSize = 14
  288. d_label.TextWrapped = true
  289.  
  290. d_on.Name = "d_on"
  291. d_on.Parent = prison_life_v135
  292. d_on.BackgroundColor3 = Color3.new(0, 0.333333, 0)
  293. d_on.BorderColor3 = Color3.new(0, 0, 0)
  294. d_on.Position = UDim2.new(0.5, 0, 0.870662451, 0)
  295. d_on.Size = UDim2.new(0, 60, 0, 25)
  296. d_on.Font = Enum.Font.SourceSans
  297. d_on.Text = "ON"
  298. d_on.TextColor3 = Color3.new(0, 0, 0)
  299. d_on.TextScaled = true
  300. d_on.TextSize = 14
  301. d_on.TextWrapped = true
  302.  
  303. d_off.Name = "d_off"
  304. d_off.Parent = prison_life_v135
  305. d_off.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  306. d_off.BorderColor3 = Color3.new(0, 0, 0)
  307. d_off.Position = UDim2.new(0.741935492, 0, 0.870662451, 0)
  308. d_off.Size = UDim2.new(0, 60, 0, 25)
  309. d_off.Font = Enum.Font.SourceSans
  310. d_off.Text = "OFF"
  311. d_off.TextColor3 = Color3.new(0, 0, 0)
  312. d_off.TextScaled = true
  313. d_off.TextSize = 14
  314. d_off.TextWrapped = true
  315.  
  316. exit.Name = "exit"
  317. exit.Parent = prison_life_v135
  318. exit.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  319. exit.BorderColor3 = Color3.new(0, 0, 0)
  320. exit.Position = UDim2.new(0.90322578, 0, -0.100946374, 0)
  321. exit.Size = UDim2.new(0, 24, 0, 32)
  322. exit.Font = Enum.Font.Garamond
  323. exit.Text = "X"
  324. exit.TextColor3 = Color3.new(0, 0, 0)
  325. exit.TextScaled = true
  326. exit.TextSize = 14
  327. exit.TextWrapped = true
  328.  
  329. minimise.Name = "minimise"
  330. minimise.Parent = prison_life_v135
  331. minimise.BackgroundColor3 = Color3.new(0, 0, 1)
  332. minimise.BorderColor3 = Color3.new(0, 0, 0)
  333. minimise.Position = UDim2.new(0, 0, -0.100946374, 0)
  334. minimise.Size = UDim2.new(0, 24, 0, 32)
  335. minimise.Font = Enum.Font.Fantasy
  336. minimise.Text = "-"
  337. minimise.TextColor3 = Color3.new(0, 0, 0)
  338. minimise.TextScaled = true
  339. minimise.TextSize = 14
  340. minimise.TextWrapped = true
  341.  
  342. character_or_humanoid_f.Name = "character_or_humanoid_f"
  343. character_or_humanoid_f.Parent = FOE
  344. character_or_humanoid_f.BackgroundColor3 = Color3.new(0, 0, 0)
  345. character_or_humanoid_f.BorderColor3 = Color3.new(0.666667, 0, 0)
  346. character_or_humanoid_f.Position = UDim2.new(0.23896499, 0, 0.137362644, 0)
  347. character_or_humanoid_f.Size = UDim2.new(0, 340, 0, 116)
  348. character_or_humanoid_f.Visible = false
  349.  
  350. char_title.Name = "char_title"
  351. char_title.Parent = character_or_humanoid_f
  352. char_title.BackgroundColor3 = Color3.new(0, 0, 0)
  353. char_title.BorderColor3 = Color3.new(0.666667, 0, 0)
  354. char_title.Position = UDim2.new(0, 0, -0.232758626, 0)
  355. char_title.Size = UDim2.new(0, 340, 0, 27)
  356. char_title.Font = Enum.Font.SourceSans
  357. char_title.Text = "Character-Settings:"
  358. char_title.TextColor3 = Color3.new(0.666667, 0, 0)
  359. char_title.TextScaled = true
  360. char_title.TextSize = 14
  361. char_title.TextWrapped = true
  362.  
  363. wsvalue.Name = "wsvalue"
  364. wsvalue.Parent = character_or_humanoid_f
  365. wsvalue.BackgroundColor3 = Color3.new(0, 0, 0)
  366. wsvalue.BorderColor3 = Color3.new(0.666667, 0, 0)
  367. wsvalue.Size = UDim2.new(0, 169, 0, 32)
  368. wsvalue.Font = Enum.Font.Fantasy
  369. wsvalue.Text = "walkspeed:insert-ws"
  370. wsvalue.TextColor3 = Color3.new(0.666667, 0, 0)
  371. wsvalue.TextScaled = true
  372. wsvalue.TextSize = 14
  373. wsvalue.TextWrapped = true
  374.  
  375. jpvalue.Name = "jpvalue"
  376. jpvalue.Parent = character_or_humanoid_f
  377. jpvalue.BackgroundColor3 = Color3.new(0, 0, 0)
  378. jpvalue.BorderColor3 = Color3.new(0.666667, 0, 0)
  379. jpvalue.Position = UDim2.new(0.497058809, 0, 0, 0)
  380. jpvalue.Size = UDim2.new(0, 171, 0, 32)
  381. jpvalue.Font = Enum.Font.SourceSans
  382. jpvalue.Text = "jumppower:insert-jp"
  383. jpvalue.TextColor3 = Color3.new(0.666667, 0, 0)
  384. jpvalue.TextScaled = true
  385. jpvalue.TextSize = 14
  386. jpvalue.TextWrapped = true
  387.  
  388. wsplus10.Name = "wsplus10"
  389. wsplus10.Parent = character_or_humanoid_f
  390. wsplus10.BackgroundColor3 = Color3.new(0, 0, 0)
  391. wsplus10.BorderColor3 = Color3.new(0.666667, 0, 0)
  392. wsplus10.Position = UDim2.new(0, 0, 0.284482747, 0)
  393. wsplus10.Size = UDim2.new(0, 169, 0, 28)
  394. wsplus10.Font = Enum.Font.Highway
  395. wsplus10.Text = "+10"
  396. wsplus10.TextColor3 = Color3.new(0.666667, 0, 0)
  397. wsplus10.TextScaled = true
  398. wsplus10.TextSize = 14
  399. wsplus10.TextWrapped = true
  400.  
  401. wsminus10.Name = "wsminus10"
  402. wsminus10.Parent = character_or_humanoid_f
  403. wsminus10.BackgroundColor3 = Color3.new(0, 0, 0)
  404. wsminus10.BorderColor3 = Color3.new(0.666667, 0, 0)
  405. wsminus10.Position = UDim2.new(0, 0, 0.577586234, 0)
  406. wsminus10.Size = UDim2.new(0, 169, 0, 28)
  407. wsminus10.Font = Enum.Font.SourceSans
  408. wsminus10.Text = "-10"
  409. wsminus10.TextColor3 = Color3.new(0.666667, 0, 0)
  410. wsminus10.TextScaled = true
  411. wsminus10.TextSize = 14
  412. wsminus10.TextWrapped = true
  413.  
  414. jpminus10.Name = "jpminus10"
  415. jpminus10.Parent = character_or_humanoid_f
  416. jpminus10.BackgroundColor3 = Color3.new(0, 0, 0)
  417. jpminus10.BorderColor3 = Color3.new(0.666667, 0, 0)
  418. jpminus10.Position = UDim2.new(0.497058809, 0, 0.577586234, 0)
  419. jpminus10.Size = UDim2.new(0, 171, 0, 28)
  420. jpminus10.Font = Enum.Font.SourceSans
  421. jpminus10.Text = "-10"
  422. jpminus10.TextColor3 = Color3.new(0.666667, 0, 0)
  423. jpminus10.TextScaled = true
  424. jpminus10.TextSize = 14
  425. jpminus10.TextWrapped = true
  426.  
  427. jpplus10.Name = "jpplus10"
  428. jpplus10.Parent = character_or_humanoid_f
  429. jpplus10.BackgroundColor3 = Color3.new(0, 0, 0)
  430. jpplus10.BorderColor3 = Color3.new(0.666667, 0, 0)
  431. jpplus10.Position = UDim2.new(0.497058809, 0, 0.284482747, 0)
  432. jpplus10.Size = UDim2.new(0, 171, 0, 28)
  433. jpplus10.Font = Enum.Font.SourceSans
  434. jpplus10.Text = "+10"
  435. jpplus10.TextColor3 = Color3.new(0.666667, 0, 0)
  436. jpplus10.TextScaled = true
  437. jpplus10.TextSize = 14
  438. jpplus10.TextWrapped = true
  439.  
  440. char_exit.Name = "char_exit"
  441. char_exit.Parent = character_or_humanoid_f
  442. char_exit.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  443. char_exit.BorderColor3 = Color3.new(0, 0, 0)
  444. char_exit.Position = UDim2.new(0.873529434, 0, -0.232758626, 0)
  445. char_exit.Size = UDim2.new(0, 43, 0, 27)
  446. char_exit.Font = Enum.Font.Fantasy
  447. char_exit.Text = "X"
  448. char_exit.TextColor3 = Color3.new(0, 0, 0)
  449. char_exit.TextScaled = true
  450. char_exit.TextSize = 14
  451. char_exit.TextWrapped = true
  452.  
  453. teamsavailableforchange_f.Name = "teamsavailableforchange_f"
  454. teamsavailableforchange_f.Parent = FOE
  455. teamsavailableforchange_f.BackgroundColor3 = Color3.new(0, 0, 0)
  456. teamsavailableforchange_f.BorderColor3 = Color3.new(0.666667, 0, 0)
  457. teamsavailableforchange_f.Position = UDim2.new(0.23896499, 0, 0.137362644, 0)
  458. teamsavailableforchange_f.Size = UDim2.new(0, 340, 0, 143)
  459. teamsavailableforchange_f.Visible = false
  460.  
  461. teams_title.Name = "teams_title"
  462. teams_title.Parent = teamsavailableforchange_f
  463. teams_title.BackgroundColor3 = Color3.new(0, 0, 0)
  464. teams_title.BorderColor3 = Color3.new(0.666667, 0, 0)
  465. teams_title.Position = UDim2.new(0, 0, -0.188811183, 0)
  466. teams_title.Size = UDim2.new(0, 340, 0, 27)
  467. teams_title.Font = Enum.Font.SourceSans
  468. teams_title.Text = "Select a team, you will automatically join the selected team"
  469. teams_title.TextColor3 = Color3.new(0.666667, 0, 0)
  470. teams_title.TextScaled = true
  471. teams_title.TextSize = 14
  472. teams_title.TextWrapped = true
  473.  
  474. teams_f_teamcop.Name = "teams_f_teamcop"
  475. teams_f_teamcop.Parent = teamsavailableforchange_f
  476. teams_f_teamcop.BackgroundColor3 = Color3.new(0, 0, 1)
  477. teams_f_teamcop.BorderColor3 = Color3.new(0, 0, 0)
  478. teams_f_teamcop.Position = UDim2.new(0, 0, 0.0699300691, 0)
  479. teams_f_teamcop.Size = UDim2.new(0, 169, 0, 33)
  480. teams_f_teamcop.Font = Enum.Font.SourceSans
  481. teams_f_teamcop.Text = "COP"
  482. teams_f_teamcop.TextColor3 = Color3.new(0, 0, 0)
  483. teams_f_teamcop.TextScaled = true
  484. teams_f_teamcop.TextSize = 14
  485. teams_f_teamcop.TextWrapped = true
  486.  
  487. teams_f_teaminmate.Name = "teams_f_teaminmate"
  488. teams_f_teaminmate.Parent = teamsavailableforchange_f
  489. teams_f_teaminmate.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  490. teams_f_teaminmate.BorderColor3 = Color3.new(0, 0, 0)
  491. teams_f_teaminmate.Position = UDim2.new(0, 0, 0.5804196, 0)
  492. teams_f_teaminmate.Size = UDim2.new(0, 169, 0, 33)
  493. teams_f_teaminmate.Font = Enum.Font.SourceSans
  494. teams_f_teaminmate.Text = "INMATE"
  495. teams_f_teaminmate.TextColor3 = Color3.new(0, 0, 0)
  496. teams_f_teaminmate.TextScaled = true
  497. teams_f_teaminmate.TextSize = 14
  498. teams_f_teaminmate.TextWrapped = true
  499.  
  500. teams_f_teamcriminal.Name = "teams_f_teamcriminal"
  501. teams_f_teamcriminal.Parent = teamsavailableforchange_f
  502. teams_f_teamcriminal.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  503. teams_f_teamcriminal.BorderColor3 = Color3.new(0, 0, 0)
  504. teams_f_teamcriminal.Position = UDim2.new(0.502941191, 0, 0.0699300691, 0)
  505. teams_f_teamcriminal.Size = UDim2.new(0, 169, 0, 33)
  506. teams_f_teamcriminal.Font = Enum.Font.SourceSans
  507. teams_f_teamcriminal.Text = "CRIMINAL"
  508. teams_f_teamcriminal.TextColor3 = Color3.new(0, 0, 0)
  509. teams_f_teamcriminal.TextScaled = true
  510. teams_f_teamcriminal.TextSize = 14
  511. teams_f_teamcriminal.TextWrapped = true
  512.  
  513. teams_f_teamneutral.Name = "teams_f_teamneutral"
  514. teams_f_teamneutral.Parent = teamsavailableforchange_f
  515. teams_f_teamneutral.BackgroundColor3 = Color3.new(0.623529, 0.623529, 0.623529)
  516. teams_f_teamneutral.BorderColor3 = Color3.new(0, 0, 0)
  517. teams_f_teamneutral.Position = UDim2.new(0.502941191, 0, 0.5804196, 0)
  518. teams_f_teamneutral.Size = UDim2.new(0, 169, 0, 33)
  519. teams_f_teamneutral.Font = Enum.Font.SourceSans
  520. teams_f_teamneutral.Text = "NEUTRAL"
  521. teams_f_teamneutral.TextColor3 = Color3.new(0, 0, 0)
  522. teams_f_teamneutral.TextScaled = true
  523. teams_f_teamneutral.TextSize = 14
  524. teams_f_teamneutral.TextWrapped = true
  525.  
  526. teams_f_exit.Name = "teams_f_exit"
  527. teams_f_exit.Parent = teamsavailableforchange_f
  528. teams_f_exit.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  529. teams_f_exit.BorderColor3 = Color3.new(0, 0, 0)
  530. teams_f_exit.Position = UDim2.new(0.873529434, 0, 0.811188817, 0)
  531. teams_f_exit.Size = UDim2.new(0, 43, 0, 27)
  532. teams_f_exit.Font = Enum.Font.Fantasy
  533. teams_f_exit.Text = "X"
  534. teams_f_exit.TextColor3 = Color3.new(0, 0, 0)
  535. teams_f_exit.TextScaled = true
  536. teams_f_exit.TextSize = 14
  537. teams_f_exit.TextWrapped = true
  538.  
  539. teleport_positions_f.Name = "teleport_positions_f"
  540. teleport_positions_f.Parent = FOE
  541. teleport_positions_f.BackgroundColor3 = Color3.new(0, 0, 0)
  542. teleport_positions_f.BorderColor3 = Color3.new(0.666667, 0, 0)
  543. teleport_positions_f.Position = UDim2.new(0.23896499, 0, 0.137362644, 0)
  544. teleport_positions_f.Size = UDim2.new(0, 340, 0, 143)
  545. teleport_positions_f.Visible = false
  546.  
  547. teleport_positions_title.Name = "teleport_positions_title"
  548. teleport_positions_title.Parent = teleport_positions_f
  549. teleport_positions_title.BackgroundColor3 = Color3.new(0, 0, 0)
  550. teleport_positions_title.BorderColor3 = Color3.new(0.666667, 0, 0)
  551. teleport_positions_title.Position = UDim2.new(0, 0, -0.188811183, 0)
  552. teleport_positions_title.Size = UDim2.new(0, 340, 0, 27)
  553. teleport_positions_title.Font = Enum.Font.SourceSans
  554. teleport_positions_title.Text = "Teleport to your desired location, with just 1 click!"
  555. teleport_positions_title.TextColor3 = Color3.new(0.666667, 0, 0)
  556. teleport_positions_title.TextScaled = true
  557. teleport_positions_title.TextSize = 14
  558. teleport_positions_title.TextWrapped = true
  559.  
  560. teleport_position_outside.Name = "teleport_position_outside"
  561. teleport_position_outside.Parent = teleport_positions_f
  562. teleport_position_outside.BackgroundColor3 = Color3.new(0, 0, 0)
  563. teleport_position_outside.BorderColor3 = Color3.new(0.666667, 0, 0)
  564. teleport_position_outside.Size = UDim2.new(0, 169, 0, 33)
  565. teleport_position_outside.Font = Enum.Font.SourceSans
  566. teleport_position_outside.Text = "Outside the prison gate"
  567. teleport_position_outside.TextColor3 = Color3.new(0.666667, 0, 0)
  568. teleport_position_outside.TextScaled = true
  569. teleport_position_outside.TextSize = 14
  570. teleport_position_outside.TextWrapped = true
  571.  
  572. teleport_position_secretroom.Name = "teleport_position_secretroom"
  573. teleport_position_secretroom.Parent = teleport_positions_f
  574. teleport_position_secretroom.BackgroundColor3 = Color3.new(0, 0, 0)
  575. teleport_position_secretroom.BorderColor3 = Color3.new(0.666667, 0, 0)
  576. teleport_position_secretroom.Position = UDim2.new(0, 0, 0.286713272, 0)
  577. teleport_position_secretroom.Size = UDim2.new(0, 169, 0, 33)
  578. teleport_position_secretroom.Font = Enum.Font.SourceSans
  579. teleport_position_secretroom.Text = "The secret room"
  580. teleport_position_secretroom.TextColor3 = Color3.new(0.666667, 0, 0)
  581. teleport_position_secretroom.TextScaled = true
  582. teleport_position_secretroom.TextSize = 14
  583. teleport_position_secretroom.TextWrapped = true
  584.  
  585. teleport_position_copspawn.Name = "teleport_position_copspawn"
  586. teleport_position_copspawn.Parent = teleport_positions_f
  587. teleport_position_copspawn.BackgroundColor3 = Color3.new(0, 0, 0)
  588. teleport_position_copspawn.BorderColor3 = Color3.new(0.666667, 0, 0)
  589. teleport_position_copspawn.Position = UDim2.new(0, 0, 0.5804196, 0)
  590. teleport_position_copspawn.Size = UDim2.new(0, 169, 0, 33)
  591. teleport_position_copspawn.Font = Enum.Font.SourceSans
  592. teleport_position_copspawn.Text = "Cop spawn room"
  593. teleport_position_copspawn.TextColor3 = Color3.new(0.666667, 0, 0)
  594. teleport_position_copspawn.TextScaled = true
  595. teleport_position_copspawn.TextSize = 14
  596. teleport_position_copspawn.TextWrapped = true
  597.  
  598. teleport_position_criminal_base.Name = "teleport_position_criminal_base"
  599. teleport_position_criminal_base.Parent = teleport_positions_f
  600. teleport_position_criminal_base.BackgroundColor3 = Color3.new(0, 0, 0)
  601. teleport_position_criminal_base.BorderColor3 = Color3.new(0.666667, 0, 0)
  602. teleport_position_criminal_base.Position = UDim2.new(0.502941191, 0, 0, 0)
  603. teleport_position_criminal_base.Size = UDim2.new(0, 169, 0, 33)
  604. teleport_position_criminal_base.Font = Enum.Font.SourceSans
  605. teleport_position_criminal_base.Text = "Inside the criminal base"
  606. teleport_position_criminal_base.TextColor3 = Color3.new(0.666667, 0, 0)
  607. teleport_position_criminal_base.TextScaled = true
  608. teleport_position_criminal_base.TextSize = 14
  609. teleport_position_criminal_base.TextWrapped = true
  610.  
  611. teleport_position_roof_of_the_prison.Name = "teleport_position_roof_of_the_prison"
  612. teleport_position_roof_of_the_prison.Parent = teleport_positions_f
  613. teleport_position_roof_of_the_prison.BackgroundColor3 = Color3.new(0, 0, 0)
  614. teleport_position_roof_of_the_prison.BorderColor3 = Color3.new(0.666667, 0, 0)
  615. teleport_position_roof_of_the_prison.Position = UDim2.new(0.502941191, 0, 0.286713272, 0)
  616. teleport_position_roof_of_the_prison.Size = UDim2.new(0, 169, 0, 33)
  617. teleport_position_roof_of_the_prison.Font = Enum.Font.SourceSans
  618. teleport_position_roof_of_the_prison.Text = "Prison roof(upper-part)"
  619. teleport_position_roof_of_the_prison.TextColor3 = Color3.new(0.666667, 0, 0)
  620. teleport_position_roof_of_the_prison.TextScaled = true
  621. teleport_position_roof_of_the_prison.TextSize = 14
  622. teleport_position_roof_of_the_prison.TextWrapped = true
  623.  
  624. teleport_position_cell_room.Name = "teleport_position_cell_room"
  625. teleport_position_cell_room.Parent = teleport_positions_f
  626. teleport_position_cell_room.BackgroundColor3 = Color3.new(0, 0, 0)
  627. teleport_position_cell_room.BorderColor3 = Color3.new(0.666667, 0, 0)
  628. teleport_position_cell_room.Position = UDim2.new(0.502941191, 0, 0.58041954, 0)
  629. teleport_position_cell_room.Size = UDim2.new(0, 169, 0, 33)
  630. teleport_position_cell_room.Font = Enum.Font.SourceSans
  631. teleport_position_cell_room.Text = "Inside the cell room"
  632. teleport_position_cell_room.TextColor3 = Color3.new(0.666667, 0, 0)
  633. teleport_position_cell_room.TextScaled = true
  634. teleport_position_cell_room.TextSize = 14
  635. teleport_position_cell_room.TextWrapped = true
  636.  
  637. teleport_position_exit.Name = "teleport_position_exit"
  638. teleport_position_exit.Parent = teleport_positions_f
  639. teleport_position_exit.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  640. teleport_position_exit.BorderColor3 = Color3.new(0, 0, 0)
  641. teleport_position_exit.Position = UDim2.new(0, 0, 0.811188817, 0)
  642. teleport_position_exit.Size = UDim2.new(0, 340, 0, 29)
  643. teleport_position_exit.Font = Enum.Font.SourceSans
  644. teleport_position_exit.Text = "----------Close this UI----------"
  645. teleport_position_exit.TextColor3 = Color3.new(0, 0, 0)
  646. teleport_position_exit.TextScaled = true
  647. teleport_position_exit.TextSize = 14
  648. teleport_position_exit.TextWrapped = true
  649.  
  650. modify_weapons_f.Name = "modify_weapons_f"
  651. modify_weapons_f.Parent = FOE
  652. modify_weapons_f.BackgroundColor3 = Color3.new(0, 0, 0)
  653. modify_weapons_f.BorderColor3 = Color3.new(0.666667, 0, 0)
  654. modify_weapons_f.Position = UDim2.new(0.23896499, 0, 0.137362644, 0)
  655. modify_weapons_f.Size = UDim2.new(0, 340, 0, 145)
  656. modify_weapons_f.Visible = false
  657.  
  658. modify_weapons_title.Name = "modify_weapons_title"
  659. modify_weapons_title.Parent = modify_weapons_f
  660. modify_weapons_title.BackgroundColor3 = Color3.new(0, 0, 0)
  661. modify_weapons_title.BorderColor3 = Color3.new(0.666667, 0, 0)
  662. modify_weapons_title.Position = UDim2.new(0, 0, -0.186206892, 0)
  663. modify_weapons_title.Size = UDim2.new(0, 340, 0, 27)
  664. modify_weapons_title.Font = Enum.Font.Fantasy
  665. modify_weapons_title.Text = "Modify a weapon;WARNING:CHANGE VALUES IF TOO LAGGY"
  666. modify_weapons_title.TextColor3 = Color3.new(0.666667, 0, 0)
  667. modify_weapons_title.TextScaled = true
  668. modify_weapons_title.TextSize = 14
  669. modify_weapons_title.TextWrapped = true
  670.  
  671. modify_weapon_m4a1.Name = "modify_weapon_m4a1"
  672. modify_weapon_m4a1.Parent = modify_weapons_f
  673. modify_weapon_m4a1.BackgroundColor3 = Color3.new(0, 0, 0)
  674. modify_weapon_m4a1.BorderColor3 = Color3.new(0.666667, 0, 0)
  675. modify_weapon_m4a1.Size = UDim2.new(0, 169, 0, 33)
  676. modify_weapon_m4a1.Font = Enum.Font.SourceSans
  677. modify_weapon_m4a1.Text = "M4A1"
  678. modify_weapon_m4a1.TextColor3 = Color3.new(0.666667, 0, 0)
  679. modify_weapon_m4a1.TextScaled = true
  680. modify_weapon_m4a1.TextSize = 14
  681. modify_weapon_m4a1.TextWrapped = true
  682.  
  683. modify_weapon_taser.Name = "modify_weapon_taser"
  684. modify_weapon_taser.Parent = modify_weapons_f
  685. modify_weapon_taser.BackgroundColor3 = Color3.new(0, 0, 0)
  686. modify_weapon_taser.BorderColor3 = Color3.new(0.666667, 0, 0)
  687. modify_weapon_taser.Position = UDim2.new(0.502941191, 0, 0, 0)
  688. modify_weapon_taser.Size = UDim2.new(0, 169, 0, 33)
  689. modify_weapon_taser.Font = Enum.Font.SourceSans
  690. modify_weapon_taser.Text = "Taser"
  691. modify_weapon_taser.TextColor3 = Color3.new(0.666667, 0, 0)
  692. modify_weapon_taser.TextScaled = true
  693. modify_weapon_taser.TextSize = 14
  694. modify_weapon_taser.TextWrapped = true
  695.  
  696. modify_weapon_remington870.Name = "modify_weapon_remington870"
  697. modify_weapon_remington870.Parent = modify_weapons_f
  698. modify_weapon_remington870.BackgroundColor3 = Color3.new(0, 0, 0)
  699. modify_weapon_remington870.BorderColor3 = Color3.new(0.666667, 0, 0)
  700. modify_weapon_remington870.Position = UDim2.new(2.93366611e-08, 0, 0.234482765, 0)
  701. modify_weapon_remington870.Size = UDim2.new(0, 169, 0, 33)
  702. modify_weapon_remington870.Font = Enum.Font.SourceSans
  703. modify_weapon_remington870.Text = "Shotgun/Rem"
  704. modify_weapon_remington870.TextColor3 = Color3.new(0.666667, 0, 0)
  705. modify_weapon_remington870.TextScaled = true
  706. modify_weapon_remington870.TextSize = 14
  707. modify_weapon_remington870.TextWrapped = true
  708.  
  709. modify_weapon_pistol.Name = "modify_weapon_pistol"
  710. modify_weapon_pistol.Parent = modify_weapons_f
  711. modify_weapon_pistol.BackgroundColor3 = Color3.new(0, 0, 0)
  712. modify_weapon_pistol.BorderColor3 = Color3.new(0.666667, 0, 0)
  713. modify_weapon_pistol.Position = UDim2.new(0.502941191, 0, 0.234482765, 0)
  714. modify_weapon_pistol.Size = UDim2.new(0, 169, 0, 33)
  715. modify_weapon_pistol.Font = Enum.Font.SourceSans
  716. modify_weapon_pistol.Text = "Pistol"
  717. modify_weapon_pistol.TextColor3 = Color3.new(0.666667, 0, 0)
  718. modify_weapon_pistol.TextScaled = true
  719. modify_weapon_pistol.TextSize = 14
  720. modify_weapon_pistol.TextWrapped = true
  721.  
  722. modify_weapon_ak47.Name = "modify_weapon_ak47"
  723. modify_weapon_ak47.Parent = modify_weapons_f
  724. modify_weapon_ak47.BackgroundColor3 = Color3.new(0, 0, 0)
  725. modify_weapon_ak47.BorderColor3 = Color3.new(0.666667, 0, 0)
  726. modify_weapon_ak47.Position = UDim2.new(0, 0, 0.462068975, 0)
  727. modify_weapon_ak47.Size = UDim2.new(0, 169, 0, 33)
  728. modify_weapon_ak47.Font = Enum.Font.SourceSans
  729. modify_weapon_ak47.Text = "AK47"
  730. modify_weapon_ak47.TextColor3 = Color3.new(0.666667, 0, 0)
  731. modify_weapon_ak47.TextScaled = true
  732. modify_weapon_ak47.TextSize = 14
  733. modify_weapon_ak47.TextWrapped = true
  734.  
  735. modify_weapon_sayhellotomylittlefriend.Name = "modify_weapon_sayhellotomylittlefriend"
  736. modify_weapon_sayhellotomylittlefriend.Parent = modify_weapons_f
  737. modify_weapon_sayhellotomylittlefriend.BackgroundColor3 = Color3.new(0, 0, 0)
  738. modify_weapon_sayhellotomylittlefriend.BorderColor3 = Color3.new(0.666667, 0, 0)
  739. modify_weapon_sayhellotomylittlefriend.Position = UDim2.new(0.502941191, 0, 0.462068975, 0)
  740. modify_weapon_sayhellotomylittlefriend.Size = UDim2.new(0, 169, 0, 33)
  741. modify_weapon_sayhellotomylittlefriend.Font = Enum.Font.SourceSans
  742. modify_weapon_sayhellotomylittlefriend.Text = "LAG Machine;Shotgun"
  743. modify_weapon_sayhellotomylittlefriend.TextColor3 = Color3.new(0.666667, 0, 0)
  744. modify_weapon_sayhellotomylittlefriend.TextScaled = true
  745. modify_weapon_sayhellotomylittlefriend.TextSize = 14
  746. modify_weapon_sayhellotomylittlefriend.TextWrapped = true
  747.  
  748. modify_weapon_0.Name = "modify_weapon_0"
  749. modify_weapon_0.Parent = modify_weapons_f
  750. modify_weapon_0.BackgroundColor3 = Color3.new(0, 0, 0)
  751. modify_weapon_0.BorderColor3 = Color3.new(0.666667, 0, 0)
  752. modify_weapon_0.Position = UDim2.new(0, 0, 0.689655066, 0)
  753. modify_weapon_0.Size = UDim2.new(0, 169, 0, 31)
  754. modify_weapon_0.Font = Enum.Font.SourceSans
  755. modify_weapon_0.Text = "Reset weapons"
  756. modify_weapon_0.TextColor3 = Color3.new(0.666667, 0, 0)
  757. modify_weapon_0.TextScaled = true
  758. modify_weapon_0.TextSize = 14
  759. modify_weapon_0.TextWrapped = true
  760.  
  761. modify_weapon_bringall.Name = "modify_weapon_bringall"
  762. modify_weapon_bringall.Parent = modify_weapons_f
  763. modify_weapon_bringall.BackgroundColor3 = Color3.new(0, 0, 0)
  764. modify_weapon_bringall.BorderColor3 = Color3.new(0.666667, 0, 0)
  765. modify_weapon_bringall.Position = UDim2.new(0.502941191, 0, 0.689655066, 0)
  766. modify_weapon_bringall.Size = UDim2.new(0, 168, 0, 31)
  767. modify_weapon_bringall.Font = Enum.Font.SourceSans
  768. modify_weapon_bringall.Text = "Bring weapons"
  769. modify_weapon_bringall.TextColor3 = Color3.new(0.666667, 0, 0)
  770. modify_weapon_bringall.TextScaled = true
  771. modify_weapon_bringall.TextSize = 14
  772. modify_weapon_bringall.TextWrapped = true
  773.  
  774. modify_weapons_f_exit.Name = "modify_weapons_f_exit"
  775. modify_weapons_f_exit.Parent = modify_weapons_f
  776. modify_weapons_f_exit.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  777. modify_weapons_f_exit.BorderColor3 = Color3.new(0, 0, 0)
  778. modify_weapons_f_exit.Position = UDim2.new(0, 0, 0.903448164, 0)
  779. modify_weapons_f_exit.Size = UDim2.new(0, 339, 0, 14)
  780. modify_weapons_f_exit.Font = Enum.Font.Fantasy
  781. modify_weapons_f_exit.Text = "Click 'me' to close this ui"
  782. modify_weapons_f_exit.TextColor3 = Color3.new(0, 0, 0)
  783. modify_weapons_f_exit.TextSize = 24
  784. modify_weapons_f_exit.TextWrapped = true
  785.  
  786. misc_f.Name = "misc_f"
  787. misc_f.Parent = FOE
  788. misc_f.BackgroundColor3 = Color3.new(0, 0, 0)
  789. misc_f.BorderColor3 = Color3.new(0.666667, 0, 0)
  790. misc_f.Position = UDim2.new(0.23896499, 0, 0.137362644, 0)
  791. misc_f.Size = UDim2.new(0, 339, 0, 145)
  792. misc_f.Visible = false
  793.  
  794. misc_title.Name = "misc_title"
  795. misc_title.Parent = misc_f
  796. misc_title.BackgroundColor3 = Color3.new(0, 0, 0)
  797. misc_title.BorderColor3 = Color3.new(0.666667, 0, 0)
  798. misc_title.Position = UDim2.new(0, 0, -0.186206892, 0)
  799. misc_title.Size = UDim2.new(0, 340, 0, 27)
  800. misc_title.Font = Enum.Font.SourceSans
  801. misc_title.Text = "Here is everything else that's of use"
  802. misc_title.TextColor3 = Color3.new(0.666667, 0, 0)
  803. misc_title.TextScaled = true
  804. misc_title.TextSize = 14
  805. misc_title.TextWrapped = true
  806.  
  807. misc_btools.Name = "misc_btools"
  808. misc_btools.Parent = misc_f
  809. misc_btools.BackgroundColor3 = Color3.new(0, 0, 0)
  810. misc_btools.BorderColor3 = Color3.new(0.666667, 0, 0)
  811. misc_btools.Size = UDim2.new(0, 169, 0, 32)
  812. misc_btools.Font = Enum.Font.Fantasy
  813. misc_btools.Text = "BTools"
  814. misc_btools.TextColor3 = Color3.new(0.666667, 0, 0)
  815. misc_btools.TextScaled = true
  816. misc_btools.TextSize = 14
  817. misc_btools.TextWrapped = true
  818.  
  819. misc_delete_a_bunch_of_stuff.Name = "misc_delete_a_bunch_of_stuff"
  820. misc_delete_a_bunch_of_stuff.Parent = misc_f
  821. misc_delete_a_bunch_of_stuff.BackgroundColor3 = Color3.new(0, 0, 0)
  822. misc_delete_a_bunch_of_stuff.BorderColor3 = Color3.new(0.666667, 0, 0)
  823. misc_delete_a_bunch_of_stuff.Position = UDim2.new(0.504424751, 0, 0, 0)
  824. misc_delete_a_bunch_of_stuff.Size = UDim2.new(0, 169, 0, 32)
  825. misc_delete_a_bunch_of_stuff.Font = Enum.Font.SourceSans
  826. misc_delete_a_bunch_of_stuff.Text = "Delete useless objects"
  827. misc_delete_a_bunch_of_stuff.TextColor3 = Color3.new(0.666667, 0, 0)
  828. misc_delete_a_bunch_of_stuff.TextScaled = true
  829. misc_delete_a_bunch_of_stuff.TextSize = 14
  830. misc_delete_a_bunch_of_stuff.TextWrapped = true
  831.  
  832. misc_click_arrest.Name = "misc_click_arrest"
  833. misc_click_arrest.Parent = misc_f
  834. misc_click_arrest.BackgroundColor3 = Color3.new(0, 0, 0)
  835. misc_click_arrest.BorderColor3 = Color3.new(0.666667, 0, 0)
  836. misc_click_arrest.Position = UDim2.new(0, 0, 0.351724148, 0)
  837. misc_click_arrest.Size = UDim2.new(0, 169, 0, 32)
  838. misc_click_arrest.Font = Enum.Font.SourceSans
  839. misc_click_arrest.Text = "Click-Arrest"
  840. misc_click_arrest.TextColor3 = Color3.new(0.666667, 0, 0)
  841. misc_click_arrest.TextScaled = true
  842. misc_click_arrest.TextSize = 14
  843. misc_click_arrest.TextWrapped = true
  844.  
  845. misc_remove_doors.Name = "misc_remove_doors"
  846. misc_remove_doors.Parent = misc_f
  847. misc_remove_doors.BackgroundColor3 = Color3.new(0, 0, 0)
  848. misc_remove_doors.BorderColor3 = Color3.new(0.666667, 0, 0)
  849. misc_remove_doors.Position = UDim2.new(0.504424751, 0, 0.351724148, 0)
  850. misc_remove_doors.Size = UDim2.new(0, 169, 0, 32)
  851. misc_remove_doors.Font = Enum.Font.SourceSans
  852. misc_remove_doors.Text = "Remove-doors"
  853. misc_remove_doors.TextColor3 = Color3.new(0.666667, 0, 0)
  854. misc_remove_doors.TextScaled = true
  855. misc_remove_doors.TextSize = 14
  856. misc_remove_doors.TextWrapped = true
  857.  
  858. misc_credits.Name = "misc_credits"
  859. misc_credits.Parent = misc_f
  860. misc_credits.BackgroundColor3 = Color3.new(0, 0, 0)
  861. misc_credits.BorderColor3 = Color3.new(0.666667, 0, 0)
  862. misc_credits.Position = UDim2.new(0.0383480825, 0, 0.606896579, 0)
  863. misc_credits.Size = UDim2.new(0, 314, 0, 50)
  864. misc_credits.Font = Enum.Font.SourceSans
  865. misc_credits.Text = "Credits(Press-F9)"
  866. misc_credits.TextColor3 = Color3.new(0.666667, 0, 0)
  867. misc_credits.TextScaled = true
  868. misc_credits.TextSize = 14
  869. misc_credits.TextWrapped = true
  870.  
  871. open.Name = "open"
  872. open.Parent = FOE
  873. open.BackgroundColor3 = Color3.new(0, 0, 0)
  874. open.BorderColor3 = Color3.new(0.666667, 0, 0)
  875. open.Position = UDim2.new(0, 0, 0.836538434, 0)
  876. open.Size = UDim2.new(0, 93, 0, 24)
  877. open.Visible = false
  878. open.Font = Enum.Font.Fantasy
  879. open.Text = "[OPEN]"
  880. open.TextColor3 = Color3.new(0.666667, 0, 0)
  881. open.TextScaled = true
  882. open.TextSize = 14
  883. open.TextWrapped = true
  884.  
  885. local moto="=== [[ F.O.E ]] ==="
  886. -- config
  887. local p=game.Players.LocalPlayer
  888. char_exit.MouseButton1Down:Connect(function()
  889.     character_or_humanoid_f.Visible=false
  890. end)
  891.  
  892. jpminus10.MouseButton1Down:Connect(function()
  893.     game.Players.LocalPlayer.Character.Humanoid.JumpPower=game.Players.LocalPlayer.Character.Humanoid.JumpPower-10
  894. end)
  895.  
  896. jpplus10.MouseButton1Down:Connect(function()
  897.     game.Players.LocalPlayer.Character.Humanoid.JumpPower=game.Players.LocalPlayer.Character.Humanoid.JumpPower+10
  898. end)
  899.  
  900. wsminus10.MouseButton1Down:Connect(function()
  901.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed=game.Players.LocalPlayer.Character.Humanoid.WalkSpeed-10
  902. end)
  903.  
  904. wsplus10.MouseButton1Down:Connect(function()
  905.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed=game.Players.LocalPlayer.Character.Humanoid.WalkSpeed+10
  906. end)
  907.  
  908. misc_btools.MouseButton1Down:Connect(function()
  909.     local p=game.Players.LocalPlayer
  910.     Instance.new('HopperBin', p.Backpack).BinType = 2;Instance.new('HopperBin', p.Backpack).BinType = 3;Instance.new('HopperBin', p.Backpack).BinType = 4;loadstring(game:GetObjects('rbxassetid://552440069')[1].Source)()
  911. end)
  912.  
  913. misc_click_arrest.MouseButton1Down:Connect(function()
  914.     local mouse = game.Players.LocalPlayer:GetMouse()local arrestEvent = game.Workspace.Remote.arrest;mouse.Button1Down:connect(function()local obj = mouse.Target;local response = arrestEvent:InvokeServer(obj)end)
  915. end)
  916.  
  917. misc_credits.MouseButton1Down:Connect(function()
  918.     local msg=Instance.new("Message",game.Workspace)msg.Text="UI made by Scripteria; figure#6200 https://twitter.com/logistry"warn("UI made by Scripteria; figure#6200 https://twitter.com/logistry")wait(3)msg:Destroy()
  919. end)
  920.  
  921. misc_delete_a_bunch_of_stuff.MouseButton1Down:Connect(function()
  922.     game.Workspace.Warehouses:Destroy('Warehouses destroyed')game.Workspace.Treadmills:Destroy('Treadmills destroyed')game.Workspace.Town_Fence:Destroy('Townfence destroyed')game.Workspace.Shippingcontainers:Destroy('Shippingcontainers destroyed')game.Workspace.BOUNDARY:Destroy('Boundary destroyed')game.Workspace.Prison_Flag:Destroy('Prisonflag destroyed')game.Workspace.Benchpresses:Destroy('Benchpresses destroyed')game.Workspace.Prison_Signs:Destroy('Prisonsigns destroyed')game.Workspace.Prison_Trees:Destroy('PrisonTrees destroyed')game.Workspace.Model:Destroy('Model destroyed')game.Workspace.Garages:Destroy('Garages destroyed')game.Workspace.Prison_Fences:Destroy('PrisonFences destroyed')game.Workspace.Desks:Destroy('Desks destroyed')game.Workspace.Prison_OuterWall:Destroy('OuterWall destroyed')game.Workspace.City_buildings:Destroy('City buildings destroyed')game.Workspace.ReplicatedStorage.Regions:Destroy('Regions destroyed')game.Workspace.Prison_Parking:Destroy('Parking destroyed')game.Workspace.Prison_Cafeteria.building:Destroy('Cafeteria destroyed')game.Workspace.Prison_Cafeteria["trash bins"]:Destroy('Cafe bins destroyed')game.Workspace.Prison_Cafeteria.counter:Destroy('Cafe counter destroyed')game.Workspace.Prison_Cafeteria.Prison_table1:Destroy('Table1 folder destroyed')game.Workspace.Prison_Cafeteria.Prison_table1.table1:Destroy('Table1 destroyed')game.Workspace.Prison_Cafeteria.Prison_table1.table1:Destroy('Table1 destroyed')game.Workspace.Prison_Cafeteria.Prison_table1.table1:Destroy('Table1 destroyed')game.Workspace.Prison_Cafeteria.Prison_table1.table1:Destroy('Table1 destroyed')game.Workspace.Prison_Cafeteria.Prison_table1.table1:Destroy('Table1 destroyed')game.Workspace.Prison_Cafeteria.Prison_table1.table1:Destroy('Table1 destroyed')game.Workspace.Prison_Cafeteria.doorway:Destroy('Cafe doorway destroyed')game.Workspace.Prison_Cafeteria["vending machine"]:Destroy('Vending machines destroyed')game.Workspace.Prison_Cafeteria.oven:Destroy('Cafe oven destroyed')game.Workspace.Prison_Cafeteria.accents:Destroy('Accents destroyed')game.Workspace.Prison_Cafeteria.glass:Destroy('Cafe glass destroyed')game.Workspace.Prison_Cafeteria.glassdividers:Destroy('Cafe glass dividers destroyed')game.Workspace.Prison_Cellblock:Destroy('Cells destroyed')game.Workspace.Prison_Guard_Outpost:Destroy('Prison Guard Outpost destroyed')game.Workspace["Square Trees"]:Destroy('Trees destroyed')game.Workspace.GuardBooth.Prison_bollards:Destroy('???destroyed')world.Parkinglines:Destroy()world.powerline:Destroy()world.Plant:Destroy()world.Treadmills:Destroy()world.Town_Fence:Destroy()world.Prison_Flag:Destroy()local pgo = world.Prison_Guard_Outpost pgo.window:Destroy()pgo.doorwindow:Destroy()pgo.wall:Destroy()pgo.wallsegment:Destroy()pgo.wallsegment:Destroy()pgo.wallsegment:Destroy()pgo.wallsegment:Destroy()pgo.wallsegment:Destroy()pgo.wallsegment:Destroy()pgo.doorway:Destroy()pgo.Doorway:Destroy()pgo.wallsegment:Destroy()pgo.furniture_armory:Destroy()pgo.furniture_kitchen:Destroy()pgo.furnite_cctv:Destroy()pgo.lights:Destroy()pgo.part:Destroy()pgo.Part:Destroy()pgo.sign:Destroy()pgo.sign:Destroy()pgo.sign:Destroy()world["Square trees"]:Destroy()pgo.Model:Destroy()pgo.Model:Destroy()pgo.Model:Destroy()local pc = world.Prison_Cafeteria pc.building:Destroy()pc.glass:Destroy()pc.oven:Destroy()pc.shelves:Destroy()pc.Model:Destroy()pc.accents:Destroy()pc.vents:Destroy()pc["vending machines"]:Destroy()pc["trash bins"]:Destroy()pc.Prison_table1:Destroy()pc.counter:Destroy()pc.Model:Destroy()pc.fridge:Destroy()pc.fridge:Destroy()pc.boxes:Destroy()pc.doorway:Destroy()pc.island:Destroy()pc.counter:Destroy()pc.counter:Destroy()pc.oven:Destroy()pc["vending machine"]:Destroy()pc.glassdividers:Destroy()world.noob:Destroy()world.noob:Destroy()world.Benchpresses:Destroy()world.Prison_Signs:Destroy()world.Prison_Trees:Destroy()world.Model:Destroy()world.Model:Destroy()world["Stop Sign"]:Destroy()world.Prison_Fences:Destroy()world.GuardBooth:Destroy()world.Model:Destroy()world["Street lights"]:Destroy()world.Garages:Destroy()world.sign:Destroy()world.Desks:Destroy()world.Prison_Administration:Destroy()world.sign:Destroy()world.Model:Destroy()world.Trees:Destroy()world.Prison_OuterWalls:Destroy()
  923. end)
  924.  
  925. misc_remove_doors.MouseButton1Down:Connect(function()
  926.     game.Workspace.Doors:Destroy('Doors removed')
  927. end)
  928.  
  929. modify_weapon_0.MouseButton1Down:Connect(function()
  930.     local gun=p.Backpack:FindFirstChild("Remington 870","AK-47","Pistol","M4A1","Taser")local sM=require(gun:FindFirstChild("GunStates"))sM["Damage"]=50;sM["MaxAmmo"]=64;sM["StoredAmmo"]=64;sM["FireRate"]=1;sM["AmmoPerClip"]=Ammo_Per_Clip;sM["Range"]=5000;sM["ReloadTime"]=3.4;sM["Bullets"]=5;sM["AutoFire"]=true
  931. end)
  932.  
  933. modify_weapon_bringall.MouseButton1Down:Connect(function()
  934.     local weapons={"Remington 870","M9","AK-47","M4A1","Riot Shield"}for i, v in pairs(game.Workspace["Prison_ITEMS"].giver:GetChildren()) do for j, k in pairs(weapons) do if v.Name==k then v:MoveTo(game.Players.LocalPlayer.Character.Torso.Position)end end end
  935. end)
  936.  
  937. modify_weapons_f_exit.MouseButton1Down:Connect(function()
  938.     modify_weapons_f.Visible=false
  939. end)
  940.  
  941. modify_weapon_ak47.MouseButton1Down:Connect(function()
  942.     local gun=p.Backpack:FindFirstChild("AK-47")local sM=require(gun:FindFirstChild("GunStates"))sM["Damage"]=999;sM["MaxAmmo"]=9000001;sM["StoredAmmo"]=9000001;sM["FireRate"]=0.1;sM["AmmoPerClip"]=9000001;sM["Range"]=5000;sM["ReloadTime"]=0.05;sM["Bullets"]=100;sM["AutoFire"]=true
  943. end)
  944.  
  945. modify_weapon_m4a1.MouseButton1Down:Connect(function()
  946.     local gun=p.Backpack:FindFirstChild("M4A1")local sM=require(gun:FindFirstChild("GunStates"))sM["Damage"]=999;sM["MaxAmmo"]=9000001;sM["StoredAmmo"]=9000001;sM["FireRate"]=0.1;sM["AmmoPerClip"]=9000001;sM["Range"]=5000;sM["ReloadTime"]=0.05;sM["Bullets"]=100;sM["AutoFire"]=true
  947. end)
  948.  
  949. modify_weapon_pistol.MouseButton1Down:Connect(function()
  950.     local gun=p.Backpack:FindFirstChild("M9")local sM=require(gun:FindFirstChild("GunStates"))sM["Damage"]=999;sM["MaxAmmo"]=9000001;sM["StoredAmmo"]=9000001;sM["FireRate"]=0.1;sM["AmmoPerClip"]=9000001;sM["Range"]=5000;sM["ReloadTime"]=0.05;sM["Bullets"]=100;sM["AutoFire"]=true
  951. end)
  952.  
  953. modify_weapon_remington870.MouseButton1Down:Connect(function()
  954.     local gun=p.Backpack:FindFirstChild("Remington 870")local sM=require(gun:FindFirstChild("GunStates"))sM["Damage"]=999;sM["MaxAmmo"]=9000001;sM["StoredAmmo"]=9000001;sM["FireRate"]=0.1;sM["AmmoPerClip"]=9000001;sM["Range"]=5000;sM["ReloadTime"]=0.05;sM["Bullets"]=100;sM["AutoFire"]=true
  955. end)
  956.  
  957. modify_weapon_taser.MouseButton1Down:Connect(function()
  958.     local gun=p.Backpack:FindFirstChild("Taser")local sM=require(gun:FindFirstChild("GunStates"))sM["Damage"]=999;sM["MaxAmmo"]=9000001;sM["StoredAmmo"]=9000001;sM["FireRate"]=0.1;sM["AmmoPerClip"]=9000001;sM["Range"]=5000;sM["ReloadTime"]=0.05;sM["Bullets"]=100;sM["AutoFire"]=true
  959. end)
  960.  
  961. modify_weapon_sayhellotomylittlefriend.MouseButton1Down:Connect(function()
  962.     local gun=p.Backpack:FindFirstChild("Remington 870")local sM=require(gun:FindFirstChild("GunStates"))sM["Damage"]=999;sM["MaxAmmo"]=9000001;sM["StoredAmmo"]=9000001;sM["FireRate"]=0;sM["AmmoPerClip"]=9000001;sM["Range"]=5000;sM["ReloadTime"]=0.05;sM["Bullets"]=550;sM["AutoFire"]=true
  963. end)
  964.  
  965. char.MouseButton1Down:Connect(function()
  966.     character_or_humanoid_f.Visible=true
  967. end)
  968.  
  969. d_off.MouseButton1Down:Connect(function()
  970.     d_label.Text="Dragging:OFF";character_or_humanoid_f.Draggable=false;misc_f.Draggable=false;modify_weapons_f.Draggable=false;prison_life_v135.Draggable=false;teamsavailableforchange_f.Draggable=false;teleport_positions_f.Draggable=false
  971. end)
  972.  
  973. d_on.MouseButton1Down:Connect(function()
  974.     d_label.Text="Dragging:ON";character_or_humanoid_f.Draggable=true;misc_f.Draggable=true;modify_weapons_f.Draggable=true;prison_life_v135.Draggable=true;teamsavailableforchange_f.Draggable=true;teleport_positions_f.Draggable=true
  975. end)
  976.  
  977. exit.MouseButton1Down:Connect(function()
  978.     p.PlayerGui["=== [[ F.O.E ]] ==="]:Destroy()
  979. end)
  980.  
  981. gunmodz.MouseButton1Down:Connect(function()
  982.     modify_weapons_f.Visible=true
  983. end)
  984.  
  985. minimise.MouseButton1Down:Connect(function()
  986.     prison_life_v135.Visible=false;open.Visible=true
  987. end)
  988.  
  989. misc.MouseButton1Down:Connect(function()
  990.     misc_f.Visible=true;misc.Visible=false;misc_exit.Visible=true
  991. end)
  992.  
  993. misc_exit.MouseButton1Down:Connect(function()
  994.     misc_f.Visible=false;misc.Visible=true;misc_exit.Visible=false;misc_page_2_f.Visible=false
  995. end)
  996.  
  997. teams.MouseButton1Down:Connect(function()
  998.     teamsavailableforchange_f.Visible=true
  999. end)
  1000.  
  1001. tp.MouseButton1Down:Connect(function()
  1002.     teleport_positions_f.Visible=true
  1003. end)
  1004.  
  1005. teams_f_exit.MouseButton1Down:Connect(function()
  1006.     teamsavailableforchange_f.Visible=false
  1007. end)
  1008.  
  1009. teams_f_teamcop.MouseButton1Down:Connect(function()
  1010.     Workspace.Remote.TeamEvent:FireServer("Bright blue")
  1011. end)
  1012.  
  1013. teams_f_teamcriminal.MouseButton1Down:Connect(function()
  1014.     weld02=game.Players.LocalPlayer.Character.HumanoidRootPart.Position;game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(-919.958, 95.327, 2138.189)wait(0.075)game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(weld02)
  1015. end)
  1016.  
  1017. teams_f_teaminmate.MouseButton1Down:Connect(function()
  1018.     Workspace.Remote.TeamEvent:FireServer("Bright orange")
  1019. end)
  1020.  
  1021. teams_f_teamneutral.MouseButton1Down:Connect(function()
  1022.     Workspace.Remote.TeamEvent:FireServer("Medium stone grey")
  1023. end)
  1024.  
  1025. teleport_position_cell_room.MouseButton1Down:Connect(function()
  1026.     p.Character.HumanoidRootPart.CFrame=CFrame.new(915.315491, 99.9899902, 2488.43677)
  1027. end)
  1028.  
  1029. teleport_position_copspawn.MouseButton1Down:Connect(function()
  1030.     p.Character.HumanoidRootPart.CFrame=CFrame.new(836.84198, 99.9900055, 2313.12085)
  1031. end)
  1032.  
  1033. teleport_position_criminal_base.MouseButton1Down:Connect(function()
  1034.     p.Character.HumanoidRootPart.CFrame=CFrame.new(-929.429443, 94.1287842, 2064.46582)
  1035. end)
  1036.  
  1037. teleport_position_exit.MouseButton1Down:Connect(function()
  1038.     teleport_positions_f.Visible=false
  1039. end)
  1040.  
  1041. teleport_position_outside.MouseButton1Down:Connect(function()
  1042.     p.Character.HumanoidRootPart.CFrame=CFrame.new(477.885895, 98.0399399, 2216.35376)
  1043. end)
  1044.  
  1045. teleport_position_roof_of_the_prison.MouseButton1Down:Connect(function()
  1046.     p.Character.HumanoidRootPart.CFrame=CFrame.new(931.573669, 137.516724, 2461.78564)
  1047. end)
  1048.  
  1049. teleport_position_secretroom.MouseButton1Down:Connect(function()
  1050.     p.Character.HumanoidRootPart.CFrame=CFrame.new(712.830627, 99.9900055, 2343.49121)
  1051. end)
  1052.  
  1053. open.MouseButton1Down:Connect(function()
  1054.     prison_life_v135.Visible=true;open.Visible=false
  1055. end)
  1056.  
  1057. misc_page_2.MouseButton1Down:Connect(function()
  1058.     misc_page_2_f.Visible = true
  1059. end)
  1060.  
  1061. misc_invalid.MouseButton1Down:Connect(function()
  1062.     loadstring(game:HttpGet(('https://pastebin.com/raw/1PnxRYJv'),true))()
  1063.     FOE:Destroy()
  1064. end)
  1065.  
  1066. misc_close_misc2.MouseButton1Down:Connect(function()
  1067.     misc_page_2_f.Visible = false
  1068. end)
  1069.  
  1070. misc_chatadvertisement.MouseButton1Down:Connect(function()
  1071. game.ReplicatedStorage.RemoteEvent:FireServer([[require(1074006010):chatall("Server was accessed by, the one, the only, "..game.Players.LocalPlayer.Name.."Using "..moto)]])
  1072. end)
  1073.  
  1074. misc_revizadmin.MouseButton1Down:Connect(function()
  1075.     loadstring(game:HttpGet(('https://pastebin.com/raw/rC1taBTg'),true))()
  1076. end)
  1077.  
  1078. misc_racistdolphin.MouseButton1Down:Connect(function()
  1079.     loadstring(game:HttpGet(('https://pastebin.com/raw/CCvPsEQV'),true))()
  1080. end)
  1081. warn(p.Name..", TO CLOSE PAGE 2 OF MISC, CLICK THE OTHER MISC PAGE UNTIL IT SAYS 'MISC-UI'")
  1082. while true do
  1083.     wait(0.1)
  1084.     jpvalue.Text=p.Character.Humanoid.JumpPower
  1085.     wsvalue.Text=p.Character.Humanoid.WalkSpeed
  1086. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement