Advertisement
Guest User

Teleport GUI

a guest
Jan 19th, 2019
480
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.08 KB | None | 0 0
  1. print("Teleport GUI Loaded!")
  2. wait()
  3. print("Made by Roll Bounce Blob on V3rm")
  4. wait()
  5. print("AliveMemes#3192 on Discord")
  6. wait()
  7. print("Don't forget to vouch!")
  8.  
  9. -- this is not skidded please don't hurt me
  10.  
  11.  
  12. -- Local shit
  13.  
  14.  
  15. local Tp2PlayerGUI = Instance.new("ScreenGui")
  16.  
  17. local GuiSettings = Instance.new("Frame")
  18.  
  19. local Settings = Instance.new("Frame")
  20.  
  21. local CustomColor = Instance.new("TextButton")
  22.  
  23. local SettingsButton = Instance.new("TextButton")
  24.  
  25. local Setitle = Instance.new("TextLabel")
  26.  
  27. local GoodByeGUI = Instance.new("Frame")
  28.  
  29. local Credits = Instance.new("Frame")
  30.  
  31. local OpenClose = Instance.new("Frame")
  32.  
  33. local Load = Instance.new("Frame")
  34.  
  35. local DestroyThis = Instance.new("TextButton")
  36.  
  37. local v3rm = Instance.new("TextLabel")
  38.  
  39. local Discord = Instance.new("TextLabel")
  40.  
  41. local Feedback = Instance.new("TextLabel")
  42.  
  43. local Vouch = Instance.new("TextLabel")
  44.  
  45. local ClickMe = Instance.new("TextButton")
  46.  
  47. local Thankpls = Instance.new("TextLabel")
  48.  
  49. local Memes = Instance.new("TextLabel")
  50.  
  51. local Click = Instance.new("TextLabel")
  52.  
  53. local Loading = Instance.new("TextLabel")
  54.  
  55. local Loaded = Instance.new("TextLabel")
  56.  
  57. local OPEN = Instance.new("TextButton")
  58.  
  59. local CLOSE = Instance.new("TextButton")
  60.  
  61. local Title = Instance.new("TextLabel")
  62.  
  63. local CredFrame = Instance.new("Frame")
  64.  
  65. local Crdits = Instance.new("TextButton")
  66.  
  67. local CoolDown = Instance.new("TextButton")
  68.  
  69. local Destroy = Instance.new("TextButton")
  70.  
  71. local Players = Instance.new("ScrollingFrame")
  72.  
  73. local Player39 = Instance.new("TextButton")
  74.  
  75. local Player10 = Instance.new("TextButton")
  76.  
  77. local Player11 = Instance.new("TextButton")
  78.  
  79. local Player12 = Instance.new("TextButton")
  80.  
  81. local Player13 = Instance.new("TextButton")
  82.  
  83. local Player14 = Instance.new("TextButton")
  84.  
  85. local Player15 = Instance.new("TextButton")
  86.  
  87. local Player16 = Instance.new("TextButton")
  88.  
  89. local Player17 = Instance.new("TextButton")
  90.  
  91. local Player18 = Instance.new("TextButton")
  92.  
  93. local Player19 = Instance.new("TextButton")
  94.  
  95. local Player20 = Instance.new("TextButton")
  96.  
  97. local Player3 = Instance.new("TextButton")
  98.  
  99. local Player21 = Instance.new("TextButton")
  100.  
  101. local Player22 = Instance.new("TextButton")
  102.  
  103. local Player23 = Instance.new("TextButton")
  104.  
  105. local Player24 = Instance.new("TextButton")
  106.  
  107. local Player25 = Instance.new("TextButton")
  108.  
  109. local Player27 = Instance.new("TextButton")
  110.  
  111. local Player26 = Instance.new("TextButton")
  112.  
  113. local Player1 = Instance.new("TextButton")
  114.  
  115. local Player4 = Instance.new("TextButton")
  116.  
  117. local Player5 = Instance.new("TextButton")
  118.  
  119. local Player6 = Instance.new("TextButton")
  120.  
  121. local Player7 = Instance.new("TextButton")
  122.  
  123. local Player8 = Instance.new("TextButton")
  124.  
  125. local Player9 = Instance.new("TextButton")
  126.  
  127. local Player34 = Instance.new("TextButton")
  128.  
  129. local Player28 = Instance.new("TextButton")
  130.  
  131. local Player37 = Instance.new("TextButton")
  132.  
  133. local Player36 = Instance.new("TextButton")
  134.  
  135. local Player33 = Instance.new("TextButton")
  136.  
  137. local Player30 = Instance.new("TextButton")
  138.  
  139. local Player35 = Instance.new("TextButton")
  140.  
  141. local Player29 = Instance.new("TextButton")
  142.  
  143. local Player31 = Instance.new("TextButton")
  144.  
  145. local Player32 = Instance.new("TextButton")
  146.  
  147. local Player38 = Instance.new("TextButton")
  148.  
  149. local Player40 = Instance.new("TextButton")
  150.  
  151. local Player2 = Instance.new("TextButton")
  152.  
  153. local Teleport = Instance.new("Frame")
  154.  
  155. local TeleportToPlayer = Instance.new("TextButton")
  156.  
  157. local PlayerName = Instance.new("Frame")
  158.  
  159. local PlyrSel = Instance.new("TextLabel")
  160.  
  161. Credits.Visible = false
  162. GoodByeGUI.Visible = false
  163. OpenClose.Visible = false
  164. PlayerName.Visible = false
  165. Players.Visible = false
  166. Teleport.Visible = false
  167. GuiSettings.Visible = false
  168.  
  169.  
  170. -- Properties or whatever
  171.  
  172.  
  173. Tp2PlayerGUI.Name = "Tp2PlayerGUI"
  174. Tp2PlayerGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  175. Tp2PlayerGUI.ResetOnSpawn = false
  176.  
  177. Load.Name = "Load"
  178. Load.Parent = Tp2PlayerGUI
  179. Load.BackgroundColor3 = Color3.new(0,0,0)
  180. Load.BackgroundTransparency = 0.87
  181. Load.Position = UDim2.new(0.469,0,0.300,0)
  182. Load.Size = UDim2.new(0,259,0,327)
  183. Load.Visible = true
  184. Load.Active = true
  185. Load.Draggable = true
  186.  
  187. DestroyThis.Name = "DestroyThis"
  188. DestroyThis.Parent = Load
  189. DestroyThis.BackgroundColor3 = Color3.new(255,0,0)
  190. DestroyThis.BackgroundTransparency = 0.5
  191. DestroyThis.Position = UDim2.new(0,0,0.768,0)
  192. DestroyThis.Size = UDim2.new(0,259,0,26)
  193. DestroyThis.Text = "Destroy GUI"
  194. DestroyThis.TextSize = 25
  195. DestroyThis.TextColor3 = Color3.new(0,0,0)
  196. DestroyThis.TextWrapped = true
  197. DestroyThis.Font = Enum.Font.Code
  198. DestroyThis.MouseButton1Click:Connect(function()
  199. Load:Destroy()
  200. end)
  201.  
  202. Loading.Name = "Loading"
  203. Loading.Parent = Load
  204. Loading.BackgroundColor3 = Color3.new(0,0,0)
  205. Loading.BackgroundTransparency = 0.8
  206. Loading.Size = UDim2.new(0,259,0,50)
  207. Loading.Text = "Loading"
  208. Loading.Font = Enum.Font.Code
  209. Loading.TextWrapped = true
  210. Loading.TextScaled = true
  211. Loading.Position = UDim2.new(0,0,0.847,0)
  212. Loading.TextColor3 = Color3.new(255,255,255)
  213. Loading.Visible = false
  214.  
  215. Click.Name = "Click"
  216. Click.Parent = Load
  217. Click.BackgroundColor3 = Color3.new(0,0,0)
  218. Click.BackgroundTransparency = 0.8
  219. Click.Text = "Click the 'Start' button to start the gui"
  220. Click.TextScaled = true
  221. Click.TextWrapped = true
  222. Click.Font = Enum.Font.Code
  223. Click.Size = UDim2.new(0,259,0,47)
  224. Click.Position = UDim2.new(0,0,0.495,0)
  225. Click.TextStrokeTransparency = 0
  226. Click.TextColor3 = Color3.new(255,255,255)
  227.  
  228. Loaded.Name = "Loaded"
  229. Loaded.Parent = Load
  230. Loaded.BackgroundColor3 = Color3.new(0,0,0)
  231. Loaded.BackgroundTransparency = 0.8
  232. Loaded.Size = UDim2.new(0,259,0,50)
  233. Loaded.Position = UDim2.new(0,0,0.847,0)
  234. Loaded.Visible = false
  235. Loaded.Text = "Loaded!"
  236. Loaded.TextScaled = true
  237. Loaded.TextWrapped = true
  238. Loaded.Font = Enum.Font.Code
  239. Loaded.TextColor3 = Color3.new(255,255,255)
  240.  
  241. ClickMe.Name = "ClickMe"
  242. ClickMe.Parent = Load
  243. ClickMe.BackgroundColor3 = Color3.new(0,0,0)
  244. ClickMe.Style = 5
  245. ClickMe.Position = UDim2.new(0,0,0.847,0)
  246. ClickMe.Size = UDim2.new(0,259,0,50)
  247. ClickMe.Text = "Start"
  248. ClickMe.TextSize = 30
  249. ClickMe.Font = Enum.Font.Code
  250. ClickMe.TextWrapped = true
  251. ClickMe.TextColor3 = Color3.new(0,0,0)
  252. ClickMe.MouseButton1Click:Connect(function()
  253. ClickMe.Visible = false
  254. Loading.Visible = true
  255. wait(.5)
  256. Loading.Text = "Loading."
  257. wait(.5)
  258. Loading.Text = "Loading.."
  259. wait(.5)
  260. Loading.Text = "Loading..."
  261. wait(.5)
  262. Loading.Text = "Loading."
  263. wait(.5)
  264. Loading.Text = "Loading.."
  265. wait(.5)
  266. Loading.Text = "Loading..."
  267. wait(.5)
  268. Loading.Text = "Loading."
  269. wait(.5)
  270. Loading.Text = "Loading.."
  271. wait(.5)
  272. Loading.Text = "Loading..."
  273. wait(.5)
  274. Loading.Visible = false
  275. Loaded.Visible = true
  276. wait(1)
  277. Load.Visible = false
  278. Credits.Visible = true
  279. GoodByeGUI.Visible = true
  280. OpenClose.Visible = true
  281. end)
  282.  
  283. Memes.Name = "Memes"
  284. Memes.Parent = Load
  285. Memes.BackgroundColor3 = Color3.new(0,0,0)
  286. Memes.Position = UDim2.new(0,0,0.352,0)
  287. Memes.Size = UDim2.new(0,259,0,47)
  288. Memes.Text = "TikTok Memes are the best memes - Roll Bounce Blob"
  289. Memes.TextScaled = true
  290. Memes.Font = Enum.Font.Code
  291. Memes.TextColor3 = Color3.new(255,255,255)
  292. Memes.BackgroundTransparency = 0.8
  293. Memes.TextStrokeTransparency = 0
  294.  
  295. Thankpls.Name = "Thanks"
  296. Thankpls.Parent = Load
  297. Thankpls.BackgroundColor3 = Color3.new(0,0,0)
  298. Thankpls.BackgroundTransparency = 0.8
  299. Thankpls.Position = UDim2.new(0,0,0,0)
  300. Thankpls.Size = UDim2.new(0,259,0,115)
  301. Thankpls.Text = "Thank you for using my GUI :D"
  302. Thankpls.TextScaled = true
  303. Thankpls.Font = Enum.Font.Code
  304. Thankpls.TextColor3 = Color3.new(255,255,255)
  305. Thankpls.TextStrokeTransparency = 0
  306.  
  307. Destroy.Name = "Destroy"
  308. Destroy.Parent = GoodByeGUI
  309. Destroy.BackgroundColor3 = Color3.new(255,0,0)
  310. Destroy.BackgroundTransparency = 0.5
  311. Destroy.Position = GoodByeGUI.Position
  312. Destroy.Size = UDim2.new(0,106,0,22)
  313. Destroy.Text = "Destroy GUI"
  314. Destroy.Font = Enum.Font.Fantasy
  315. Destroy.TextColor3 = Color3.new(0,0,0)
  316. Destroy.TextScaled = false
  317. Destroy.TextSize = 17
  318. Destroy.TextWrapped = true
  319. Destroy.MouseButton1Click:Connect(function()
  320. Tp2PlayerGUI:Destroy()
  321. end)
  322.  
  323. OpenClose.Name = "OpenClose"
  324. OpenClose.Parent = Tp2PlayerGUI
  325. OpenClose.BackgroundColor3 = Color3.new(0, 0, 0)
  326. OpenClose.BackgroundTransparency = 0.56000000238419
  327. OpenClose.Position = UDim2.new(0, 0, 0.799684584, 0)
  328. OpenClose.Size = UDim2.new(0, 106, 0, 37)
  329.  
  330. OPEN.Name = "OPEN"
  331. OPEN.Parent = OpenClose
  332. OPEN.BackgroundColor3 = Color3.new(0, 0, 0)
  333. OPEN.BackgroundTransparency = 0.5
  334. OPEN.Size = UDim2.new(0, 106, 0, 37)
  335. OPEN.Font = Enum.Font.Fantasy
  336. OPEN.Text = "OPEN"
  337. OPEN.TextColor3 = Color3.new(1, 1, 1)
  338. OPEN.TextSize = 25
  339. OPEN.TextWrapped = true
  340. OPEN.MouseButton1Click:Connect(function()
  341. OPEN.Visible = false
  342. CLOSE.Visible = true
  343. PlayerName.Visible = true
  344. Players.Visible = true
  345. Teleport.Visible = true
  346. GuiSettings.Visible = true
  347. end)
  348.  
  349. CLOSE.Name = "CLOSE"
  350. CLOSE.Parent = OpenClose
  351. CLOSE.BackgroundColor3 = Color3.new(0, 0, 0)
  352. CLOSE.BackgroundTransparency = 0.5
  353. CLOSE.Size = UDim2.new(0, 106, 0, 37)
  354. CLOSE.Visible = false
  355. CLOSE.Font = Enum.Font.Fantasy
  356. CLOSE.Text = "CLOSE"
  357. CLOSE.TextColor3 = Color3.new(1, 1, 1)
  358. CLOSE.TextSize = 25
  359. CLOSE.TextWrapped = true
  360. CLOSE.MouseButton1Click:Connect(function()
  361. CLOSE.Visible = false
  362. OPEN.Visible = true
  363. PlayerName.Visible = false
  364. Players.Visible = false
  365. Teleport.Visible = false
  366. CredFrame.Visible = false
  367. GuiSettings.Visible = false
  368. end)
  369.  
  370. Players.Name = "Players"
  371. Players.Parent = Tp2PlayerGUI
  372. Players.BackgroundTransparency = 0.7
  373. Players.BackgroundColor3 = Color3.fromRGB(60,35,255)
  374. Players.Position = UDim2.new(0.835837662, 0, 0.617271066, 0)
  375. Players.Size = UDim2.new(0, 262, 0, 245)
  376. Players.Visible = false
  377.  
  378. GoodByeGUI.Name = "GoodByeGUI"
  379. GoodByeGUI.Parent = Tp2PlayerGUI
  380. GoodByeGUI.BackgroundColor3 = Color3.new(255,0,0)
  381. GoodByeGUI.BackgroundTransparency = 0.5
  382. GoodByeGUI.Position = UDim2.new(0,0,0.77,1)
  383. GoodByeGUI.Size = UDim2.new(0,106,0,22)
  384.  
  385. Player39.Name = "Player39"
  386. Player39.Parent = Players
  387. Player39.BackgroundColor3 = Color3.new(1, 1, 1)
  388. Player39.Position = UDim2.new(-0.00381679391, 0, 0.556006253, 0)
  389. Player39.Size = UDim2.new(0, 248, 0, 18)
  390. Player39.Font = Enum.Font.Fantasy
  391. Player39.Text = ""
  392. Player39.TextColor3 = Color3.new(0, 0, 0)
  393. Player39.TextScaled = true
  394. Player39.TextSize = 14
  395. Player39.TextWrapped = true
  396.  
  397. Player10.Name = "Player10"
  398. Player10.Parent = Players
  399. Player10.BackgroundColor3 = Color3.new(1, 1, 1)
  400. Player10.Position = UDim2.new(-0.00381679391, 0, 0.14894551, 0)
  401. Player10.Size = UDim2.new(0, 248, 0, 18)
  402. Player10.Font = Enum.Font.Fantasy
  403. Player10.Text = ""
  404. Player10.TextColor3 = Color3.new(0, 0, 0)
  405. Player10.TextScaled = true
  406. Player10.TextSize = 14
  407. Player10.TextWrapped = true
  408.  
  409. Player11.Name = "Player11"
  410. Player11.Parent = Players
  411. Player11.BackgroundColor3 = Color3.new(1, 1, 1)
  412. Player11.Position = UDim2.new(-0.00381679391, 0, 0.163041472, 0)
  413. Player11.Size = UDim2.new(0, 248, 0, 18)
  414. Player11.Font = Enum.Font.Fantasy
  415. Player11.Text = ""
  416. Player11.TextColor3 = Color3.new(0, 0, 0)
  417. Player11.TextScaled = true
  418. Player11.TextSize = 14
  419. Player11.TextWrapped = true
  420.  
  421. Player12.Name = "Player12"
  422. Player12.Parent = Players
  423. Player12.BackgroundColor3 = Color3.new(1, 1, 1)
  424. Player12.Position = UDim2.new(-0.00381679391, 0, 0.177137405, 0)
  425. Player12.Size = UDim2.new(0, 248, 0, 18)
  426. Player12.Font = Enum.Font.Fantasy
  427. Player12.Text = ""
  428. Player12.TextColor3 = Color3.new(0, 0, 0)
  429. Player12.TextScaled = true
  430. Player12.TextSize = 14
  431. Player12.TextWrapped = true
  432.  
  433. Player13.Name = "Player13"
  434. Player13.Parent = Players
  435. Player13.BackgroundColor3 = Color3.new(1, 1, 1)
  436. Player13.Position = UDim2.new(-0.00381679391, 0, 0.191233367, 0)
  437. Player13.Size = UDim2.new(0, 248, 0, 18)
  438. Player13.Font = Enum.Font.Fantasy
  439. Player13.Text = ""
  440. Player13.TextColor3 = Color3.new(0, 0, 0)
  441. Player13.TextScaled = true
  442. Player13.TextSize = 14
  443. Player13.TextWrapped = true
  444.  
  445. Player14.Name = "Player14"
  446. Player14.Parent = Players
  447. Player14.BackgroundColor3 = Color3.new(1, 1, 1)
  448. Player14.Position = UDim2.new(-0.00381679391, 0, 0.205329299, 0)
  449. Player14.Size = UDim2.new(0, 248, 0, 18)
  450. Player14.Font = Enum.Font.Fantasy
  451. Player14.Text = ""
  452. Player14.TextColor3 = Color3.new(0, 0, 0)
  453. Player14.TextScaled = true
  454. Player14.TextSize = 14
  455. Player14.TextWrapped = true
  456.  
  457. Player15.Name = "Player15"
  458. Player15.Parent = Players
  459. Player15.BackgroundColor3 = Color3.new(1, 1, 1)
  460. Player15.Position = UDim2.new(-0.00381683861, 0, 0.219425291, 0)
  461. Player15.Size = UDim2.new(0, 248, 0, 18)
  462. Player15.Font = Enum.Font.Fantasy
  463. Player15.Text = ""
  464. Player15.TextColor3 = Color3.new(0, 0, 0)
  465. Player15.TextScaled = true
  466. Player15.TextSize = 14
  467. Player15.TextWrapped = true
  468.  
  469. Player16.Name = "Player16"
  470. Player16.Parent = Players
  471. Player16.BackgroundColor3 = Color3.new(1, 1, 1)
  472. Player16.Position = UDim2.new(-0.00381679391, 0, 0.233521193, 0)
  473. Player16.Size = UDim2.new(0, 248, 0, 18)
  474. Player16.Font = Enum.Font.Fantasy
  475. Player16.Text = ""
  476. Player16.TextColor3 = Color3.new(0, 0, 0)
  477. Player16.TextScaled = true
  478. Player16.TextSize = 14
  479. Player16.TextWrapped = true
  480.  
  481. Player17.Name = "Player17"
  482. Player17.Parent = Players
  483. Player17.BackgroundColor3 = Color3.new(1, 1, 1)
  484. Player17.Position = UDim2.new(-0.00381679391, 0, 0.247617155, 0)
  485. Player17.Size = UDim2.new(0, 248, 0, 18)
  486. Player17.Font = Enum.Font.Fantasy
  487. Player17.Text = ""
  488. Player17.TextColor3 = Color3.new(0, 0, 0)
  489. Player17.TextScaled = true
  490. Player17.TextSize = 14
  491. Player17.TextWrapped = true
  492.  
  493. Player18.Name = "Player18"
  494. Player18.Parent = Players
  495. Player18.BackgroundColor3 = Color3.new(1, 1, 1)
  496. Player18.Position = UDim2.new(-0.00381679391, 0, 0.261713117, 0)
  497. Player18.Size = UDim2.new(0, 248, 0, 18)
  498. Player18.Font = Enum.Font.Fantasy
  499. Player18.Text = ""
  500. Player18.TextColor3 = Color3.new(0, 0, 0)
  501. Player18.TextScaled = true
  502. Player18.TextSize = 14
  503. Player18.TextWrapped = true
  504.  
  505. Player19.Name = "Player19"
  506. Player19.Parent = Players
  507. Player19.BackgroundColor3 = Color3.new(1, 1, 1)
  508. Player19.Position = UDim2.new(-0.00381679391, 0, 0.27580902, 0)
  509. Player19.Size = UDim2.new(0, 248, 0, 18)
  510. Player19.Font = Enum.Font.Fantasy
  511. Player19.Text = ""
  512. Player19.TextColor3 = Color3.new(0, 0, 0)
  513. Player19.TextScaled = true
  514. Player19.TextSize = 14
  515. Player19.TextWrapped = true
  516.  
  517. Player20.Name = "Player20"
  518. Player20.Parent = Players
  519. Player20.BackgroundColor3 = Color3.new(1, 1, 1)
  520. Player20.Position = UDim2.new(-0.00381679391, 0, 0.289341003, 0)
  521. Player20.Size = UDim2.new(0, 248, 0, 18)
  522. Player20.Font = Enum.Font.Fantasy
  523. Player20.Text = ""
  524. Player20.TextColor3 = Color3.new(0, 0, 0)
  525. Player20.TextScaled = true
  526. Player20.TextSize = 14
  527. Player20.TextWrapped = true
  528.  
  529. Player3.Name = "Player3"
  530. Player3.Parent = Players
  531. Player3.BackgroundColor3 = Color3.new(1, 1, 1)
  532. Player3.Position = UDim2.new(-0.00381679391, 0, 0.0504857786, 0)
  533. Player3.Size = UDim2.new(0, 248, 0, 18)
  534. Player3.Font = Enum.Font.Fantasy
  535. Player3.Text = ""
  536. Player3.TextColor3 = Color3.new(0, 0, 0)
  537. Player3.TextScaled = true
  538. Player3.TextSize = 14
  539. Player3.TextWrapped = true
  540.  
  541. Player21.Name = "Player21"
  542. Player21.Parent = Players
  543. Player21.BackgroundColor3 = Color3.new(1, 1, 1)
  544. Player21.Position = UDim2.new(-0.00381679391, 0, 0.303436846, 0)
  545. Player21.Size = UDim2.new(0, 248, 0, 18)
  546. Player21.Font = Enum.Font.Fantasy
  547. Player21.Text = ""
  548. Player21.TextColor3 = Color3.new(0, 0, 0)
  549. Player21.TextScaled = true
  550. Player21.TextSize = 14
  551. Player21.TextWrapped = true
  552.  
  553. Player22.Name = "Player22"
  554. Player22.Parent = Players
  555. Player22.BackgroundColor3 = Color3.new(1, 1, 1)
  556. Player22.Position = UDim2.new(-0.00381679391, 0, 0.317532748, 0)
  557. Player22.Size = UDim2.new(0, 248, 0, 18)
  558. Player22.Font = Enum.Font.Fantasy
  559. Player22.Text = ""
  560. Player22.TextColor3 = Color3.new(0, 0, 0)
  561. Player22.TextScaled = true
  562. Player22.TextSize = 14
  563. Player22.TextWrapped = true
  564.  
  565. Player23.Name = "Player23"
  566. Player23.Parent = Players
  567. Player23.BackgroundColor3 = Color3.new(1, 1, 1)
  568. Player23.Position = UDim2.new(-0.00381679391, 0, 0.33162877, 0)
  569. Player23.Size = UDim2.new(0, 248, 0, 18)
  570. Player23.Font = Enum.Font.Fantasy
  571. Player23.Text = ""
  572. Player23.TextColor3 = Color3.new(0, 0, 0)
  573. Player23.TextScaled = true
  574. Player23.TextSize = 14
  575. Player23.TextWrapped = true
  576.  
  577. Player24.Name = "Player24"
  578. Player24.Parent = Players
  579. Player24.BackgroundColor3 = Color3.new(1, 1, 1)
  580. Player24.Position = UDim2.new(-0.00381679391, 0, 0.345160693, 0)
  581. Player24.Size = UDim2.new(0, 248, 0, 18)
  582. Player24.Font = Enum.Font.Fantasy
  583. Player24.Text = ""
  584. Player24.TextColor3 = Color3.new(0, 0, 0)
  585. Player24.TextScaled = true
  586. Player24.TextSize = 14
  587. Player24.TextWrapped = true
  588.  
  589. Player25.Name = "Player25"
  590. Player25.Parent = Players
  591. Player25.BackgroundColor3 = Color3.new(1, 1, 1)
  592. Player25.Position = UDim2.new(-0.00381679391, 0, 0.359256595, 0)
  593. Player25.Size = UDim2.new(0, 248, 0, 18)
  594. Player25.Font = Enum.Font.Fantasy
  595. Player25.Text = ""
  596. Player25.TextColor3 = Color3.new(0, 0, 0)
  597. Player25.TextScaled = true
  598. Player25.TextSize = 14
  599. Player25.TextWrapped = true
  600.  
  601. Player27.Name = "Player27"
  602. Player27.Parent = Players
  603. Player27.BackgroundColor3 = Color3.new(1, 1, 1)
  604. Player27.Position = UDim2.new(-0.00381679391, 0, 0.387236565, 0)
  605. Player27.Size = UDim2.new(0, 248, 0, 18)
  606. Player27.Font = Enum.Font.Fantasy
  607. Player27.Text = ""
  608. Player27.TextColor3 = Color3.new(0, 0, 0)
  609. Player27.TextScaled = true
  610. Player27.TextSize = 14
  611. Player27.TextWrapped = true
  612.  
  613. Player26.Name = "Player26"
  614. Player26.Parent = Players
  615. Player26.BackgroundColor3 = Color3.new(1, 1, 1)
  616. Player26.Position = UDim2.new(-0.00381679391, 0, 0.373127908, 0)
  617. Player26.Size = UDim2.new(0, 248, 0, 18)
  618. Player26.Font = Enum.Font.Fantasy
  619. Player26.Text = ""
  620. Player26.TextColor3 = Color3.new(0, 0, 0)
  621. Player26.TextScaled = true
  622. Player26.TextSize = 14
  623. Player26.TextWrapped = true
  624.  
  625. Player1.Name = "Player1"
  626. Player1.Parent = Players
  627. Player1.BackgroundColor3 = Color3.new(1, 1, 1)
  628. Player1.Position = UDim2.new(-0.00381679391, 0, 0.0213059671, 0)
  629. Player1.Size = UDim2.new(0, 248, 0, 18)
  630. Player1.Font = Enum.Font.Fantasy
  631. Player1.Text = ""
  632. Player1.TextColor3 = Color3.new(0, 0, 0)
  633. Player1.TextScaled = true
  634. Player1.TextSize = 14
  635. Player1.TextWrapped = true
  636.  
  637. Player4.Name = "Player4"
  638. Player4.Parent = Players
  639. Player4.BackgroundColor3 = Color3.new(1, 1, 1)
  640. Player4.Position = UDim2.new(-0.00381679391, 0, 0.0646813363, 0)
  641. Player4.Size = UDim2.new(0, 248, 0, 18)
  642. Player4.Font = Enum.Font.Fantasy
  643. Player4.Text = ""
  644. Player4.TextColor3 = Color3.new(0, 0, 0)
  645. Player4.TextScaled = true
  646. Player4.TextSize = 14
  647. Player4.TextWrapped = true
  648.  
  649. Player5.Name = "Player5"
  650. Player5.Parent = Players
  651. Player5.BackgroundColor3 = Color3.new(1, 1, 1)
  652. Player5.Position = UDim2.new(-0.00381679391, 0, 0.0784658343, 0)
  653. Player5.Size = UDim2.new(0, 248, 0, 18)
  654. Player5.Font = Enum.Font.Fantasy
  655. Player5.Text = ""
  656. Player5.TextColor3 = Color3.new(0, 0, 0)
  657. Player5.TextScaled = true
  658. Player5.TextSize = 14
  659. Player5.TextWrapped = true
  660.  
  661. Player6.Name = "Player6"
  662. Player6.Parent = Players
  663. Player6.BackgroundColor3 = Color3.new(1, 1, 1)
  664. Player6.Position = UDim2.new(-0.00381679391, 0, 0.0925617665, 0)
  665. Player6.Size = UDim2.new(0, 248, 0, 18)
  666. Player6.Font = Enum.Font.Fantasy
  667. Player6.Text = ""
  668. Player6.TextColor3 = Color3.new(0, 0, 0)
  669. Player6.TextScaled = true
  670. Player6.TextSize = 14
  671. Player6.TextWrapped = true
  672.  
  673. Player7.Name = "Player7"
  674. Player7.Parent = Players
  675. Player7.BackgroundColor3 = Color3.new(1, 1, 1)
  676. Player7.Position = UDim2.new(-0.00381679391, 0, 0.106657714, 0)
  677. Player7.Size = UDim2.new(0, 248, 0, 18)
  678. Player7.Font = Enum.Font.Fantasy
  679. Player7.Text = ""
  680. Player7.TextColor3 = Color3.new(0, 0, 0)
  681. Player7.TextScaled = true
  682. Player7.TextSize = 14
  683. Player7.TextWrapped = true
  684.  
  685. Player8.Name = "Player8"
  686. Player8.Parent = Players
  687. Player8.BackgroundColor3 = Color3.new(1, 1, 1)
  688. Player8.Position = UDim2.new(-0.00381679391, 0, 0.120753616, 0)
  689. Player8.Size = UDim2.new(0, 248, 0, 18)
  690. Player8.Font = Enum.Font.Fantasy
  691. Player8.Text = ""
  692. Player8.TextColor3 = Color3.new(0, 0, 0)
  693. Player8.TextScaled = true
  694. Player8.TextSize = 14
  695. Player8.TextWrapped = true
  696.  
  697. Player9.Name = "Player9"
  698. Player9.Parent = Players
  699. Player9.BackgroundColor3 = Color3.new(1, 1, 1)
  700. Player9.Position = UDim2.new(-0.00381679391, 0, 0.134849578, 0)
  701. Player9.Size = UDim2.new(0, 248, 0, 18)
  702. Player9.Font = Enum.Font.Fantasy
  703. Player9.Text = ""
  704. Player9.TextColor3 = Color3.new(0, 0, 0)
  705. Player9.TextScaled = true
  706. Player9.TextSize = 14
  707. Player9.TextWrapped = true
  708.  
  709. Player34.Name = "Player34"
  710. Player34.Parent = Players
  711. Player34.BackgroundColor3 = Color3.new(1, 1, 1)
  712. Player34.Position = UDim2.new(-0.00381679391, 0, 0.485817015, 0)
  713. Player34.Size = UDim2.new(0, 248, 0, 18)
  714. Player34.Font = Enum.Font.Fantasy
  715. Player34.Text = ""
  716. Player34.TextColor3 = Color3.new(0, 0, 0)
  717. Player34.TextScaled = true
  718. Player34.TextSize = 14
  719. Player34.TextWrapped = true
  720.  
  721. Player28.Name = "Player28"
  722. Player28.Parent = Players
  723. Player28.BackgroundColor3 = Color3.new(1, 1, 1)
  724. Player28.Position = UDim2.new(-0.00381679391, 0, 0.401432157, 0)
  725. Player28.Size = UDim2.new(0, 248, 0, 18)
  726. Player28.Font = Enum.Font.Fantasy
  727. Player28.Text = ""
  728. Player28.TextColor3 = Color3.new(0, 0, 0)
  729. Player28.TextScaled = true
  730. Player28.TextSize = 14
  731. Player28.TextWrapped = true
  732.  
  733. Player37.Name = "Player37"
  734. Player37.Parent = Players
  735. Player37.BackgroundColor3 = Color3.new(1, 1, 1)
  736. Player37.Position = UDim2.new(-0.00381679391, 0, 0.52761513, 0)
  737. Player37.Size = UDim2.new(0, 248, 0, 18)
  738. Player37.Font = Enum.Font.Fantasy
  739. Player37.Text = ""
  740. Player37.TextColor3 = Color3.new(0, 0, 0)
  741. Player37.TextScaled = true
  742. Player37.TextSize = 14
  743. Player37.TextWrapped = true
  744.  
  745. Player36.Name = "Player36"
  746. Player36.Parent = Players
  747. Player36.BackgroundColor3 = Color3.new(1, 1, 1)
  748. Player36.Position = UDim2.new(-0.00381679391, 0, 0.513419509, 0)
  749. Player36.Size = UDim2.new(0, 248, 0, 18)
  750. Player36.Font = Enum.Font.Fantasy
  751. Player36.Text = ""
  752. Player36.TextColor3 = Color3.new(0, 0, 0)
  753. Player36.TextScaled = true
  754. Player36.TextSize = 14
  755. Player36.TextWrapped = true
  756.  
  757. Player33.Name = "Player33"
  758. Player33.Parent = Players
  759. Player33.BackgroundColor3 = Color3.new(1, 1, 1)
  760. Player33.Position = UDim2.new(-0.00381679391, 0, 0.471621394, 0)
  761. Player33.Size = UDim2.new(0, 248, 0, 18)
  762. Player33.Font = Enum.Font.Fantasy
  763. Player33.Text = ""
  764. Player33.TextColor3 = Color3.new(0, 0, 0)
  765. Player33.TextScaled = true
  766. Player33.TextSize = 14
  767. Player33.TextWrapped = true
  768.  
  769. Player30.Name = "Player30"
  770. Player30.Parent = Players
  771. Player30.BackgroundColor3 = Color3.new(1, 1, 1)
  772. Player30.Position = UDim2.new(-0.00381679391, 0, 0.42903468, 0)
  773. Player30.Size = UDim2.new(0, 248, 0, 18)
  774. Player30.Font = Enum.Font.Fantasy
  775. Player30.Text = ""
  776. Player30.TextColor3 = Color3.new(0, 0, 0)
  777. Player30.TextScaled = true
  778. Player30.TextSize = 14
  779. Player30.TextWrapped = true
  780.  
  781. Player35.Name = "Player35"
  782. Player35.Parent = Players
  783. Player35.BackgroundColor3 = Color3.new(1, 1, 1)
  784. Player35.Position = UDim2.new(-0.00381679391, 0, 0.500012577, 0)
  785. Player35.Size = UDim2.new(0, 248, 0, 18)
  786. Player35.Font = Enum.Font.Fantasy
  787. Player35.Text = ""
  788. Player35.TextColor3 = Color3.new(0, 0, 0)
  789. Player35.TextScaled = true
  790. Player35.TextSize = 14
  791. Player35.TextWrapped = true
  792.  
  793. Player29.Name = "Player29"
  794. Player29.Parent = Players
  795. Player29.BackgroundColor3 = Color3.new(1, 1, 1)
  796. Player29.Position = UDim2.new(-0.00381679391, 0, 0.415627718, 0)
  797. Player29.Size = UDim2.new(0, 248, 0, 18)
  798. Player29.Font = Enum.Font.Fantasy
  799. Player29.Text = ""
  800. Player29.TextColor3 = Color3.new(0, 0, 0)
  801. Player29.TextScaled = true
  802. Player29.TextSize = 14
  803. Player29.TextWrapped = true
  804.  
  805. Player31.Name = "Player31"
  806. Player31.Parent = Players
  807. Player31.BackgroundColor3 = Color3.new(1, 1, 1)
  808. Player31.Position = UDim2.new(-0.00381679391, 0, 0.443230271, 0)
  809. Player31.Size = UDim2.new(0, 248, 0, 18)
  810. Player31.Font = Enum.Font.Fantasy
  811. Player31.Text = ""
  812. Player31.TextColor3 = Color3.new(0, 0, 0)
  813. Player31.TextScaled = true
  814. Player31.TextSize = 14
  815. Player31.TextWrapped = true
  816.  
  817. Player32.Name = "Player32"
  818. Player32.Parent = Players
  819. Player32.BackgroundColor3 = Color3.new(1, 1, 1)
  820. Player32.Position = UDim2.new(-0.00381686469, 0, 0.457425863, 0)
  821. Player32.Size = UDim2.new(0, 248, 0, 18)
  822. Player32.Font = Enum.Font.Fantasy
  823. Player32.Text = ""
  824. Player32.TextColor3 = Color3.new(0, 0, 0)
  825. Player32.TextScaled = true
  826. Player32.TextSize = 14
  827. Player32.TextWrapped = true
  828.  
  829. Player38.Name = "Player38"
  830. Player38.Parent = Players
  831. Player38.BackgroundColor3 = Color3.new(1, 1, 1)
  832. Player38.Position = UDim2.new(-0.00381679391, 0, 0.541810691, 0)
  833. Player38.Size = UDim2.new(0, 248, 0, 18)
  834. Player38.Font = Enum.Font.Fantasy
  835. Player38.Text = ""
  836. Player38.TextColor3 = Color3.new(0, 0, 0)
  837. Player38.TextScaled = true
  838. Player38.TextSize = 14
  839. Player38.TextWrapped = true
  840.  
  841. Player40.Name = "Player40"
  842. Player40.Parent = Players
  843. Player40.BackgroundColor3 = Color3.new(1, 1, 1)
  844. Player40.Position = UDim2.new(-0.00381679391, 0, 0.569413245, 0)
  845. Player40.Size = UDim2.new(0, 248, 0, 18)
  846. Player40.Font = Enum.Font.Fantasy
  847. Player40.Text = ""
  848. Player40.TextColor3 = Color3.new(0, 0, 0)
  849. Player40.TextScaled = true
  850. Player40.TextSize = 14
  851. Player40.TextWrapped = true
  852.  
  853. Player2.Name = "Player2"
  854. Player2.Parent = Players
  855. Player2.BackgroundColor3 = Color3.new(1, 1, 1)
  856. Player2.Position = UDim2.new(-0.00381679391, 0, 0.0362902172, 0)
  857. Player2.Size = UDim2.new(0, 248, 0, 18)
  858. Player2.Font = Enum.Font.Fantasy
  859. Player2.Text = ""
  860. Player2.TextColor3 = Color3.new(0, 0, 0)
  861. Player2.TextScaled = true
  862. Player2.TextSize = 14
  863. Player2.TextWrapped = true
  864.  
  865. Teleport.Name = "Teleport"
  866. Teleport.Parent = Tp2PlayerGUI
  867. Teleport.BackgroundColor3 = Color3.new(0.109804, 0.00392157, 0.647059)
  868. Teleport.BackgroundTransparency = 0.5
  869. Teleport.Position = UDim2.new(0.835, 0, 0.924, 0)
  870. Teleport.Size = UDim2.new(0, 265, 0, 39)
  871. Teleport.Visible = false
  872.  
  873. TeleportToPlayer.Name = "TeleportToPlayer"
  874. TeleportToPlayer.Parent = Teleport
  875. TeleportToPlayer.BackgroundColor3 = Color3.new(0.109804, 0.00392157, 0.647059)
  876. TeleportToPlayer.BackgroundTransparency = 0.5
  877. TeleportToPlayer.Position = UDim2.new(0, 0, -0, 0)
  878. TeleportToPlayer.Size = UDim2.new(0, 265, 0, 39)
  879. TeleportToPlayer.Font = Enum.Font.SourceSansSemibold
  880. TeleportToPlayer.Text = "Teleport"
  881. TeleportToPlayer.TextColor3 = Color3.new(1, 1, 1)
  882. TeleportToPlayer.TextSize = 30
  883. TeleportToPlayer.TextWrapped = true
  884.  
  885. CoolDown.Name = "CoolDown"
  886. CoolDown.Parent = Teleport
  887. CoolDown.BackgroundColor3 = Color3.new(0.109804, 0.00392157, 0.647059)
  888. CoolDown.BackgroundTransparency = 0.5
  889. CoolDown.Position = UDim2.new(0, 0, -0, 0)
  890. CoolDown.Size = UDim2.new(0, 265, 0, 39)
  891. CoolDown.Font = Enum.Font.SourceSansSemibold
  892. CoolDown.Text = "Teleported!"
  893. CoolDown.TextColor3 = Color3.new(1, 1, 1)
  894. CoolDown.TextSize = 30
  895. CoolDown.TextWrapped = true
  896. CoolDown.Visible = false
  897.  
  898. PlayerName.Name = "PlayerName"
  899. PlayerName.Parent = Tp2PlayerGUI
  900. PlayerName.BackgroundColor3 = Color3.new(0, 0.0509804, 0.513726)
  901. PlayerName.BackgroundTransparency = 0.5
  902. PlayerName.Position = UDim2.new(0.835, 0, 0.575, 0)
  903. PlayerName.Size = UDim2.new(0, 264, 0, 31)
  904. PlayerName.Visible = false
  905.  
  906. PlyrSel.Name = "PlyrSel"
  907. PlyrSel.Parent = PlayerName
  908. PlyrSel.BackgroundColor3 = Color3.new(0, 0.0509804, 0.513726)
  909. PlyrSel.BackgroundTransparency = 0.5
  910. PlyrSel.Position = UDim2.new(0.004, 0, -0.0001, 0)
  911. PlyrSel.Size = UDim2.new(0, 261, 0, 31)
  912. PlyrSel.Font = Enum.Font.Highway
  913. PlyrSel.Text = "SELECT A PLAYER"
  914. PlyrSel.TextColor3 = Color3.new(0.862745, 0.862745, 0.862745)
  915. PlyrSel.TextSize = 33
  916. PlyrSel.TextWrapped = true
  917.  
  918. Credits.Name = "Credits"
  919. Credits.Parent = Tp2PlayerGUI
  920. Credits.BackgroundColor3 = Color3.new(0,75,0)
  921. Credits.Position = UDim2.new(0,0,0.842,0)
  922. Credits.BackgroundTransparency = 0
  923. Credits.Size = UDim2.new(0,106,0,22)
  924.  
  925. Crdits.Name = "Crdits"
  926. Crdits.Parent = Credits
  927. Crdits.BackgroundColor3 = Color3.new(0,75,0)
  928. Credits.BackgroundTransparency = 0.5
  929. Crdits.Position = UDim2.new(0,0,-0,0)
  930. Crdits.Size = UDim2.new(0,106,0,22)
  931. Crdits.Font = Enum.Font.Fantasy
  932. Crdits.Text = "CREDITS!"
  933. Crdits.TextWrapped = true
  934. Crdits.TextSize = 15
  935. Crdits.TextColor3 = Color3.new(0,0,0)
  936. Crdits.MouseButton1Click:Connect(function()
  937. CredFrame.Visible = not CredFrame.Visible
  938. Settings.Visible = false
  939. end)
  940.  
  941. CredFrame.Name = "CredFrame"
  942. CredFrame.Parent = Credits
  943. CredFrame.BackgroundColor3 = Color3.new(0,0,0)
  944. CredFrame.BackgroundTransparency = 0.65
  945. CredFrame.Size = UDim2.new(0,177,0,330)
  946. CredFrame.Position = UDim2.new(10.934,0,-10.000,8)
  947. CredFrame.Visible = false
  948.  
  949. Title.Name = "Title"
  950. Title.Parent = CredFrame
  951. Title.BackgroundColor3 = Color3.new(0,0,0)
  952. Title.BackgroundTransparency = 0.2
  953. Title.Text = "CREDITS"
  954. Title.TextScaled = true
  955. Title.TextWrapped = true
  956. Title.TextColor3 = Color3.new(255,255,255)
  957. Title.Font = Enum.Font.Gotham
  958. Title.Position = UDim2.new(0,0,0,0)
  959. Title.Size = UDim2.new(0,177,0,43)
  960. Title.Visible = true
  961.  
  962. v3rm.Name = "V3rmillion"
  963. v3rm.Parent = CredFrame
  964. v3rm.BackgroundColor3 = Color3.new(0,0,0)
  965. v3rm.Size = UDim2.new(0,177,0,50)
  966. v3rm.Position = UDim2.new(0,0,0.136,0)
  967. v3rm.TextScaled = true
  968. v3rm.TextWrapped = true
  969. v3rm.Text = "Made by Roll Bounce Blob on V3rm"
  970. v3rm.Font = Enum.Font.Code
  971. v3rm.BackgroundTransparency = 0.56
  972. v3rm.TextColor3 = Color3.new(255,255,255)
  973.  
  974. Discord.Name = "Discord"
  975. Discord.Parent = CredFrame
  976. Discord.BackgroundColor3 = Color3.new(0,0,0)
  977. Discord.Size = UDim2.new(0,177,0,50)
  978. Discord.Position = UDim2.new(0,0,0.294,0)
  979. Discord.TextScaled = true
  980. Discord.TextWrapped = true
  981. Discord.Text = "AliveMemes#3192 On Discord"
  982. Discord.Font = Enum.Font.Code
  983. Discord.BackgroundTransparency = 0.56
  984. Discord.TextColor3 = Color3.new(255,255,255)
  985.  
  986. Feedback.Name = "Feedback"
  987. Feedback.Parent = CredFrame
  988. Feedback.BackgroundColor3 = Color3.new(0,0,0)
  989. Feedback.Size = UDim2.new(0,177,0,121)
  990. Feedback.Position = UDim2.new(0,0,.617,0)
  991. Feedback.TextSize = 20
  992. Feedback.TextWrapped = true
  993. Feedback.Text = "Please give me feedback about the gui on v3rm"
  994. Feedback.Font = Enum.Font.Code
  995. Feedback.BackgroundTransparency = 0.56
  996. Feedback.TextColor3 = Color3.new(255,255,255)
  997.  
  998. Vouch.Name = "Vouch"
  999. Vouch.Parent = CredFrame
  1000. Vouch.BackgroundColor3 = Color3.new(0,0,0)
  1001. Vouch.Size = UDim2.new(0,177,0,50)
  1002. Vouch.Position = UDim2.new(0,0,0.453,0)
  1003. Vouch.TextSize = 20
  1004. Vouch.TextWrapped = true
  1005. Vouch.Text = "Please Vouch or I will breathe air"
  1006. Vouch.Font = Enum.Font.Code
  1007. Vouch.BackgroundTransparency = 0.56
  1008. Vouch.TextColor3 = Color3.new(255,255,255)
  1009.  
  1010. GuiSettings.Name = "GuiSettings"
  1011. GuiSettings.Parent = Tp2PlayerGUI
  1012. GuiSettings.BackgroundColor3 = Color3.fromRGB(12,231,255)
  1013. GuiSettings.BackgroundTransparency = 0.4
  1014. GuiSettings.Size = UDim2.new(0,261,0,21)
  1015. GuiSettings.Position = UDim2.new(0.835,0,0.546,0)
  1016.  
  1017. Settings.Name = "Settings"
  1018. Settings.Parent = GuiSettings
  1019. Settings.BackgroundColor3 = Color3.fromRGB(23,92,255)
  1020. Settings.BackgroundTransparency = 0.56
  1021. Settings.Position = UDim2.new(-0.793,0,1,0)
  1022. Settings.Size = UDim2.new(0,207,0,306)
  1023. Settings.Visible = false
  1024.  
  1025. SettingsButton.Name = "SettingsButton"
  1026. SettingsButton.Parent = GuiSettings
  1027. SettingsButton.BackgroundColor3 = Color3.fromRGB(12,48,255)
  1028. SettingsButton.BackgroundTransparency = 0.4
  1029. SettingsButton.Position = UDim2.new(0,0,0,0)
  1030. SettingsButton.Size = UDim2.new(0,261,0,21)
  1031. SettingsButton.Text = "Open GUI Settings"
  1032. SettingsButton.TextScaled = true
  1033. SettingsButton.TextWrapped = true
  1034. SettingsButton.Font = Enum.Font.SourceSansBold
  1035. SettingsButton.MouseButton1Click:Connect(function()
  1036. Settings.Visible = not Settings.Visible
  1037. CredFrame.Visible = false
  1038. end)
  1039.  
  1040. CustomColor.Name = "DarkGUI"
  1041. CustomColor.Parent = Settings
  1042. CustomColor.BackgroundColor3 = Color3.new(0,0,0)
  1043. CustomColor.BackgroundTransparency = 0
  1044. CustomColor.Position = UDim2.new(0.014,0,0.141,0)
  1045. CustomColor.Size = UDim2.new(0,200,0,50)
  1046. CustomColor.Text = "Custom Color GUI"
  1047. CustomColor.Font = Enum.Font.Code
  1048. CustomColor.TextColor3 = Color3.new(255,255,255)
  1049. CustomColor.TextWrapped = true
  1050. CustomColor.TextSize = 24
  1051. CustomColor.MouseButton1Click:Connect(function()
  1052.  
  1053. end)
  1054.  
  1055. Setitle.Name = "SettingsTitle"
  1056. Setitle.Parent = Settings
  1057. Setitle.BackgroundColor3 = Color3.new(0,0,0)
  1058. Setitle.BackgroundTransparency = 0.45
  1059. Setitle.Position = UDim2.new(0,0,0,0)
  1060. Setitle.Size =UDim2.new(0,207,0,31)
  1061. Setitle.Font = Enum.Font.Code
  1062. Setitle.Text = "Settings"
  1063. Setitle.TextColor3 = Color3.new(255,255,255)
  1064. Setitle.TextScaled = true
  1065. Setitle.TextWrapped = true
  1066.  
  1067. -- Usernames Function
  1068.  
  1069.  
  1070. local buttons = {
  1071. Player1,
  1072. Player2,
  1073. Player3,
  1074. Player4,
  1075. Player5,
  1076. Player6,
  1077. Player7,
  1078. Player8,
  1079. Player9,
  1080. Player10,
  1081. Player11,
  1082. Player12,
  1083. Player13,
  1084. Player14,
  1085. Player15,
  1086. Player16,
  1087. Player17,
  1088. Player18,
  1089. Player19,
  1090. Player20,
  1091. Player21,
  1092. Player22,
  1093. Player23,
  1094. Player24,
  1095. Player25,
  1096. Player26,
  1097. Player27,
  1098. Player28,
  1099. Player29,
  1100. Player30,
  1101. Player31,
  1102. Player32,
  1103. Player33,
  1104. Player34,
  1105. Player35,
  1106. Player36,
  1107. Player37,
  1108. Player38,
  1109. Player39,
  1110. Player40
  1111. }
  1112. spawn (function()
  1113. while true do
  1114. Player1.Text = "No Player"
  1115. Player2.Text = "No Player"
  1116. Player3.Text = "No Player"
  1117. Player4.Text = "No Player"
  1118. Player5.Text = "No Player"
  1119. Player6.Text = "No Player"
  1120. Player7.Text = "No Player"
  1121. Player8.Text = "No Player"
  1122. Player9.Text = "No Player"
  1123. Player10.Text = "No Player"
  1124. Player11.Text = "No Player"
  1125. Player12.Text = "No Player"
  1126. Player13.Text = "No Player"
  1127. Player14.Text = "No Player"
  1128. Player15.Text = "No Player"
  1129. Player16.Text = "No Player"
  1130. Player17.Text = "No Player"
  1131. Player18.Text = "No Player"
  1132. Player19.Text = "No Player"
  1133. Player20.Text = "No Player"
  1134. Player21.Text = "No Player"
  1135. Player22.Text = "No Player"
  1136. Player23.Text = "No Player"
  1137. Player24.Text = "No Player"
  1138. Player25.Text = "No Player"
  1139. Player26.Text = "No Player"
  1140. Player27.Text = "No Player"
  1141. Player28.Text = "No Player"
  1142. Player29.Text = "No Player"
  1143. Player30.Text = "No Player"
  1144. Player31.Text = "No Player"
  1145. Player32.Text = "No Player"
  1146. Player33.Text = "No Player"
  1147. Player34.Text = "No Player"
  1148. Player35.Text = "No Player"
  1149. Player36.Text = "No Player"
  1150. Player37.Text = "No Player"
  1151. Player38.Text = "No Player"
  1152. Player39.Text = "No Player"
  1153. Player40.Text = "No Player"
  1154. for i, v in pairs(game.Players:GetChildren()) do
  1155. buttons[i].Text = v.Name
  1156. buttons[i].Visible = true
  1157. end
  1158. wait(0.5)
  1159. end
  1160. end)
  1161.  
  1162. Player1.MouseButton1Down:connect(function()
  1163. PlyrSel.Text = Player1.Text
  1164. end)
  1165. Player2.MouseButton1Down:connect(function()
  1166. PlyrSel.Text = Player2.Text
  1167. end)
  1168. Player3.MouseButton1Down:connect(function()
  1169. PlyrSel.Text = Player3.Text
  1170. end)
  1171. Player4.MouseButton1Down:connect(function()
  1172. PlyrSel.Text = Player4.Text
  1173. end)
  1174. Player5.MouseButton1Down:connect(function()
  1175. PlyrSel.Text = Player5.Text
  1176. end)
  1177. Player6.MouseButton1Down:connect(function()
  1178. PlyrSel.Text = Player6.Text
  1179. end)
  1180. Player7.MouseButton1Down:connect(function()
  1181. PlyrSel.Text = Player7.Text
  1182. end)
  1183. Player8.MouseButton1Down:connect(function()
  1184. PlyrSel.Text = Player8.Text
  1185. end)
  1186. Player9.MouseButton1Down:connect(function()
  1187. PlyrSel.Text = Player9.Text
  1188. end)
  1189. Player10.MouseButton1Down:connect(function()
  1190. PlyrSel.Text = Player10.Text
  1191. end)
  1192. Player11.MouseButton1Down:connect(function()
  1193. PlyrSel.Text = Player11.Text
  1194. end)
  1195. Player12.MouseButton1Down:connect(function()
  1196. PlyrSel.Text = Player12.Text
  1197. end)
  1198. Player13.MouseButton1Down:connect(function()
  1199. PlyrSel.Text = Player13.Text
  1200. end)
  1201. Player14.MouseButton1Down:connect(function()
  1202. PlyrSel.Text = Player14.Text
  1203. end)
  1204. Player15.MouseButton1Down:connect(function()
  1205. PlyrSel.Text = Player15.Text
  1206. end)
  1207. Player16.MouseButton1Down:connect(function()
  1208. PlyrSel.Text = Player16.Text
  1209. end)
  1210. Player17.MouseButton1Down:connect(function()
  1211. PlyrSel.Text = Player17.Text
  1212. end)
  1213. Player18.MouseButton1Down:connect(function()
  1214. PlyrSel.Text = Player18.Text
  1215. end)
  1216. Player19.MouseButton1Down:connect(function()
  1217. PlyrSel.Text = Player19.Text
  1218. end)
  1219. Player20.MouseButton1Down:connect(function()
  1220. PlyrSel.Text = Player20.Text
  1221. end)
  1222. Player21.MouseButton1Down:connect(function()
  1223. PlyrSel.Text = Player21.Text
  1224. end)
  1225. Player22.MouseButton1Down:connect(function()
  1226. PlyrSel.Text = Player22.Text
  1227. end)
  1228. Player23.MouseButton1Down:connect(function()
  1229. PlyrSel.Text = Player23.Text
  1230. end)
  1231. Player24.MouseButton1Down:connect(function()
  1232. PlyrSel.Text = Player24.Text
  1233. end)
  1234. Player25.MouseButton1Down:connect(function()
  1235. PlyrSel.Text = Player25.Text
  1236. end)
  1237. Player26.MouseButton1Down:connect(function()
  1238. PlyrSel.Text = Player26.Text
  1239. end)
  1240. Player27.MouseButton1Down:connect(function()
  1241. PlyrSel.Text = Player27.Text
  1242. end)
  1243. Player28.MouseButton1Down:connect(function()
  1244. PlyrSel.Text = Player28.Text
  1245. end)
  1246. Player29.MouseButton1Down:connect(function()
  1247. PlyrSel.Text = Player29.Text
  1248. end)
  1249. Player30.MouseButton1Down:connect(function()
  1250. PlyrSel.Text = Player30.Text
  1251. end)
  1252. Player31.MouseButton1Down:connect(function()
  1253. PlyrSel.Text = Player31.Text
  1254. end)
  1255. Player32.MouseButton1Down:connect(function()
  1256. PlyrSel.Text = Player32.Text
  1257. end)
  1258. Player33.MouseButton1Down:connect(function()
  1259. PlyrSel.Text = Player33.Text
  1260. end)
  1261. Player34.MouseButton1Down:connect(function()
  1262. PlyrSel.Text = Player34.Text
  1263. end)
  1264. Player35.MouseButton1Down:connect(function()
  1265. PlyrSel.Text = Player35.Text
  1266. end)
  1267. Player36.MouseButton1Down:connect(function()
  1268. PlyrSel.Text = Player36.Text
  1269. end)
  1270. Player37.MouseButton1Down:connect(function()
  1271. PlyrSel.Text = Player37.Text
  1272. end)
  1273. Player38.MouseButton1Down:connect(function()
  1274. PlyrSel.Text = Player38.Text
  1275. end)
  1276. Player39.MouseButton1Down:connect(function()
  1277. PlyrSel.Text = Player39.Text
  1278. end)
  1279. Player40.MouseButton1Down:connect(function()
  1280. PlyrSel.Text = Player40.Text
  1281. end)
  1282.  
  1283. -- Teleport Function
  1284.  
  1285.  
  1286. TeleportToPlayer.MouseButton1Down:connect(function()
  1287. if PlyrSel.Text == "SELECT A PLAYER" then
  1288. PlyrSel.Text = "No Player Selected"
  1289. wait(1)
  1290. PlyrSel.Text = "SELECT A PLAYER"
  1291. elseif
  1292. PlyrSel.Text == Player1.Text then
  1293. PlyrSel.Text = "That's you dummy!"
  1294. wait(.5)
  1295. PlyrSel.Text = "SELECT A PLAYER"
  1296. elseif PlyrSel.Text == "No Player" then
  1297. PlyrSel.Text = "Player not Found!"
  1298. wait(.5)
  1299. PlyrSel.Text = "SELECT A PLAYER"
  1300. else
  1301. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[PlyrSel.Text].HumanoidRootPart.CFrame
  1302. TeleportToPlayer.Visible = false
  1303. CoolDown.Visible = true
  1304. wait(.5)
  1305. CoolDown.Visible = false
  1306. TeleportToPlayer.Visible = true
  1307. end
  1308. end)
  1309.  
  1310. -- Rainbow TextStroke Function
  1311.  
  1312. while true do
  1313. wait(.5)
  1314. Thankpls.TextStrokeColor3 = Color3.new(math.random(),math.random(),math.random())
  1315. Memes.TextStrokeColor3 = Color3.new(math.random(),math.random(),math.random())
  1316. Click.TextStrokeColor3 = Color3.new(math.random(),math.random(),math.random())
  1317. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement