robloxfalcer888

High School Dorm Life GUI ROBLOX

Jan 1st, 2020
1,250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.46 KB | None | 0 0
  1. local HSDLGuiv1 = Instance.new("ScreenGui")
  2. local Main = Instance.new("Frame")
  3. local Title = Instance.new("TextButton")
  4. local Title_2 = Instance.new("TextLabel")
  5. local TextLabel = Instance.new("TextLabel")
  6. local Players = Instance.new("ScrollingFrame")
  7. local p1 = Instance.new("TextButton")
  8. local p2 = Instance.new("TextButton")
  9. local p3 = Instance.new("TextButton")
  10. local p4 = Instance.new("TextButton")
  11. local p5 = Instance.new("TextButton")
  12. local p6 = Instance.new("TextButton")
  13. local p7 = Instance.new("TextButton")
  14. local p8 = Instance.new("TextButton")
  15. local p9 = Instance.new("TextButton")
  16. local p10 = Instance.new("TextButton")
  17. local p11 = Instance.new("TextButton")
  18. local p12 = Instance.new("TextButton")
  19. local p13 = Instance.new("TextButton")
  20. local p14 = Instance.new("TextButton")
  21. local p15 = Instance.new("TextButton")
  22. local p16 = Instance.new("TextButton")
  23. local p17 = Instance.new("TextButton")
  24. local p18 = Instance.new("TextButton")
  25. local p19 = Instance.new("TextButton")
  26. local p20 = Instance.new("TextButton")
  27. local GiveHonor = Instance.new("TextButton")
  28. local Ignore = Instance.new("Frame")
  29. local Infirmary = Instance.new("TextButton")
  30. local Ignore_2 = Instance.new("Frame")
  31. local Detention = Instance.new("TextButton")
  32. local Ignore_3 = Instance.new("Frame")
  33. local TpToPlr = Instance.new("TextButton")
  34. local Ignore_4 = Instance.new("Frame")
  35. local PSelected = Instance.new("TextBox")
  36. local Money = Instance.new("TextButton")
  37. local Ignore_5 = Instance.new("Frame")
  38. local Menu = Instance.new("TextButton")
  39.  
  40. -- Properties
  41.  
  42. HSDLGuiv1.Name = "HSDL Gui v1"
  43. HSDLGuiv1.Parent = game.CoreGui
  44.  
  45. Main.Name = "Main"
  46. Main.Parent = HSDLGuiv1
  47. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  48. Main.BorderColor3 = Color3.new(0, 0, 0)
  49. Main.BorderSizePixel = 2
  50. Main.Draggable = true
  51. Main.Position = UDim2.new(0, 325, 0, 75)
  52. Main.Size = UDim2.new(0, 360, 0, 300)
  53. Main.Active = true
  54. Main.Draggable = true
  55. Main.Visible = false
  56.  
  57. Title.Name = "Title"
  58. Title.Parent = Main
  59. Title.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  60. Title.BorderColor3 = Color3.new(0, 0, 0)
  61. Title.BorderSizePixel = 2
  62. Title.Size = UDim2.new(1, 0, 0, 40)
  63. Title.Font = Enum.Font.Code
  64. Title.FontSize = Enum.FontSize.Size14
  65. Title.Text = ""
  66. Title.TextSize = 14
  67.  
  68. Title_2.Name = "Title"
  69. Title_2.Parent = Title
  70. Title_2.BackgroundColor3 = Color3.new(1, 1, 1)
  71. Title_2.BackgroundTransparency = 1
  72. Title_2.Selectable = true
  73. Title_2.Size = UDim2.new(1, 0, 1, 0)
  74. Title_2.ZIndex = 2
  75. Title_2.Font = Enum.Font.SourceSansBold
  76. Title_2.FontSize = Enum.FontSize.Size14
  77. Title_2.Text = "HSDL Gui v1"
  78. Title_2.TextColor3 = Color3.new(1, 1, 1)
  79. Title_2.TextScaled = true
  80. Title_2.TextSize = 14
  81. Title_2.TextStrokeTransparency = 0
  82. Title_2.TextWrapped = true
  83.  
  84. TextLabel.Parent = Title_2
  85. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  86. TextLabel.BackgroundTransparency = 1
  87. TextLabel.Position = UDim2.new(0.00800000038, 0, 0.0199999996, 0)
  88. TextLabel.Size = UDim2.new(1, 0, 1, 0)
  89. TextLabel.Font = Enum.Font.SourceSansBold
  90. TextLabel.FontSize = Enum.FontSize.Size14
  91. TextLabel.Text = "HSDL Gui v1"
  92. TextLabel.TextColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  93. TextLabel.TextScaled = true
  94. TextLabel.TextSize = 14
  95. TextLabel.TextStrokeTransparency = 0
  96. TextLabel.TextWrapped = true
  97.  
  98. Players.Name = "Players"
  99. Players.Parent = Main
  100. Players.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  101. Players.BorderColor3 = Color3.new(0, 0, 0)
  102. Players.Position = UDim2.new(0.5, 0, 0.100000001, 70)
  103. Players.Size = UDim2.new(0, 170, 0, 190)
  104. Players.CanvasSize = UDim2.new(0, 0, 3, 0)
  105. Players.ScrollBarThickness = 10
  106.  
  107. p1.Name = "p1"
  108. p1.Parent = Players
  109. p1.BackgroundColor3 = Color3.new(1, 1, 1)
  110. p1.BorderColor3 = Color3.new(0, 0, 0)
  111. p1.Position = UDim2.new(0, 0, 0, 40)
  112. p1.Size = UDim2.new(0, 160, 0, 30)
  113. p1.Font = Enum.Font.Code
  114. p1.FontSize = Enum.FontSize.Size18
  115. p1.Text = ""
  116. p1.TextColor3 = Color3.new(0, 0, 0)
  117. p1.TextSize = 15
  118.  
  119. p2.Name = "p2"
  120. p2.Parent = Players
  121. p2.BackgroundColor3 = Color3.new(1, 1, 1)
  122. p2.BorderColor3 = Color3.new(0, 0, 0)
  123. p2.Position = UDim2.new(0, 0, 0, 80)
  124. p2.Size = UDim2.new(0, 160, 0, 30)
  125. p2.Font = Enum.Font.Code
  126. p2.FontSize = Enum.FontSize.Size18
  127. p2.Text = ""
  128. p2.TextColor3 = Color3.new(0, 0, 0)
  129. p2.TextSize = 15
  130.  
  131. p3.Name = "p3"
  132. p3.Parent = Players
  133. p3.BackgroundColor3 = Color3.new(1, 1, 1)
  134. p3.BorderColor3 = Color3.new(0, 0, 0)
  135. p3.Size = UDim2.new(0, 160, 0, 30)
  136. p3.Font = Enum.Font.Code
  137. p3.FontSize = Enum.FontSize.Size18
  138. p3.Text = ""
  139. p3.TextColor3 = Color3.new(0, 0, 0)
  140. p3.TextSize = 15
  141.  
  142. p4.Name = "p4"
  143. p4.Parent = Players
  144. p4.BackgroundColor3 = Color3.new(1, 1, 1)
  145. p4.BorderColor3 = Color3.new(0, 0, 0)
  146. p4.Position = UDim2.new(0, 0, 0, 120)
  147. p4.Size = UDim2.new(0, 160, 0, 30)
  148. p4.Font = Enum.Font.Code
  149. p4.FontSize = Enum.FontSize.Size18
  150. p4.Text = ""
  151. p4.TextColor3 = Color3.new(0, 0, 0)
  152. p4.TextSize = 15
  153.  
  154. p5.Name = "p5"
  155. p5.Parent = Players
  156. p5.BackgroundColor3 = Color3.new(1, 1, 1)
  157. p5.BorderColor3 = Color3.new(0, 0, 0)
  158. p5.Position = UDim2.new(0, 0, 0, 160)
  159. p5.Size = UDim2.new(0, 160, 0, 30)
  160. p5.Font = Enum.Font.Code
  161. p5.FontSize = Enum.FontSize.Size18
  162. p5.Text = ""
  163. p5.TextColor3 = Color3.new(0, 0, 0)
  164. p5.TextSize = 15
  165.  
  166. p6.Name = "p6"
  167. p6.Parent = Players
  168. p6.BackgroundColor3 = Color3.new(1, 1, 1)
  169. p6.BorderColor3 = Color3.new(0, 0, 0)
  170. p6.Position = UDim2.new(0, 0, 0, 200)
  171. p6.Size = UDim2.new(0, 160, 0, 30)
  172. p6.Font = Enum.Font.Code
  173. p6.FontSize = Enum.FontSize.Size18
  174. p6.Text = ""
  175. p6.TextColor3 = Color3.new(0, 0, 0)
  176. p6.TextSize = 15
  177.  
  178. p7.Name = "p7"
  179. p7.Parent = Players
  180. p7.BackgroundColor3 = Color3.new(1, 1, 1)
  181. p7.BorderColor3 = Color3.new(0, 0, 0)
  182. p7.Position = UDim2.new(0, 0, 0, 240)
  183. p7.Size = UDim2.new(0, 160, 0, 30)
  184. p7.Font = Enum.Font.Code
  185. p7.FontSize = Enum.FontSize.Size18
  186. p7.Text = ""
  187. p7.TextColor3 = Color3.new(0, 0, 0)
  188. p7.TextSize = 15
  189.  
  190. p8.Name = "p8"
  191. p8.Parent = Players
  192. p8.BackgroundColor3 = Color3.new(1, 1, 1)
  193. p8.BorderColor3 = Color3.new(0, 0, 0)
  194. p8.Position = UDim2.new(0, 0, 0, 280)
  195. p8.Size = UDim2.new(0, 160, 0, 30)
  196. p8.Font = Enum.Font.Code
  197. p8.FontSize = Enum.FontSize.Size18
  198. p8.Text = ""
  199. p8.TextColor3 = Color3.new(0, 0, 0)
  200. p8.TextSize = 15
  201.  
  202. p9.Name = "p9"
  203. p9.Parent = Players
  204. p9.BackgroundColor3 = Color3.new(1, 1, 1)
  205. p9.BorderColor3 = Color3.new(0, 0, 0)
  206. p9.Position = UDim2.new(0, 0, 0, 320)
  207. p9.Size = UDim2.new(0, 160, 0, 30)
  208. p9.Font = Enum.Font.Code
  209. p9.FontSize = Enum.FontSize.Size18
  210. p9.Text = ""
  211. p9.TextColor3 = Color3.new(0, 0, 0)
  212. p9.TextSize = 15
  213.  
  214. p10.Name = "p10"
  215. p10.Parent = Players
  216. p10.BackgroundColor3 = Color3.new(1, 1, 1)
  217. p10.BorderColor3 = Color3.new(0, 0, 0)
  218. p10.Position = UDim2.new(0, 0, 0, 360)
  219. p10.Size = UDim2.new(0, 160, 0, 30)
  220. p10.Font = Enum.Font.Code
  221. p10.FontSize = Enum.FontSize.Size18
  222. p10.Text = ""
  223. p10.TextColor3 = Color3.new(0, 0, 0)
  224. p10.TextSize = 15
  225.  
  226. p11.Name = "p11"
  227. p11.Parent = Players
  228. p11.BackgroundColor3 = Color3.new(1, 1, 1)
  229. p11.BorderColor3 = Color3.new(0, 0, 0)
  230. p11.Position = UDim2.new(0, 0, 0, 400)
  231. p11.Size = UDim2.new(0, 160, 0, 30)
  232. p11.Font = Enum.Font.Code
  233. p11.FontSize = Enum.FontSize.Size18
  234. p11.Text = ""
  235. p11.TextColor3 = Color3.new(0, 0, 0)
  236. p11.TextSize = 15
  237.  
  238. p12.Name = "p12"
  239. p12.Parent = Players
  240. p12.BackgroundColor3 = Color3.new(1, 1, 1)
  241. p12.BorderColor3 = Color3.new(0, 0, 0)
  242. p12.Position = UDim2.new(0, 0, 0, 440)
  243. p12.Size = UDim2.new(0, 160, 0, 30)
  244. p12.Font = Enum.Font.Code
  245. p12.FontSize = Enum.FontSize.Size18
  246. p12.Text = ""
  247. p12.TextColor3 = Color3.new(0, 0, 0)
  248. p12.TextSize = 15
  249.  
  250. p13.Name = "p13"
  251. p13.Parent = Players
  252. p13.BackgroundColor3 = Color3.new(1, 1, 1)
  253. p13.BorderColor3 = Color3.new(0, 0, 0)
  254. p13.Position = UDim2.new(0, 0, 0, 480)
  255. p13.Size = UDim2.new(0, 160, 0, 30)
  256. p13.Font = Enum.Font.Code
  257. p13.FontSize = Enum.FontSize.Size18
  258. p13.Text = ""
  259. p13.TextColor3 = Color3.new(0, 0, 0)
  260. p13.TextSize = 15
  261.  
  262. p14.Name = "p14"
  263. p14.Parent = Players
  264. p14.BackgroundColor3 = Color3.new(1, 1, 1)
  265. p14.BorderColor3 = Color3.new(0, 0, 0)
  266. p14.Position = UDim2.new(0, 0, 0, 520)
  267. p14.Size = UDim2.new(0, 160, 0, 30)
  268. p14.Font = Enum.Font.Code
  269. p14.FontSize = Enum.FontSize.Size18
  270. p14.Text = ""
  271. p14.TextColor3 = Color3.new(0, 0, 0)
  272. p14.TextSize = 15
  273.  
  274. p15.Name = "p15"
  275. p15.Parent = Players
  276. p15.BackgroundColor3 = Color3.new(1, 1, 1)
  277. p15.BorderColor3 = Color3.new(0, 0, 0)
  278. p15.Position = UDim2.new(0, 0, 0, 560)
  279. p15.Size = UDim2.new(0, 160, 0, 30)
  280. p15.Font = Enum.Font.Code
  281. p15.FontSize = Enum.FontSize.Size18
  282. p15.Text = ""
  283. p15.TextColor3 = Color3.new(0, 0, 0)
  284. p15.TextSize = 15
  285.  
  286. p16.Name = "p16"
  287. p16.Parent = Players
  288. p16.BackgroundColor3 = Color3.new(1, 1, 1)
  289. p16.BorderColor3 = Color3.new(0, 0, 0)
  290. p16.Position = UDim2.new(0, 0, 0, 600)
  291. p16.Size = UDim2.new(0, 160, 0, 30)
  292. p16.Font = Enum.Font.Code
  293. p16.FontSize = Enum.FontSize.Size18
  294. p16.Text = ""
  295. p16.TextColor3 = Color3.new(0, 0, 0)
  296. p16.TextSize = 15
  297.  
  298. p17.Name = "p17"
  299. p17.Parent = Players
  300. p17.BackgroundColor3 = Color3.new(1, 1, 1)
  301. p17.BorderColor3 = Color3.new(0, 0, 0)
  302. p17.Position = UDim2.new(0, 0, 0, 640)
  303. p17.Size = UDim2.new(0, 160, 0, 30)
  304. p17.Font = Enum.Font.Code
  305. p17.FontSize = Enum.FontSize.Size18
  306. p17.Text = ""
  307. p17.TextColor3 = Color3.new(0, 0, 0)
  308. p17.TextSize = 15
  309.  
  310. p18.Name = "p18"
  311. p18.Parent = Players
  312. p18.BackgroundColor3 = Color3.new(1, 1, 1)
  313. p18.BorderColor3 = Color3.new(0, 0, 0)
  314. p18.Position = UDim2.new(0, 0, 0, 680)
  315. p18.Size = UDim2.new(0, 160, 0, 30)
  316. p18.Font = Enum.Font.Code
  317. p18.FontSize = Enum.FontSize.Size18
  318. p18.Text = ""
  319. p18.TextColor3 = Color3.new(0, 0, 0)
  320. p18.TextSize = 15
  321.  
  322. p19.Name = "p19"
  323. p19.Parent = Players
  324. p19.BackgroundColor3 = Color3.new(1, 1, 1)
  325. p19.BorderColor3 = Color3.new(0, 0, 0)
  326. p19.Position = UDim2.new(0, 0, 0, 720)
  327. p19.Size = UDim2.new(0, 160, 0, 30)
  328. p19.Font = Enum.Font.Code
  329. p19.FontSize = Enum.FontSize.Size18
  330. p19.Text = ""
  331. p19.TextColor3 = Color3.new(0, 0, 0)
  332. p19.TextSize = 15
  333.  
  334. p20.Name = "p20"
  335. p20.Parent = Players
  336. p20.BackgroundColor3 = Color3.new(1, 1, 1)
  337. p20.BorderColor3 = Color3.new(0, 0, 0)
  338. p20.Position = UDim2.new(0, 0, 0, 760)
  339. p20.Size = UDim2.new(0, 160, 0, 30)
  340. p20.Font = Enum.Font.Code
  341. p20.FontSize = Enum.FontSize.Size18
  342. p20.Text = ""
  343. p20.TextColor3 = Color3.new(0, 0, 0)
  344. p20.TextSize = 15
  345.  
  346. GiveHonor.Name = "GiveHonor"
  347. GiveHonor.Parent = Main
  348. GiveHonor.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  349. GiveHonor.BorderColor3 = Color3.new(0.666667, 1, 1)
  350. GiveHonor.BorderSizePixel = 0
  351. GiveHonor.Position = UDim2.new(0, 8, 0.100000001, 20)
  352. GiveHonor.Size = UDim2.new(0, 160, 0, 40)
  353. GiveHonor.Font = Enum.Font.SourceSansLight
  354. GiveHonor.FontSize = Enum.FontSize.Size14
  355. GiveHonor.Text = "Give Honor"
  356. GiveHonor.TextScaled = true
  357. GiveHonor.TextSize = 14
  358. GiveHonor.TextWrapped = true
  359.  
  360. Ignore.Name = "Ignore"
  361. Ignore.Parent = GiveHonor
  362. Ignore.Active = true
  363. Ignore.BackgroundColor3 = Color3.new(0.427451, 0.431373, 0.423529)
  364. Ignore.BorderColor3 = Color3.new(0.666667, 1, 1)
  365. Ignore.BorderSizePixel = 0
  366. Ignore.Position = UDim2.new(0, 0, 1.01999998, 0)
  367. Ignore.Size = UDim2.new(1, 0, 0.0500000007, 0)
  368.  
  369. Infirmary.Name = "Infirmary"
  370. Infirmary.Parent = Main
  371. Infirmary.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  372. Infirmary.BorderColor3 = Color3.new(0.666667, 1, 1)
  373. Infirmary.BorderSizePixel = 0
  374. Infirmary.Position = UDim2.new(0, 8, 0.5, 0)
  375. Infirmary.Size = UDim2.new(0, 160, 0, 40)
  376. Infirmary.Font = Enum.Font.SourceSansLight
  377. Infirmary.FontSize = Enum.FontSize.Size14
  378. Infirmary.Text = "Infirmary"
  379. Infirmary.TextScaled = true
  380. Infirmary.TextSize = 14
  381. Infirmary.TextWrapped = true
  382.  
  383. Ignore_2.Name = "Ignore"
  384. Ignore_2.Parent = Infirmary
  385. Ignore_2.Active = true
  386. Ignore_2.BackgroundColor3 = Color3.new(0.427451, 0.431373, 0.423529)
  387. Ignore_2.BorderColor3 = Color3.new(0.666667, 1, 1)
  388. Ignore_2.BorderSizePixel = 0
  389. Ignore_2.Position = UDim2.new(0, 0, 1.01999998, 0)
  390. Ignore_2.Size = UDim2.new(1, 0, 0.0500000007, 0)
  391.  
  392. Detention.Name = "Detention"
  393. Detention.Parent = Main
  394. Detention.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  395. Detention.BorderColor3 = Color3.new(0.666667, 1, 1)
  396. Detention.BorderSizePixel = 0
  397. Detention.Position = UDim2.new(0, 8, 0.300000012, 10)
  398. Detention.Size = UDim2.new(0, 160, 0, 40)
  399. Detention.Font = Enum.Font.SourceSansLight
  400. Detention.FontSize = Enum.FontSize.Size14
  401. Detention.Text = "Detention"
  402. Detention.TextScaled = true
  403. Detention.TextSize = 14
  404. Detention.TextWrapped = true
  405.  
  406. Ignore_3.Name = "Ignore"
  407. Ignore_3.Parent = Detention
  408. Ignore_3.Active = true
  409. Ignore_3.BackgroundColor3 = Color3.new(0.427451, 0.431373, 0.423529)
  410. Ignore_3.BorderColor3 = Color3.new(0.666667, 1, 1)
  411. Ignore_3.BorderSizePixel = 0
  412. Ignore_3.Position = UDim2.new(0, 0, 1.01999998, 0)
  413. Ignore_3.Size = UDim2.new(1, 0, 0.0500000007, 0)
  414.  
  415. TpToPlr.Name = "TpToPlr"
  416. TpToPlr.Parent = Main
  417. TpToPlr.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  418. TpToPlr.BorderColor3 = Color3.new(0.666667, 1, 1)
  419. TpToPlr.BorderSizePixel = 0
  420. TpToPlr.Position = UDim2.new(0, 8, 0.699999988, -10)
  421. TpToPlr.Size = UDim2.new(0, 160, 0, 40)
  422. TpToPlr.Font = Enum.Font.SourceSansLight
  423. TpToPlr.FontSize = Enum.FontSize.Size14
  424. TpToPlr.Text = "TP to Plr"
  425. TpToPlr.TextScaled = true
  426. TpToPlr.TextSize = 14
  427. TpToPlr.TextWrapped = true
  428.  
  429. Ignore_4.Name = "Ignore"
  430. Ignore_4.Parent = TpToPlr
  431. Ignore_4.Active = true
  432. Ignore_4.BackgroundColor3 = Color3.new(0.427451, 0.431373, 0.423529)
  433. Ignore_4.BorderColor3 = Color3.new(0.666667, 1, 1)
  434. Ignore_4.BorderSizePixel = 0
  435. Ignore_4.Position = UDim2.new(0, 0, 1.01999998, 0)
  436. Ignore_4.Size = UDim2.new(1, 0, 0.0500000007, 0)
  437.  
  438. PSelected.Name = "PSelected"
  439. PSelected.Parent = Main
  440. PSelected.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  441. PSelected.BorderColor3 = Color3.new(0, 0, 0)
  442. PSelected.BorderSizePixel = 2
  443. PSelected.Position = UDim2.new(0, 180, 0.100000001, 20)
  444. PSelected.Size = UDim2.new(0, 170, 0, 40)
  445. PSelected.Font = Enum.Font.Code
  446. PSelected.FontSize = Enum.FontSize.Size14
  447. PSelected.Text = "Player"
  448. PSelected.TextColor3 = Color3.new(0, 0, 0)
  449. PSelected.TextSize = 14
  450.  
  451. Money.Name = "Money"
  452. Money.Parent = Main
  453. Money.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  454. Money.BorderColor3 = Color3.new(0.666667, 1, 1)
  455. Money.BorderSizePixel = 0
  456. Money.Position = UDim2.new(0, 8, 0.699999988, 40)
  457. Money.Size = UDim2.new(0, 160, 0, 40)
  458. Money.Font = Enum.Font.SourceSansLight
  459. Money.FontSize = Enum.FontSize.Size14
  460. Money.Text = "Money"
  461. Money.TextScaled = true
  462. Money.TextSize = 14
  463. Money.TextWrapped = true
  464.  
  465. Ignore_5.Name = "Ignore"
  466. Ignore_5.Parent = Money
  467. Ignore_5.Active = true
  468. Ignore_5.BackgroundColor3 = Color3.new(0.427451, 0.431373, 0.423529)
  469. Ignore_5.BorderColor3 = Color3.new(0.666667, 1, 1)
  470. Ignore_5.BorderSizePixel = 0
  471. Ignore_5.Position = UDim2.new(0, 0, 1.01999998, 0)
  472. Ignore_5.Size = UDim2.new(1, 0, 0.0500000007, 0)
  473.  
  474. Menu.Name = "Menu"
  475. Menu.Parent = HSDLGuiv1
  476. Menu.BackgroundColor3 = Color3.new(1, 1, 1)
  477. Menu.BorderColor3 = Color3.new(0, 0, 0)
  478. Menu.Position = UDim2.new(0, 0, 0.200000003, 150)
  479. Menu.Size = UDim2.new(0, 100, 0, 30)
  480. Menu.Font = Enum.Font.Code
  481. Menu.FontSize = Enum.FontSize.Size32
  482. Menu.Text = "Open"
  483. Menu.TextColor3 = Color3.new(0, 0, 0)
  484. Menu.TextSize = 32
  485.  
  486.  
  487. Menu.MouseButton1Click:connect(function()
  488. if Menu.Text == 'Close' then
  489. Main.Visible = false
  490. Menu.Text = 'Open'
  491. elseif Menu.Text == 'Open' then
  492. Main.Visible = true
  493. Menu.Text = 'Close'
  494. end
  495. end)
  496.  
  497. Main.Players.p1.MouseButton1Down:connect(function()
  498. PSelected.Text = p1.Text
  499. end)
  500. Main.Players.p2.MouseButton1Down:connect(function()
  501. PSelected.Text = p2.Text
  502. end)
  503. Main.Players.p3.MouseButton1Down:connect(function()
  504. PSelected.Text = p3.Text
  505. end)
  506. Main.Players.p4.MouseButton1Down:connect(function()
  507. PSelected.Text = p4.Text
  508. end)
  509. Main.Players.p5.MouseButton1Down:connect(function()
  510. PSelected.Text = p5.Text
  511. end)
  512. Main.Players.p6.MouseButton1Down:connect(function()
  513. PSelected.Text = p6.Text
  514. end)
  515. Main.Players.p7.MouseButton1Down:connect(function()
  516. PSelected.Text = p7.Text
  517. end)
  518. Main.Players.p8.MouseButton1Down:connect(function()
  519. PSelected.Text = p8.Text
  520. end)
  521. Main.Players.p9.MouseButton1Down:connect(function()
  522. PSelected.Text = p9.Text
  523. end)
  524. Main.Players.p10.MouseButton1Down:connect(function()
  525. PSelected.Text = p10.Text
  526. end)
  527. Main.Players.p11.MouseButton1Down:connect(function()
  528. PSelected.Text = p11.Text
  529. end)
  530. Main.Players.p12.MouseButton1Down:connect(function()
  531. PSelected.Text = p12.Text
  532. end)
  533. Main.Players.p13.MouseButton1Down:connect(function()
  534. PSelected.Text = p13.Text
  535. end)
  536. Main.Players.p14.MouseButton1Down:connect(function()
  537. Main.PSelected.Text = p14.Text
  538. end)
  539. Main.Players.p15.MouseButton1Down:connect(function()
  540. Main.PSelected.Text = p15.Text
  541. end)
  542. Main.Players.p16.MouseButton1Down:connect(function()
  543. Main.PSelected.Text = p16.Text
  544. end)
  545. Main.Players.p17.MouseButton1Down:connect(function()
  546. Main.PSelected.Text = p17.Text
  547. end)
  548. Main.Players.p18.MouseButton1Down:connect(function()
  549. Main.PSelected.Text = p18.Text
  550. end)
  551. Main.Players.p19.MouseButton1Down:connect(function()
  552. Main.PSelected.Text = p19.Text
  553. end)
  554. Main.Players.p20.MouseButton1Down:connect(function()
  555. Main.PSelected.Text = p20.Text
  556. end)
  557. local buttons = {
  558. Main.Players.p1,
  559. Main.Players.p2,
  560. Main.Players.p3,
  561. Main.Players.p4,
  562. Main.Players.p5,
  563. Main.Players.p6,
  564. Main.Players.p7,
  565. Main.Players.p8,
  566. Main.Players.p9,
  567. Main.Players.p10,
  568. Main.Players.p11,
  569. Main.Players.p12,
  570. Main.Players.p13,
  571. Main.Players.p14,
  572. Main.Players.p15,
  573. Main.Players.p16,
  574. Main.Players.p17,
  575. Main.Players.p18,
  576. Main.Players.p19,
  577. Main.Players.p20
  578. }
  579. for i, v in pairs(game.Players:GetChildren()) do
  580. buttons[i].Text = v.Name
  581. buttons[i].Visible = true
  582. end
  583. game.Players.PlayerRemoving:connect(function()
  584. for i, v in pairs(game.Players:GetChildren()) do
  585. buttons[i].Text = v.Name
  586. buttons[i].Visible = true
  587. end
  588. end)
  589. game.Players.PlayerAdded:connect(function()
  590. for i, v in pairs(game.Players:GetChildren()) do
  591. buttons[i].Text = v.Name
  592. buttons[i].Visible = true
  593. end
  594. end)
  595.  
  596. Main.Detention.MouseButton1Down:connect(function()
  597. game.ReplicatedStorage.Detention:FireServer(game.Players[Main.PSelected.Text])
  598. end)
  599.  
  600. Main.Infirmary.MouseButton1Down:connect(function()
  601. game.ReplicatedStorage.Infirmary:FireServer(game.Players[Main.PSelected.Text])
  602. end)
  603.  
  604. Main.GiveHonor.MouseButton1Down:connect(function()
  605. game.ReplicatedStorage.GetHonor:FireServer(game.Players[Main.PSelected.Text])
  606. end)
  607.  
  608. Main.TpToPlr.MouseButton1Down:connect(function()
  609. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[Main.PSelected.Text].HumanoidRootPart.CFrame
  610. end)
  611.  
  612. Main.Money.MouseButton1Down:connect(function()
  613. for i = 1, 20000 do
  614. game.ReplicatedStorage.GetHonor:FireServer(game.Players[Main.PSelected.Text])
  615. end
  616. end)
  617.  
  618. print("Successfully Loaded!")
  619.  
  620. ----------- End of Script ( Made by TopherX ) -----------
Advertisement
Add Comment
Please, Sign In to add comment