Advertisement
Guest User

Orchion 1.0

a guest
Apr 25th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.46 KB | None | 0 0
  1. -- Objects
  2.  
  3. local Orchion = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local Frame_2 = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local GodMode = Instance.new("TextButton")
  8. local Btools = Instance.new("TextButton")
  9. local SemiTransparentBaseplate = Instance.new("TextButton")
  10. local Night = Instance.new("TextButton")
  11. local Day = Instance.new("TextButton")
  12. local Flash = Instance.new("TextButton")
  13. local FixWalkspeed = Instance.new("TextButton")
  14. local FixBaseplate = Instance.new("TextButton")
  15. local BaseplateGrass = Instance.new("TextButton")
  16. local SpawnPart = Instance.new("TextButton")
  17. local Disco = Instance.new("TextButton")
  18. local JumpPower = Instance.new("TextButton")
  19. local NormalJumpPower = Instance.new("TextButton")
  20. local PartSpammerLAGGY = Instance.new("TextButton")
  21. local Sit = Instance.new("TextButton")
  22. local Suicide = Instance.new("TextButton")
  23. local WalkSpeed = Instance.new("TextButton")
  24. local ClearParts = Instance.new("TextButton")
  25. local RedAmbient = Instance.new("TextButton")
  26. local FixAll = Instance.new("TextButton")
  27. local FixDisco = Instance.new("TextButton")
  28. local NonStopJumping = Instance.new("TextButton")
  29. local ShutdownServer = Instance.new("TextButton")
  30. local Anonymous = Instance.new("TextButton")
  31. local FF = Instance.new("TextButton")
  32. local GUIClose = Instance.new("TextButton")
  33. local Injected = Instance.new("ScreenGui")
  34. local OpenGUI = Instance.new("ScreenGui")
  35. local Frame_3 = Instance.new("Frame")
  36. local TextButton = Instance.new("TextButton")
  37. local Frame_4 = Instance.new("Frame")
  38. local TextLabel_2 = Instance.new("TextLabel")
  39. local TextLabel_3 = Instance.new("TextLabel")
  40. local TextButton_2 = Instance.new("TextButton")
  41.  
  42. -- Properties
  43.  
  44. Orchion.Name = "Orchion"
  45. Orchion.Parent = game.Players.LocalPlayer.PlayerGui
  46. Orchion.Enabled = false
  47.  
  48. Frame.Parent = Orchion
  49. Frame.Active = true
  50. Frame.BackgroundColor3 = Color3.new(0.839216, 0.0196078, 0.0313726)
  51. Frame.BorderSizePixel = 2
  52. Frame.Draggable = true
  53. Frame.Position = UDim2.new(0.560416639, 0, 0.239202663, 0)
  54. Frame.Selectable = true
  55. Frame.Size = UDim2.new(0, 422, 0, 458)
  56.  
  57. Frame_2.Parent = Frame
  58. Frame_2.BackgroundColor3 = Color3.new(0.505882, 0, 0)
  59. Frame_2.BorderSizePixel = 3
  60. Frame_2.Size = UDim2.new(0, 422, 0, 30)
  61.  
  62. TextLabel.Parent = Frame_2
  63. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  64. TextLabel.BackgroundTransparency = 1
  65. TextLabel.Draggable = true
  66. TextLabel.Size = UDim2.new(0, 422, 0, 30)
  67. TextLabel.Font = Enum.Font.Code
  68. TextLabel.Text = "Orchion 1.0"
  69. TextLabel.TextColor3 = Color3.new(1, 0, 0)
  70. TextLabel.TextScaled = true
  71. TextLabel.TextSize = 14
  72. TextLabel.TextStrokeColor3 = Color3.new(1, 0, 0)
  73. TextLabel.TextStrokeTransparency = 0
  74. TextLabel.TextTransparency = 0.5
  75. TextLabel.TextWrapped = true
  76.  
  77. GodMode.Name = "God Mode"
  78. GodMode.Parent = Frame_2
  79. GodMode.BackgroundColor3 = Color3.new(0.486275, 0, 0)
  80. GodMode.Position = UDim2.new(0.0165876746, 0, 3.17137003, 0)
  81. GodMode.Size = UDim2.new(0, 127, 0, 39)
  82. GodMode.Font = Enum.Font.SourceSans
  83. GodMode.Text = "God Mode"
  84. GodMode.TextColor3 = Color3.new(1, 1, 1)
  85. GodMode.TextScaled = true
  86. GodMode.TextSize = 14
  87. GodMode.TextWrapped = true
  88.  
  89. Btools.Name = "Btools"
  90. Btools.Parent = Frame_2
  91. Btools.BackgroundColor3 = Color3.new(0.486275, 0, 0)
  92. Btools.Position = UDim2.new(0.0260663703, 0, 13.9049082, 0)
  93. Btools.Size = UDim2.new(0, 122, 0, 31)
  94. Btools.Font = Enum.Font.SourceSans
  95. Btools.Text = "Btools"
  96. Btools.TextColor3 = Color3.new(1, 1, 1)
  97. Btools.TextScaled = true
  98. Btools.TextSize = 14
  99. Btools.TextWrapped = true
  100.  
  101. SemiTransparentBaseplate.Name = "SemiTransparentBaseplate"
  102. SemiTransparentBaseplate.Parent = Frame_2
  103. SemiTransparentBaseplate.BackgroundColor3 = Color3.new(0.486275, 0, 0)
  104. SemiTransparentBaseplate.Position = UDim2.new(0.68246448, 0, 3.16666675, 0)
  105. SemiTransparentBaseplate.Size = UDim2.new(0, 122, 0, 39)
  106. SemiTransparentBaseplate.Font = Enum.Font.SourceSans
  107. SemiTransparentBaseplate.Text = "Semi Transparent Baseplate"
  108. SemiTransparentBaseplate.TextColor3 = Color3.new(1, 1, 1)
  109. SemiTransparentBaseplate.TextScaled = true
  110. SemiTransparentBaseplate.TextSize = 14
  111. SemiTransparentBaseplate.TextWrapped = true
  112.  
  113. Night.Name = "Night"
  114. Night.Parent = Frame_2
  115. Night.BackgroundColor3 = Color3.new(0.486275, 0, 0)
  116. Night.Position = UDim2.new(0.0225118455, 0, 4.76666641, 0)
  117. Night.Size = UDim2.new(0, 122, 0, 39)
  118. Night.Font = Enum.Font.SourceSans
  119. Night.Text = "Time: Night"
  120. Night.TextColor3 = Color3.new(1, 1, 1)
  121. Night.TextScaled = true
  122. Night.TextSize = 14
  123. Night.TextWrapped = true
  124.  
  125. Day.Name = "Day"
  126. Day.Parent = Frame_2
  127. Day.BackgroundColor3 = Color3.new(0.486275, 0, 0)
  128. Day.Position = UDim2.new(0.354265392, 0, 4.7833333, 0)
  129. Day.Size = UDim2.new(0, 122, 0, 39)
  130. Day.Font = Enum.Font.SourceSans
  131. Day.Text = "Time: Day"
  132. Day.TextColor3 = Color3.new(1, 1, 1)
  133. Day.TextScaled = true
  134. Day.TextSize = 14
  135. Day.TextWrapped = true
  136.  
  137. Flash.Name = "Flash"
  138. Flash.Parent = Frame_2
  139. Flash.BackgroundColor3 = Color3.new(0.486275, 0, 0)
  140. Flash.Position = UDim2.new(0.6812796, 0, 4.7833333, 0)
  141. Flash.Size = UDim2.new(0, 122, 0, 39)
  142. Flash.Font = Enum.Font.SourceSans
  143. Flash.Text = "Flash"
  144. Flash.TextColor3 = Color3.new(1, 1, 1)
  145. Flash.TextScaled = true
  146. Flash.TextSize = 14
  147. Flash.TextWrapped = true
  148.  
  149. FixWalkspeed.Name = "Fix Walkspeed"
  150. FixWalkspeed.Parent = Frame_2
  151. FixWalkspeed.BackgroundColor3 = Color3.new(0.486275, 0, 0)
  152. FixWalkspeed.Position = UDim2.new(0.0260663033, 0, 6.44999981, 0)
  153. FixWalkspeed.Size = UDim2.new(0, 122, 0, 39)
  154. FixWalkspeed.Font = Enum.Font.SourceSans
  155. FixWalkspeed.Text = "Normal Walk Speed"
  156. FixWalkspeed.TextColor3 = Color3.new(1, 1, 1)
  157. FixWalkspeed.TextScaled = true
  158. FixWalkspeed.TextSize = 14
  159. FixWalkspeed.TextWrapped = true
  160.  
  161. FixBaseplate.Name = "Fix Baseplate"
  162. FixBaseplate.Parent = Frame_2
  163. FixBaseplate.BackgroundColor3 = Color3.new(0.486275, 0, 0)
  164. FixBaseplate.Position = UDim2.new(0.355450183, 0, 6.44999981, 0)
  165. FixBaseplate.Size = UDim2.new(0, 122, 0, 39)
  166. FixBaseplate.Font = Enum.Font.SourceSans
  167. FixBaseplate.Text = "Baseplate Visible"
  168. FixBaseplate.TextColor3 = Color3.new(1, 1, 1)
  169. FixBaseplate.TextScaled = true
  170. FixBaseplate.TextSize = 14
  171. FixBaseplate.TextWrapped = true
  172.  
  173. BaseplateGrass.Name = "Baseplate: Grass"
  174. BaseplateGrass.Parent = Frame_2
  175. BaseplateGrass.BackgroundColor3 = Color3.new(0.486275, 0, 0)
  176. BaseplateGrass.Position = UDim2.new(0.682464361, 0, 6.44999981, 0)
  177. BaseplateGrass.Size = UDim2.new(0, 122, 0, 39)
  178. BaseplateGrass.Font = Enum.Font.SourceSans
  179. BaseplateGrass.Text = "Baseplate: Grass"
  180. BaseplateGrass.TextColor3 = Color3.new(1, 1, 1)
  181. BaseplateGrass.TextScaled = true
  182. BaseplateGrass.TextSize = 14
  183. BaseplateGrass.TextWrapped = true
  184.  
  185. SpawnPart.Name = "Spawn Part"
  186. SpawnPart.Parent = Frame_2
  187. SpawnPart.BackgroundColor3 = Color3.new(0.486275, 0, 0)
  188. SpawnPart.Position = UDim2.new(0.0225117803, 0, 8.1833334, 0)
  189. SpawnPart.Size = UDim2.new(0, 122, 0, 39)
  190. SpawnPart.Font = Enum.Font.SourceSans
  191. SpawnPart.Text = "Spawn Part"
  192. SpawnPart.TextColor3 = Color3.new(1, 1, 1)
  193. SpawnPart.TextScaled = true
  194. SpawnPart.TextSize = 14
  195. SpawnPart.TextWrapped = true
  196.  
  197. Disco.Name = "Disco"
  198. Disco.Parent = Frame_2
  199. Disco.BackgroundColor3 = Color3.new(0.486275, 0, 0)
  200. Disco.Position = UDim2.new(0.0213270187, 0, 9.83824158, 0)
  201. Disco.Size = UDim2.new(0, 122, 0, 31)
  202. Disco.Font = Enum.Font.SourceSans
  203. Disco.Text = "Disco"
  204. Disco.TextColor3 = Color3.new(1, 1, 1)
  205. Disco.TextScaled = true
  206. Disco.TextSize = 14
  207. Disco.TextWrapped = true
  208.  
  209. JumpPower.Name = "JumpPower"
  210. JumpPower.Parent = Frame_2
  211. JumpPower.BackgroundColor3 = Color3.new(0.486275, 0, 0)
  212. JumpPower.Position = UDim2.new(0.343601912, 0, 1.43803668, 0)
  213. JumpPower.Size = UDim2.new(0, 122, 0, 39)
  214. JumpPower.Font = Enum.Font.SourceSans
  215. JumpPower.Text = "Jump Power 150"
  216. JumpPower.TextColor3 = Color3.new(1, 1, 1)
  217. JumpPower.TextScaled = true
  218. JumpPower.TextSize = 14
  219. JumpPower.TextWrapped = true
  220.  
  221. NormalJumpPower.Name = "Normal Jump Power"
  222. NormalJumpPower.Parent = Frame_2
  223. NormalJumpPower.BackgroundColor3 = Color3.new(0.486275, 0, 0)
  224. NormalJumpPower.Position = UDim2.new(0.343601912, 0, 8.18793488, 0)
  225. NormalJumpPower.Size = UDim2.new(0, 131, 0, 39)
  226. NormalJumpPower.Font = Enum.Font.SourceSans
  227. NormalJumpPower.Text = "Normal Jump Power"
  228. NormalJumpPower.TextColor3 = Color3.new(1, 1, 1)
  229. NormalJumpPower.TextScaled = true
  230. NormalJumpPower.TextSize = 14
  231. NormalJumpPower.TextWrapped = true
  232.  
  233. PartSpammerLAGGY.Name = "Part Spammer (LAGGY)"
  234. PartSpammerLAGGY.Parent = Frame_2
  235. PartSpammerLAGGY.BackgroundColor3 = Color3.new(0.486275, 0, 0)
  236. PartSpammerLAGGY.Position = UDim2.new(0.354265422, 0, 9.83824158, 0)
  237. PartSpammerLAGGY.Size = UDim2.new(0, 122, 0, 31)
  238. PartSpammerLAGGY.Font = Enum.Font.SourceSans
  239. PartSpammerLAGGY.Text = "Part Spammer (LAGGY)"
  240. PartSpammerLAGGY.TextColor3 = Color3.new(1, 1, 1)
  241. PartSpammerLAGGY.TextScaled = true
  242. PartSpammerLAGGY.TextSize = 14
  243. PartSpammerLAGGY.TextWrapped = true
  244.  
  245. Sit.Name = "Sit"
  246. Sit.Parent = Frame_2
  247. Sit.BackgroundColor3 = Color3.new(0.486275, 0, 0)
  248. Sit.Position = UDim2.new(0.68246448, 0, 8.15460205, 0)
  249. Sit.Size = UDim2.new(0, 122, 0, 39)
  250. Sit.Font = Enum.Font.SourceSans
  251. Sit.Text = "Sit"
  252. Sit.TextColor3 = Color3.new(1, 1, 1)
  253. Sit.TextScaled = true
  254. Sit.TextSize = 14
  255. Sit.TextWrapped = true
  256.  
  257. Suicide.Name = "Suicide"
  258. Suicide.Parent = Frame_2
  259. Suicide.BackgroundColor3 = Color3.new(0.486275, 0, 0)
  260. Suicide.Position = UDim2.new(0.67061609, 0, 1.43803668, 0)
  261. Suicide.Size = UDim2.new(0, 127, 0, 39)
  262. Suicide.Font = Enum.Font.SourceSans
  263. Suicide.Text = "Suicide"
  264. Suicide.TextColor3 = Color3.new(1, 1, 1)
  265. Suicide.TextScaled = true
  266. Suicide.TextSize = 14
  267. Suicide.TextWrapped = true
  268.  
  269. WalkSpeed.Name = "WalkSpeed"
  270. WalkSpeed.Parent = Frame_2
  271. WalkSpeed.BackgroundColor3 = Color3.new(0.486275, 0, 0)
  272. WalkSpeed.Position = UDim2.new(0.00947867706, 0, 1.43803668, 0)
  273. WalkSpeed.Size = UDim2.new(0, 131, 0, 39)
  274. WalkSpeed.Font = Enum.Font.SourceSans
  275. WalkSpeed.Text = "Walk Speed 150"
  276. WalkSpeed.TextColor3 = Color3.new(1, 1, 1)
  277. WalkSpeed.TextScaled = true
  278. WalkSpeed.TextSize = 14
  279. WalkSpeed.TextWrapped = true
  280.  
  281. ClearParts.Name = "Clear Parts"
  282. ClearParts.Parent = Frame_2
  283. ClearParts.BackgroundColor3 = Color3.new(0.486275, 0, 0)
  284. ClearParts.Position = UDim2.new(0.681279659, 0, 9.83824158, 0)
  285. ClearParts.Size = UDim2.new(0, 122, 0, 31)
  286. ClearParts.Font = Enum.Font.SourceSans
  287. ClearParts.Text = "Clear Parts"
  288. ClearParts.TextColor3 = Color3.new(1, 1, 1)
  289. ClearParts.TextScaled = true
  290. ClearParts.TextSize = 14
  291. ClearParts.TextWrapped = true
  292.  
  293. RedAmbient.Name = "Red Ambient"
  294. RedAmbient.Parent = Frame_2
  295. RedAmbient.BackgroundColor3 = Color3.new(0.486275, 0, 0)
  296. RedAmbient.Position = UDim2.new(0.0260663554, 0, 11.1382418, 0)
  297. RedAmbient.Size = UDim2.new(0, 122, 0, 31)
  298. RedAmbient.Font = Enum.Font.SourceSans
  299. RedAmbient.Text = "Red Ambient"
  300. RedAmbient.TextColor3 = Color3.new(1, 1, 1)
  301. RedAmbient.TextScaled = true
  302. RedAmbient.TextSize = 14
  303. RedAmbient.TextWrapped = true
  304.  
  305. FixAll.Name = "Fix All"
  306. FixAll.Parent = Frame_2
  307. FixAll.BackgroundColor3 = Color3.new(0.486275, 0, 0)
  308. FixAll.Position = UDim2.new(0.355450243, 0, 11.1382418, 0)
  309. FixAll.Size = UDim2.new(0, 122, 0, 31)
  310. FixAll.Font = Enum.Font.SourceSans
  311. FixAll.Text = "Fix All"
  312. FixAll.TextColor3 = Color3.new(1, 1, 1)
  313. FixAll.TextScaled = true
  314. FixAll.TextSize = 14
  315. FixAll.TextWrapped = true
  316.  
  317. FixDisco.Name = "Fix Disco"
  318. FixDisco.Parent = Frame_2
  319. FixDisco.BackgroundColor3 = Color3.new(0.486275, 0, 0)
  320. FixDisco.Position = UDim2.new(0.68246448, 0, 11.104908, 0)
  321. FixDisco.Size = UDim2.new(0, 122, 0, 31)
  322. FixDisco.Font = Enum.Font.SourceSans
  323. FixDisco.Text = "Fix Disco"
  324. FixDisco.TextColor3 = Color3.new(1, 1, 1)
  325. FixDisco.TextScaled = true
  326. FixDisco.TextSize = 14
  327. FixDisco.TextWrapped = true
  328.  
  329. NonStopJumping.Name = "Non Stop Jumping"
  330. NonStopJumping.Parent = Frame_2
  331. NonStopJumping.BackgroundColor3 = Color3.new(0.486275, 0, 0)
  332. NonStopJumping.Position = UDim2.new(0.023696702, 0, 12.4715748, 0)
  333. NonStopJumping.Size = UDim2.new(0, 122, 0, 31)
  334. NonStopJumping.Font = Enum.Font.SourceSans
  335. NonStopJumping.Text = "Non Stop Jumping"
  336. NonStopJumping.TextColor3 = Color3.new(1, 1, 1)
  337. NonStopJumping.TextScaled = true
  338. NonStopJumping.TextSize = 14
  339. NonStopJumping.TextWrapped = true
  340.  
  341. ShutdownServer.Name = "Shutdown Server"
  342. ShutdownServer.Parent = Frame_2
  343. ShutdownServer.BackgroundColor3 = Color3.new(0.486275, 0, 0)
  344. ShutdownServer.Position = UDim2.new(0.354265422, 0, 12.4715748, 0)
  345. ShutdownServer.Size = UDim2.new(0, 122, 0, 31)
  346. ShutdownServer.Font = Enum.Font.SourceSans
  347. ShutdownServer.Text = "Shutdown"
  348. ShutdownServer.TextColor3 = Color3.new(1, 1, 1)
  349. ShutdownServer.TextScaled = true
  350. ShutdownServer.TextSize = 14
  351. ShutdownServer.TextWrapped = true
  352.  
  353. Anonymous.Name = "Anonymous"
  354. Anonymous.Parent = Frame_2
  355. Anonymous.BackgroundColor3 = Color3.new(0.486275, 0, 0)
  356. Anonymous.Position = UDim2.new(0.681279659, 0, 12.4715748, 0)
  357. Anonymous.Size = UDim2.new(0, 122, 0, 31)
  358. Anonymous.Font = Enum.Font.SourceSans
  359. Anonymous.Text = "Anonymous Particles"
  360. Anonymous.TextColor3 = Color3.new(1, 1, 1)
  361. Anonymous.TextScaled = true
  362. Anonymous.TextSize = 14
  363. Anonymous.TextWrapped = true
  364.  
  365. FF.Name = "FF"
  366. FF.Parent = Frame_2
  367. FF.BackgroundColor3 = Color3.new(0.486275, 0, 0)
  368. FF.Position = UDim2.new(0.354265422, 0, 3.3049078, 0)
  369. FF.Size = UDim2.new(0, 122, 0, 31)
  370. FF.Font = Enum.Font.SourceSans
  371. FF.Text = "FF"
  372. FF.TextColor3 = Color3.new(1, 1, 1)
  373. FF.TextScaled = true
  374. FF.TextSize = 14
  375. FF.TextWrapped = true
  376.  
  377. GUIClose.Name = "GUIClose"
  378. GUIClose.Parent = Frame
  379. GUIClose.BackgroundColor3 = Color3.new(0.705882, 0, 0)
  380. GUIClose.BorderColor3 = Color3.new(0.384314, 0.384314, 0.384314)
  381. GUIClose.BorderSizePixel = 2
  382. GUIClose.Position = UDim2.new(0.928909957, 0, 0, 0)
  383. GUIClose.Size = UDim2.new(0, 30, 0, 30)
  384. GUIClose.Font = Enum.Font.SourceSans
  385. GUIClose.Text = "X"
  386. GUIClose.TextColor3 = Color3.new(1, 0, 0)
  387. GUIClose.TextScaled = true
  388. GUIClose.TextSize = 14
  389. GUIClose.TextWrapped = true
  390.  
  391. Injected.Name = "Injected!"
  392. Injected.Parent = Orchion
  393. Injected.Enabled = false
  394.  
  395. OpenGUI.Name = "OpenGUI"
  396. OpenGUI.Parent = Injected
  397.  
  398. Frame_3.Parent = OpenGUI
  399. Frame_3.BackgroundColor3 = Color3.new(0, 0, 0)
  400. Frame_3.Position = UDim2.new(0.020833334, 0, 0.873754144, 0)
  401. Frame_3.Size = UDim2.new(0, 140, 0, 38)
  402.  
  403. TextButton.Parent = Frame_3
  404. TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
  405. TextButton.Size = UDim2.new(0, 140, 0, 38)
  406. TextButton.Font = Enum.Font.SourceSans
  407. TextButton.Text = "Inject"
  408. TextButton.TextColor3 = Color3.new(1, 1, 1)
  409. TextButton.TextScaled = true
  410. TextButton.TextSize = 14
  411. TextButton.TextWrapped = true
  412.  
  413. Frame_4.Parent = Injected
  414. Frame_4.BackgroundColor3 = Color3.new(1, 1, 1)
  415. Frame_4.Position = UDim2.new(0.436458319, 0, 0.365448505, 0)
  416. Frame_4.Size = UDim2.new(0, 126, 0, 135)
  417.  
  418. TextLabel_2.Parent = Frame_4
  419. TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 1)
  420. TextLabel_2.Size = UDim2.new(0, 126, 0, 24)
  421. TextLabel_2.Font = Enum.Font.SourceSans
  422. TextLabel_2.Text = "Orchion 1.0"
  423. TextLabel_2.TextScaled = true
  424. TextLabel_2.TextSize = 14
  425. TextLabel_2.TextWrapped = true
  426.  
  427. TextLabel_3.Parent = Frame_4
  428. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  429. TextLabel_3.BorderSizePixel = 0
  430. TextLabel_3.Position = UDim2.new(0, 0, 0.385185182, 0)
  431. TextLabel_3.Size = UDim2.new(0, 126, 0, 48)
  432. TextLabel_3.Font = Enum.Font.SourceSans
  433. TextLabel_3.Text = "Injected!"
  434. TextLabel_3.TextSize = 14
  435.  
  436. TextButton_2.Parent = Frame_4
  437. TextButton_2.BackgroundColor3 = Color3.new(0.678431, 0.678431, 0.678431)
  438. TextButton_2.BorderSizePixel = 0
  439. TextButton_2.Position = UDim2.new(0.579365075, 0, 0.8296296, 0)
  440. TextButton_2.Size = UDim2.new(0, 53, 0, 21)
  441. TextButton_2.Font = Enum.Font.SourceSans
  442. TextButton_2.Text = "Ok"
  443. TextButton_2.TextScaled = true
  444. TextButton_2.TextSize = 14
  445. TextButton_2.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement