Advertisement
Guest User

Untitled

a guest
Mar 6th, 2019
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.95 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("ImageLabel")
  5. local ImageLabel = Instance.new("ImageLabel")
  6. local TextLabel = Instance.new("TextLabel")
  7. local TextLabel_2 = Instance.new("TextLabel")
  8. local TextBox = Instance.new("TextBox")
  9. local TextLabel_3 = Instance.new("TextLabel")
  10. local TextLabel_4 = Instance.new("TextLabel")
  11. local TextBox_2 = Instance.new("TextBox")
  12. local TextButton = Instance.new("TextButton")
  13. local TextButton_Roundify_12px = Instance.new("ImageLabel")
  14. local TextLabel_5 = Instance.new("TextLabel")
  15.  
  16. -- Properties
  17.  
  18. ScreenGui.Parent = game.CoreGui
  19.  
  20. Frame.Name = "Frame"
  21. Frame.Parent = ScreenGui
  22. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  23. Frame.BackgroundTransparency = 1
  24. Frame.Position = UDim2.new(0.323054194, 0, 0.286527514, 0)
  25. Frame.Size = UDim2.new(0, 480, 0, 219)
  26. Frame.Image = "rbxassetid://2260429633"
  27. Frame.ImageColor3 = Color3.new(0.0588235, 0.00392157, 0.352941)
  28. Frame.ScaleType = Enum.ScaleType.Slice
  29. Frame.SliceCenter = Rect.new(12, 12, 13, 13)
  30.  
  31. ImageLabel.Parent = Frame
  32. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  33. ImageLabel.BackgroundTransparency = 1
  34. ImageLabel.Size = UDim2.new(0, 480, 0, 219)
  35. ImageLabel.Image = "rbxassetid://2913212154"
  36.  
  37. TextLabel.Parent = Frame
  38. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  39. TextLabel.BackgroundTransparency = 1
  40. TextLabel.Position = UDim2.new(0.291666657, 0, 0, 0)
  41. TextLabel.Size = UDim2.new(0, 200, 0, 31)
  42. TextLabel.Font = Enum.Font.SourceSansLight
  43. TextLabel.Text = "Segway Fricker"
  44. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  45. TextLabel.TextScaled = true
  46. TextLabel.TextSize = 14
  47. TextLabel.TextWrapped = true
  48.  
  49. TextLabel_2.Parent = Frame
  50. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  51. TextLabel_2.BackgroundTransparency = 1
  52. TextLabel_2.Position = UDim2.new(0.0145833334, 0, 0.269406378, 0)
  53. TextLabel_2.Size = UDim2.new(0, 96, 0, 31)
  54. TextLabel_2.Font = Enum.Font.SourceSansLight
  55. TextLabel_2.Text = "Username:"
  56. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  57. TextLabel_2.TextScaled = true
  58. TextLabel_2.TextSize = 14
  59. TextLabel_2.TextWrapped = true
  60.  
  61. TextBox.Parent = Frame
  62. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  63. TextBox.BorderSizePixel = 0
  64. TextBox.Position = UDim2.new(0.229166672, 0, 0.273972601, 0)
  65. TextBox.Size = UDim2.new(0, 362, 0, 28)
  66. TextBox.Font = Enum.Font.SourceSans
  67. TextBox.PlaceholderText = "Username"
  68. TextBox.Text = ""
  69. TextBox.TextColor3 = Color3.new(0.0588235, 0.00392157, 0.352941)
  70. TextBox.TextScaled = true
  71. TextBox.TextSize = 14
  72. TextBox.TextWrapped = true
  73.  
  74. TextLabel_3.Parent = Frame
  75. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  76. TextLabel_3.BackgroundTransparency = 1
  77. TextLabel_3.Position = UDim2.new(0.366666675, 0, 0.10958904, 0)
  78. TextLabel_3.Size = UDim2.new(0, 127, 0, 36)
  79. TextLabel_3.Font = Enum.Font.SourceSansLight
  80. TextLabel_3.Text = "Made by Bee#7291"
  81. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  82. TextLabel_3.TextScaled = true
  83. TextLabel_3.TextSize = 14
  84. TextLabel_3.TextWrapped = true
  85.  
  86. TextLabel_4.Parent = Frame
  87. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  88. TextLabel_4.BackgroundTransparency = 1
  89. TextLabel_4.Position = UDim2.new(0.0145833334, 0, 0.442922354, 0)
  90. TextLabel_4.Size = UDim2.new(0, 96, 0, 31)
  91. TextLabel_4.Font = Enum.Font.SourceSansLight
  92. TextLabel_4.Text = "Password:"
  93. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  94. TextLabel_4.TextScaled = true
  95. TextLabel_4.TextSize = 14
  96. TextLabel_4.TextWrapped = true
  97.  
  98. TextBox_2.Parent = Frame
  99. TextBox_2.BackgroundColor3 = Color3.new(1, 1, 1)
  100. TextBox_2.BorderSizePixel = 0
  101. TextBox_2.Position = UDim2.new(0.229166672, 0, 0.447488576, 0)
  102. TextBox_2.Size = UDim2.new(0, 362, 0, 28)
  103. TextBox_2.Font = Enum.Font.SourceSans
  104. TextBox_2.PlaceholderText = "Password"
  105. TextBox_2.Text = ""
  106. TextBox_2.TextColor3 = Color3.new(0.0588235, 0.00392157, 0.352941)
  107. TextBox_2.TextScaled = true
  108. TextBox_2.TextSize = 14
  109. TextBox_2.TextWrapped = true
  110.  
  111. TextButton.Parent = Frame
  112. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  113. TextButton.BackgroundTransparency = 1
  114. TextButton.BorderSizePixel = 0
  115. TextButton.Position = UDim2.new(0.291666657, 0, 0.662100434, 0)
  116. TextButton.Size = UDim2.new(0, 200, 0, 50)
  117. TextButton.Font = Enum.Font.SourceSans
  118. TextButton.Text = ""
  119. TextButton.TextColor3 = Color3.new(0, 0, 0)
  120. TextButton.TextSize = 14
  121. TextButton.MouseButton1Down:connect(function()
  122. if TextBox.Text == "SegwayV1" and TextBox_2.Text == "ALLHAIlBEE" then
  123.  
  124. Frame.Visible = false
  125. -- Objects
  126.  
  127. local ScreenGui = Instance.new("ScreenGui")
  128. local Roundify_12px = Instance.new("ImageLabel")
  129. local ImageLabel = Instance.new("ImageLabel")
  130. local TextLabel = Instance.new("TextLabel")
  131. local TextLabel_2 = Instance.new("TextLabel")
  132. local kill = Instance.new("TextButton")
  133. local sink = Instance.new("TextButton")
  134. local btools = Instance.new("TextButton")
  135. local kick = Instance.new("TextButton")
  136. local naked = Instance.new("TextButton")
  137. local hatless = Instance.new("TextButton")
  138. local nuke = Instance.new("TextButton")
  139. local nolimbs = Instance.new("TextButton")
  140. local target = Instance.new("TextBox")
  141. local TextButton = Instance.new("TextButton")
  142.  
  143. -- Properties
  144.  
  145. ScreenGui.Parent = game.CoreGui
  146.  
  147. Roundify_12px.Name = "Roundify_12px"
  148. Roundify_12px.Parent = ScreenGui
  149. Roundify_12px.BackgroundColor3 = Color3.new(1, 1, 1)
  150. Roundify_12px.BackgroundTransparency = 1
  151. Roundify_12px.Position = UDim2.new(0, 8, 0, 215)
  152. Roundify_12px.Size = UDim2.new(0, 519, 0, 303)
  153. Roundify_12px.Image = "rbxassetid://2260429633"
  154. Roundify_12px.ImageColor3 = Color3.new(0.0588235, 0, 0.392157)
  155. Roundify_12px.ScaleType = Enum.ScaleType.Slice
  156. Roundify_12px.SliceCenter = Rect.new(12, 12, 13, 13)
  157. Roundify_12px.Active = true
  158. Roundify_12px.Draggable = true
  159.  
  160. ImageLabel.Parent = Roundify_12px
  161. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  162. ImageLabel.BackgroundTransparency = 1
  163. ImageLabel.BorderSizePixel = 0
  164. ImageLabel.Position = UDim2.new(0.0308285169, 0, 0.0231023114, 0)
  165. ImageLabel.Size = UDim2.new(0, 486, 0, 289)
  166. ImageLabel.Image = "rbxassetid://2913212154"
  167.  
  168. TextLabel.Parent = Roundify_12px
  169. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  170. TextLabel.BackgroundTransparency = 1
  171. TextLabel.Selectable = true
  172. TextLabel.Size = UDim2.new(0, 519, 0, 29)
  173. TextLabel.Font = Enum.Font.SourceSansLight
  174. TextLabel.Text = "Segway Fricker"
  175. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  176. TextLabel.TextScaled = true
  177. TextLabel.TextSize = 14
  178. TextLabel.TextWrapped = true
  179.  
  180. TextLabel_2.Parent = Roundify_12px
  181. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  182. TextLabel_2.BackgroundTransparency = 1
  183. TextLabel_2.Position = UDim2.new(0, 0, 0.0957095698, 0)
  184. TextLabel_2.Selectable = true
  185. TextLabel_2.Size = UDim2.new(0, 519, 0, 20)
  186. TextLabel_2.Font = Enum.Font.SourceSansLight
  187. TextLabel_2.Text = "Made by Bee#7291"
  188. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  189. TextLabel_2.TextScaled = true
  190. TextLabel_2.TextSize = 14
  191. TextLabel_2.TextWrapped = true
  192.  
  193. kill.Name = "kill"
  194. kill.Parent = Roundify_12px
  195. kill.BackgroundColor3 = Color3.new(1, 1, 1)
  196. kill.BorderSizePixel = 0
  197. kill.Position = UDim2.new(0.0308285169, 0, 0.19141914, 0)
  198. kill.Size = UDim2.new(0, 105, 0, 50)
  199. kill.Font = Enum.Font.SourceSansLight
  200. kill.Text = "Kill"
  201. kill.TextColor3 = Color3.new(0.0588235, 0, 0.392157)
  202. kill.TextScaled = true
  203. kill.TextSize = 14
  204. kill.TextWrapped = true
  205.  
  206. sink.Name = "sink"
  207. sink.Parent = Roundify_12px
  208. sink.BackgroundColor3 = Color3.new(1, 1, 1)
  209. sink.BorderSizePixel = 0
  210. sink.Position = UDim2.new(0.398843914, 0, 0.191419154, 0)
  211. sink.Size = UDim2.new(0, 105, 0, 50)
  212. sink.Font = Enum.Font.SourceSansLight
  213. sink.Text = "Ragdoll"
  214. sink.TextColor3 = Color3.new(0.0588235, 0, 0.392157)
  215. sink.TextScaled = true
  216. sink.TextSize = 14
  217. sink.TextWrapped = true
  218.  
  219. btools.Name = "btools"
  220. btools.Parent = Roundify_12px
  221. btools.BackgroundColor3 = Color3.new(1, 1, 1)
  222. btools.BorderSizePixel = 0
  223. btools.Position = UDim2.new(0.764932513, 0, 0.191419154, 0)
  224. btools.Size = UDim2.new(0, 105, 0, 50)
  225. btools.Font = Enum.Font.SourceSansLight
  226. btools.Text = "Btools"
  227. btools.TextColor3 = Color3.new(0.0588235, 0, 0.392157)
  228. btools.TextScaled = true
  229. btools.TextSize = 14
  230. btools.TextWrapped = true
  231.  
  232. kick.Name = "kick"
  233. kick.Parent = Roundify_12px
  234. kick.BackgroundColor3 = Color3.new(1, 1, 1)
  235. kick.BorderSizePixel = 0
  236. kick.Position = UDim2.new(0.0308285169, 0, 0.415841579, 0)
  237. kick.Size = UDim2.new(0, 105, 0, 50)
  238. kick.Font = Enum.Font.SourceSansLight
  239. kick.Text = "Kick"
  240. kick.TextColor3 = Color3.new(0.0588235, 0, 0.392157)
  241. kick.TextScaled = true
  242. kick.TextSize = 14
  243. kick.TextWrapped = true
  244.  
  245. naked.Name = "naked"
  246. naked.Parent = Roundify_12px
  247. naked.BackgroundColor3 = Color3.new(1, 1, 1)
  248. naked.BorderSizePixel = 0
  249. naked.Position = UDim2.new(0.398843914, 0, 0.415841579, 0)
  250. naked.Size = UDim2.new(0, 105, 0, 50)
  251. naked.Font = Enum.Font.SourceSansLight
  252. naked.Text = "Naked"
  253. naked.TextColor3 = Color3.new(0.0588235, 0, 0.392157)
  254. naked.TextScaled = true
  255. naked.TextSize = 14
  256. naked.TextWrapped = true
  257.  
  258. hatless.Name = "hatless "
  259. hatless.Parent = Roundify_12px
  260. hatless.BackgroundColor3 = Color3.new(1, 1, 1)
  261. hatless.BorderSizePixel = 0
  262. hatless.Position = UDim2.new(0.764932513, 0, 0.415841579, 0)
  263. hatless.Size = UDim2.new(0, 105, 0, 50)
  264. hatless.Font = Enum.Font.SourceSansLight
  265. hatless.Text = "Bald"
  266. hatless.TextColor3 = Color3.new(0.0588235, 0, 0.392157)
  267. hatless.TextScaled = true
  268. hatless.TextSize = 14
  269. hatless.TextWrapped = true
  270.  
  271. nuke.Name = "nuke"
  272. nuke.Parent = Roundify_12px
  273. nuke.BackgroundColor3 = Color3.new(1, 1, 1)
  274. nuke.BorderSizePixel = 0
  275. nuke.Position = UDim2.new(0.0308285169, 0, 0.636963725, 0)
  276. nuke.Size = UDim2.new(0, 105, 0, 50)
  277. nuke.Font = Enum.Font.SourceSansLight
  278. nuke.Text = "Nuke"
  279. nuke.TextColor3 = Color3.new(0.0588235, 0, 0.392157)
  280. nuke.TextScaled = true
  281. nuke.TextSize = 14
  282. nuke.TextWrapped = true
  283.  
  284. nolimbs.Name = "nolimbs "
  285. nolimbs.Parent = Roundify_12px
  286. nolimbs.BackgroundColor3 = Color3.new(1, 1, 1)
  287. nolimbs.BorderSizePixel = 0
  288. nolimbs.Position = UDim2.new(0.398843944, 0, 0.636963725, 0)
  289. nolimbs.Size = UDim2.new(0, 105, 0, 50)
  290. nolimbs.Font = Enum.Font.SourceSansLight
  291. nolimbs.Text = "Box"
  292. nolimbs.TextColor3 = Color3.new(0.0588235, 0, 0.392157)
  293. nolimbs.TextScaled = true
  294. nolimbs.TextSize = 14
  295. nolimbs.TextWrapped = true
  296.  
  297. target.Name = "target"
  298. target.Parent = Roundify_12px
  299. target.BackgroundColor3 = Color3.new(1, 1, 1)
  300. target.BorderSizePixel = 0
  301. target.Position = UDim2.new(0.0732177272, 0, 0.848184824, 0)
  302. target.Size = UDim2.new(0, 441, 0, 33)
  303. target.Font = Enum.Font.SourceSansLight
  304. target.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  305. target.PlaceholderText = "Player Name"
  306. target.Text = ""
  307. target.TextColor3 = Color3.new(0.0588235, 0, 0.392157)
  308. target.TextScaled = true
  309. target.TextSize = 14
  310. target.TextWrapped = true
  311. target.TextXAlignment = Enum.TextXAlignment.Left
  312.  
  313. TextButton.Parent = Roundify_12px
  314. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  315. TextButton.BorderSizePixel = 0
  316. TextButton.Position = UDim2.new(0.764932513, 0, 0.636963725, 0)
  317. TextButton.Size = UDim2.new(0, 105, 0, 50)
  318. TextButton.Font = Enum.Font.SourceSansLight
  319. TextButton.Text = "Clear Queue [BROKEN]"
  320. TextButton.TextColor3 = Color3.new(0.0588235, 0, 0.392157)
  321. TextButton.TextScaled = true
  322. TextButton.TextSize = 14
  323. TextButton.TextWrapped = true
  324.  
  325. target.FocusLost:connect(function()
  326. for i,v in pairs(game.Players:GetChildren()) do
  327. if (string.sub(string.lower(v.Name),1,string.len(target.Text))) == string.lower(target.Text) then
  328. target.Text = v.Name
  329. end
  330. end
  331. end)
  332.  
  333. -- SLAVE'S WORK --
  334.  
  335. for i,slaves in pairs(game:GetDescendants()) do
  336. if slaves.Name == "DestroySegway" then
  337. print("no u")
  338.  
  339. kill.MouseButton1Down:connect(function()
  340. if string.lower(target.Text) == "all" then
  341. for i,c in pairs(game.Players:GetPlayers()) do
  342. ohok = c.Character["Head"]
  343. slaves:FireServer(ohok, {Value = ohok})
  344. end
  345. else
  346. if game.Players:FindFirstChild(target.Text) then
  347. if game.Players:FindFirstChild(target.Text).Character then
  348. slaves:FireServer(game.Players:FindFirstChild(target.Text).Character.Head, {Value = game.Players:FindFirstChild(target.Text).Character.Head}) else
  349. print("nibba who this")
  350.  
  351. end
  352.  
  353.  
  354. end
  355.  
  356. end
  357. end)
  358.  
  359. btools.MouseButton1Down:connect(function()
  360. local Tool = Instance.new("Tool",game.Players.LocalPlayer.Backpack)
  361. local Equipped = false
  362.  
  363. Tool.RequiresHandle = false
  364. Tool.Name = "Destroy Tool"
  365. local Field = Instance.new("SelectionBox",game.Workspace)
  366. local Mouse = game.Players.LocalPlayer:GetMouse()
  367. Field.LineThickness = 0.1
  368.  
  369. Tool.Equipped:connect(function()
  370. Equipped = true
  371.  
  372. while Equipped == true do
  373. if Mouse.Target ~= nil then
  374. Field.Adornee = Mouse.Target
  375.  
  376. else
  377. Field.Adornee = nil
  378. end
  379. wait()
  380. end
  381. end)
  382.  
  383.  
  384. Tool.Unequipped:connect(function()
  385. Equipped = false
  386. Field.Adornee = nil
  387. end)
  388.  
  389. Tool.Activated:connect(function()
  390. if Mouse.Target ~= nil then
  391. slaves:FireServer(Mouse.Target, {Value = Mouse.Target})
  392. local AttemptTarget = Mouse.Target
  393. while AttemptTarget ~= nil do
  394. AttemptTarget.Velocity = Vector3.new(0,-1000000000000000,0)
  395. AttemptTarget.CanCollide = false
  396. wait()
  397. end
  398.  
  399. end
  400. end)
  401. end)
  402.  
  403. naked.MouseButton1Down:connect(function()
  404. if string.lower(target.Text) == "all" then
  405. for i,c in pairs(game.Players:GetPlayers()) do
  406. ohok = c.Character.Shirt
  407. ohoka = c.Character.Pants
  408. slaves:FireServer(ohok, {Value = ohok})
  409. slaves:FireServer(ohoka, {Value = ohoka})
  410. end
  411. else
  412. slaves:FireServer(game.Players:FindFirstChild(target.Text).Character.Shirt, {Value = game.Players:FindFirstChild(target.Text).Character.Shirt})
  413. slaves:FireServer(game.Players:FindFirstChild(target.Text).Character.Pants, {Value = game.Players:FindFirstChild(target.Text).Character.Pants})
  414. end
  415. end)
  416.  
  417. nolimbs.MouseButton1Down:connect(function()
  418. if string.lower(target.Text) == "all" then
  419. for i,c in pairs(game.Players:GetPlayers()) do
  420. ohok = c.Character["Right Arm"]
  421. ohoka = c.Character["Left Arm"]
  422. ohokb = c.Character["Right Leg"]
  423. ohokc = c.Character["Left Leg"]
  424. slaves:FireServer(ohok, {Value = ohok})
  425. slaves:FireServer(ohoka, {Value = ohoka})
  426. slaves:FireServer(ohokb, {Value = ohokb})
  427. slaves:FireServer(ohokc, {Value = ohokc})
  428. end
  429. else
  430. slaves:FireServer(game.Players:FindFirstChild(target.Text).Character["Right Arm"], {Value = game.Players:FindFirstChild(target.Text).Character["Right Arm"]})
  431. slaves:FireServer(game.Players:FindFirstChild(target.Text).Character["Right Leg"], {Value = game.Players:FindFirstChild(target.Text).Character["Right Leg"]})
  432. slaves:FireServer(game.Players:FindFirstChild(target.Text).Character["Left Arm"], {Value = game.Players:FindFirstChild(target.Text).Character["Left Arm"]})
  433. slaves:FireServer(game.Players:FindFirstChild(target.Text).Character["Left Leg"], {Value = game.Players:FindFirstChild(target.Text).Character["Left Leg"]})
  434. end
  435. end)
  436.  
  437. hatless.MouseButton1Down:connect(function()
  438. if string.lower(target.Text) == "all" then
  439. for i,x in pairs(game.Players:GetPlayers()) do
  440. for i,c in pairs(x.Character:GetChildren()) do
  441. if c:IsA("Accessory") then
  442. ohok = c
  443. slaves:FireServer(ohok, {Value = ohok})
  444.  
  445. end
  446. end
  447. end
  448. else
  449. for i, hats in pairs(game.Players:FindFirstChild(target.Text).Character:GetChildren()) do
  450. if hats:IsA("Accessory") then
  451. slaves:FireServer(hats, {Value = hats })
  452. end
  453. end
  454. end
  455. end)
  456.  
  457. sink.MouseButton1Down:connect(function()
  458. if string.lower(target.Text) == "all" then
  459. for i,c in pairs(game.Players:GetPlayers()) do
  460. ohok = c.Character.HumanoidRootPart
  461. slaves:FireServer(ohok, {Value = ohok})
  462. end
  463. else
  464. slaves:FireServer(game.Players:FindFirstChild(target.Text).Character["HumanoidRootPart"], {Value = game.Players:FindFirstChild(target.Text).Character["HumanoidRootPart"]})
  465. end
  466. end)
  467.  
  468. kick.MouseButton1Down:connect(function()
  469. if string.lower(target.Text) == "all" then
  470. for i,c in pairs(game.Players:GetPlayers()) do
  471. ohok = c
  472. slaves:FireServer(ohok, {Value = ohok})
  473. end
  474. else
  475. slaves:FireServer(game.Players:FindFirstChild(target.Text), {Value = game.Players:FindFirstChild(target.Text)})
  476. end
  477. end)
  478.  
  479. nuke.MouseButton1Down:connect(function()
  480. for i,c in pairs(game.Workspace:GetChildren()) do
  481. ohok = c
  482. slaves:FireServer(ohok, {Value = ohok})
  483. end
  484. end)
  485.  
  486. end
  487. end
  488. end
  489. end)
  490. TextButton_Roundify_12px.Name = "TextButton_Roundify_12px"
  491. TextButton_Roundify_12px.Parent = TextButton
  492. TextButton_Roundify_12px.BackgroundColor3 = Color3.new(1, 1, 1)
  493. TextButton_Roundify_12px.BackgroundTransparency = 1
  494. TextButton_Roundify_12px.Position = UDim2.new(-0.00499999989, 0, 0.0399999991, 0)
  495. TextButton_Roundify_12px.Size = UDim2.new(1, 0, 1, 0)
  496. TextButton_Roundify_12px.Image = "rbxassetid://2260429633"
  497. TextButton_Roundify_12px.ScaleType = Enum.ScaleType.Slice
  498. TextButton_Roundify_12px.SliceCenter = Rect.new(12, 12, 13, 13)
  499.  
  500. TextLabel_5.Parent = TextButton
  501. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  502. TextLabel_5.BackgroundTransparency = 1
  503. TextLabel_5.Position = UDim2.new(0.0900000036, 0, 0.219999999, 0)
  504. TextLabel_5.Size = UDim2.new(0, 163, 0, 31)
  505. TextLabel_5.Font = Enum.Font.SourceSansLight
  506. TextLabel_5.Text = "Login"
  507. TextLabel_5.TextColor3 = Color3.new(0.0588235, 0.00392157, 0.352941)
  508. TextLabel_5.TextScaled = true
  509. TextLabel_5.TextSize = 14
  510. TextLabel_5.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement