Advertisement
Guest User

Untitled

a guest
Mar 17th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.17 KB | None | 0 0
  1. -- Objects
  2.  
  3. local Bar = Instance.new("ScreenGui")
  4. local TextBox = Instance.new("TextBox")
  5. local Aeri = Instance.new("ImageLabel")
  6.  
  7. -- Properties
  8.  
  9. Bar.Parent = game.Workspace
  10.  
  11. TextBox.Parent = Bar
  12. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  13. TextBox.BackgroundTransparency = 0.94999998807907
  14. TextBox.Position = UDim2.new(0.0500000007, 0, 0.0250000004, 0)
  15. TextBox.Size = UDim2.new(0.899999976, 0, 0.0500000007, 0)
  16. TextBox.Font = Enum.Font.Code
  17. TextBox.FontSize = Enum.FontSize.Size14
  18. TextBox.TextColor3 = Color3.new(0, 0, 0)
  19. TextBox.TextSize = 14
  20.  
  21. Aeri.Name = "Aeri"
  22. Aeri.Parent = TextBox
  23. Aeri.BackgroundColor3 = Color3.new(1, 1, 1)
  24. Aeri.BackgroundTransparency = 1
  25. Aeri.Position = UDim2.new(0, -5, 0, -5)
  26. Aeri.Size = UDim2.new(1, 10, 1, 10)
  27. Aeri.Image = "rbxassetid://892210479"
  28. Aeri.ScaleType = Enum.ScaleType.Slice
  29. Aeri.SliceCenter = Rect.new(6, 6, 25, 25)
  30. -- Objects
  31.  
  32. local GUI = Instance.new("ScreenGui")
  33. local SideButtons = Instance.new("Frame")
  34. local Local = Instance.new("TextButton")
  35. local Cmds = Instance.new("TextButton")
  36. local Keybinds = Instance.new("TextButton")
  37. local Settings = Instance.new("TextButton")
  38. local LocalTab = Instance.new("TextLabel")
  39. local LocalMain = Instance.new("Frame")
  40. local Regen = Instance.new("TextButton")
  41. local InfCash = Instance.new("TextButton")
  42. local CmdsTab = Instance.new("TextLabel")
  43. local CmdsMain = Instance.new("Frame")
  44. local Scroll = Instance.new("ScrollingFrame")
  45. local SettingsTab = Instance.new("TextLabel")
  46. local SettingsMain = Instance.new("Frame")
  47. local Apply = Instance.new("TextButton")
  48. local BlinkTxt = Instance.new("TextLabel")
  49. local BlinkNum = Instance.new("TextBox")
  50. local BlinkToggle = Instance.new("TextButton")
  51. local sFlyTxt = Instance.new("TextLabel")
  52. local sFlyToggle = Instance.new("TextButton")
  53. local Reset = Instance.new("TextButton")
  54. local IntroFrame = Instance.new("Frame")
  55. local Frame = Instance.new("Frame")
  56. local Txt = Instance.new("TextLabel")
  57. local Cred = Instance.new("TextLabel")
  58. local Reset_2 = Instance.new("TextButton")
  59.  
  60. -- Properties
  61.  
  62. GUI.Parent = game.Workspace
  63.  
  64. SideButtons.Name = "SideButtons"
  65. SideButtons.Parent = GUI
  66. SideButtons.BackgroundColor3 = Color3.new(1, 1, 1)
  67. SideButtons.BackgroundTransparency = 1
  68. SideButtons.Position = UDim2.new(-1.10000002, 0, 0.419999987, 0)
  69. SideButtons.Size = UDim2.new(0, 150, 0, 200)
  70.  
  71. Local.Name = "Local"
  72. Local.Parent = SideButtons
  73. Local.BackgroundColor3 = Color3.new(0.101961, 0.611765, 0.666667)
  74. Local.BorderColor3 = Color3.new(0.101961, 0.611765, 0.666667)
  75. Local.Size = UDim2.new(0.899999976, 0, 0.129999995, 0)
  76. Local.Font = Enum.Font.SourceSans
  77. Local.FontSize = Enum.FontSize.Size14
  78. Local.Text = "Local"
  79. Local.TextColor3 = Color3.new(1, 1, 1)
  80. Local.TextScaled = true
  81. Local.TextSize = 14
  82. Local.TextStrokeTransparency = 0.69999998807907
  83. Local.TextWrapped = true
  84.  
  85. Cmds.Name = "Cmds"
  86. Cmds.Parent = SideButtons
  87. Cmds.BackgroundColor3 = Color3.new(0.101961, 0.611765, 0.666667)
  88. Cmds.BorderColor3 = Color3.new(0.101961, 0.611765, 0.666667)
  89. Cmds.Position = UDim2.new(0, 0, 0.150000006, 0)
  90. Cmds.Size = UDim2.new(0.899999976, 0, 0.129999995, 0)
  91. Cmds.Font = Enum.Font.SourceSans
  92. Cmds.FontSize = Enum.FontSize.Size14
  93. Cmds.Text = "Commands"
  94. Cmds.TextColor3 = Color3.new(1, 1, 1)
  95. Cmds.TextScaled = true
  96. Cmds.TextSize = 14
  97. Cmds.TextStrokeTransparency = 0.69999998807907
  98. Cmds.TextWrapped = true
  99.  
  100. Keybinds.Name = "Keybinds"
  101. Keybinds.Parent = SideButtons
  102. Keybinds.BackgroundColor3 = Color3.new(0.101961, 0.611765, 0.666667)
  103. Keybinds.BorderColor3 = Color3.new(0.101961, 0.611765, 0.666667)
  104. Keybinds.Position = UDim2.new(0, 0, 0.300000012, 0)
  105. Keybinds.Size = UDim2.new(0.899999976, 0, 0.129999995, 0)
  106. Keybinds.Font = Enum.Font.SourceSans
  107. Keybinds.FontSize = Enum.FontSize.Size14
  108. Keybinds.Text = "Keybinds"
  109. Keybinds.TextColor3 = Color3.new(1, 1, 1)
  110. Keybinds.TextScaled = true
  111. Keybinds.TextSize = 14
  112. Keybinds.TextStrokeTransparency = 0.69999998807907
  113. Keybinds.TextWrapped = true
  114.  
  115. Settings.Name = "Settings"
  116. Settings.Parent = SideButtons
  117. Settings.BackgroundColor3 = Color3.new(0.101961, 0.611765, 0.666667)
  118. Settings.BorderColor3 = Color3.new(0.101961, 0.611765, 0.666667)
  119. Settings.Position = UDim2.new(0, 0, 0.449999988, 0)
  120. Settings.Size = UDim2.new(0.899999976, 0, 0.129999995, 0)
  121. Settings.Font = Enum.Font.SourceSans
  122. Settings.FontSize = Enum.FontSize.Size14
  123. Settings.Text = "Settings"
  124. Settings.TextColor3 = Color3.new(1, 1, 1)
  125. Settings.TextScaled = true
  126. Settings.TextSize = 14
  127. Settings.TextStrokeTransparency = 0.69999998807907
  128. Settings.TextWrapped = true
  129.  
  130. LocalTab.Name = "LocalTab"
  131. LocalTab.Parent = GUI
  132. LocalTab.Active = true
  133. LocalTab.BackgroundColor3 = Color3.new(0.101961, 0.611765, 0.666667)
  134. LocalTab.BorderColor3 = Color3.new(0.101961, 0.611765, 0.666667)
  135. LocalTab.Draggable = true
  136. LocalTab.Position = UDim2.new(0.150000006, 0, 0.100000001, 0)
  137. LocalTab.Size = UDim2.new(0, 200, 0, 20)
  138. LocalTab.Visible = false
  139. LocalTab.Font = Enum.Font.SourceSans
  140. LocalTab.FontSize = Enum.FontSize.Size14
  141. LocalTab.Text = "Local"
  142. LocalTab.TextColor3 = Color3.new(1, 1, 1)
  143. LocalTab.TextScaled = true
  144. LocalTab.TextSize = 14
  145. LocalTab.TextStrokeTransparency = 0.69999998807907
  146. LocalTab.TextWrapped = true
  147. LocalTab.TextXAlignment = Enum.TextXAlignment.Left
  148.  
  149. LocalMain.Name = "LocalMain"
  150. LocalMain.Parent = LocalTab
  151. LocalMain.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  152. LocalMain.BorderColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  153. LocalMain.Position = UDim2.new(0, 0, 1.10000002, 0)
  154. LocalMain.Size = UDim2.new(1, 0, 10, 0)
  155.  
  156. Regen.Name = "Regen"
  157. Regen.Parent = LocalMain
  158. Regen.BackgroundColor3 = Color3.new(0.101961, 0.611765, 0.666667)
  159. Regen.BorderColor3 = Color3.new(0.101961, 0.611765, 0.666667)
  160. Regen.Position = UDim2.new(0.0500000007, 0, 0.0500000007, 0)
  161. Regen.Size = UDim2.new(0.899999976, 0, 0.119999997, 0)
  162. Regen.Font = Enum.Font.SourceSans
  163. Regen.FontSize = Enum.FontSize.Size24
  164. Regen.Text = "Regen (OFF)"
  165. Regen.TextColor3 = Color3.new(1, 1, 1)
  166. Regen.TextSize = 20
  167. Regen.TextStrokeTransparency = 0.69999998807907
  168. Regen.TextWrapped = true
  169.  
  170. InfCash.Name = "InfCash"
  171. InfCash.Parent = LocalMain
  172. InfCash.BackgroundColor3 = Color3.new(0.101961, 0.611765, 0.666667)
  173. InfCash.BorderColor3 = Color3.new(0.101961, 0.611765, 0.666667)
  174. InfCash.Position = UDim2.new(0.0500000007, 0, 0.200000003, 0)
  175. InfCash.Size = UDim2.new(0.899999976, 0, 0.119999997, 0)
  176. InfCash.Font = Enum.Font.SourceSans
  177. InfCash.FontSize = Enum.FontSize.Size24
  178. InfCash.Text = "Inf Cash (OFF)"
  179. InfCash.TextColor3 = Color3.new(1, 1, 1)
  180. InfCash.TextSize = 20
  181. InfCash.TextStrokeTransparency = 0.69999998807907
  182. InfCash.TextWrapped = true
  183.  
  184. CmdsTab.Name = "CmdsTab"
  185. CmdsTab.Parent = GUI
  186. CmdsTab.Active = true
  187. CmdsTab.BackgroundColor3 = Color3.new(0.101961, 0.611765, 0.666667)
  188. CmdsTab.BorderColor3 = Color3.new(0.101961, 0.611765, 0.666667)
  189. CmdsTab.Draggable = true
  190. CmdsTab.Position = UDim2.new(0.150000006, 0, 0.5, 0)
  191. CmdsTab.Size = UDim2.new(0, 200, 0, 20)
  192. CmdsTab.Visible = false
  193. CmdsTab.Font = Enum.Font.SourceSans
  194. CmdsTab.FontSize = Enum.FontSize.Size14
  195. CmdsTab.Text = "Commands"
  196. CmdsTab.TextColor3 = Color3.new(1, 1, 1)
  197. CmdsTab.TextScaled = true
  198. CmdsTab.TextSize = 14
  199. CmdsTab.TextStrokeTransparency = 0.69999998807907
  200. CmdsTab.TextWrapped = true
  201. CmdsTab.TextXAlignment = Enum.TextXAlignment.Left
  202.  
  203. CmdsMain.Name = "CmdsMain"
  204. CmdsMain.Parent = CmdsTab
  205. CmdsMain.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  206. CmdsMain.BorderColor3 = Color3.new(0.32549, 0.32549, 0.32549)
  207. CmdsMain.Position = UDim2.new(0, 0, 1.10000002, 0)
  208. CmdsMain.Size = UDim2.new(1, 0, 10, 0)
  209.  
  210. Scroll.Name = "Scroll"
  211. Scroll.Parent = CmdsMain
  212. Scroll.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  213. Scroll.BorderColor3 = Color3.new(0.32549, 0.32549, 0.32549)
  214. Scroll.Size = UDim2.new(1, 0, 1, 0)
  215. Scroll.BottomImage = "rbxassetid://3419963"
  216. Scroll.MidImage = "rbxassetid://3419963"
  217. Scroll.TopImage = "rbxassetid://3419963"
  218.  
  219. SettingsTab.Name = "SettingsTab"
  220. SettingsTab.Parent = GUI
  221. SettingsTab.Active = true
  222. SettingsTab.BackgroundColor3 = Color3.new(0.101961, 0.611765, 0.666667)
  223. SettingsTab.BorderColor3 = Color3.new(0.101961, 0.611765, 0.666667)
  224. SettingsTab.Draggable = true
  225. SettingsTab.Position = UDim2.new(0.360000014, 0, 0.100000001, 0)
  226. SettingsTab.Size = UDim2.new(0, 200, 0, 20)
  227. SettingsTab.Visible = false
  228. SettingsTab.Font = Enum.Font.SourceSans
  229. SettingsTab.FontSize = Enum.FontSize.Size14
  230. SettingsTab.Text = "Settings"
  231. SettingsTab.TextColor3 = Color3.new(1, 1, 1)
  232. SettingsTab.TextScaled = true
  233. SettingsTab.TextSize = 14
  234. SettingsTab.TextStrokeTransparency = 0.69999998807907
  235. SettingsTab.TextWrapped = true
  236. SettingsTab.TextXAlignment = Enum.TextXAlignment.Left
  237.  
  238. SettingsMain.Name = "SettingsMain"
  239. SettingsMain.Parent = SettingsTab
  240. SettingsMain.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  241. SettingsMain.BorderColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  242. SettingsMain.Position = UDim2.new(0, 0, 1.10000002, 0)
  243. SettingsMain.Size = UDim2.new(1, 0, 8, 0)
  244.  
  245. Apply.Name = "Apply"
  246. Apply.Parent = SettingsMain
  247. Apply.BackgroundColor3 = Color3.new(0.101961, 0.611765, 0.666667)
  248. Apply.BorderColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  249. Apply.Position = UDim2.new(0, 0, 0.829999983, 0)
  250. Apply.Size = UDim2.new(0.5, 0, 0.150000006, 0)
  251. Apply.Font = Enum.Font.SourceSans
  252. Apply.FontSize = Enum.FontSize.Size24
  253. Apply.Text = "Apply"
  254. Apply.TextColor3 = Color3.new(1, 1, 1)
  255. Apply.TextSize = 20
  256. Apply.TextStrokeTransparency = 0.5
  257.  
  258. BlinkTxt.Name = "BlinkTxt"
  259. BlinkTxt.Parent = SettingsMain
  260. BlinkTxt.BackgroundColor3 = Color3.new(0.101961, 0.611765, 0.666667)
  261. BlinkTxt.BorderColor3 = Color3.new(0.101961, 0.611765, 0.666667)
  262. BlinkTxt.Position = UDim2.new(0.0199999996, 0, 0.100000001, 0)
  263. BlinkTxt.Size = UDim2.new(0.5, 0, 0.150000006, 0)
  264. BlinkTxt.Font = Enum.Font.SourceSans
  265. BlinkTxt.FontSize = Enum.FontSize.Size28
  266. BlinkTxt.Text = "Blink"
  267. BlinkTxt.TextColor3 = Color3.new(1, 1, 1)
  268. BlinkTxt.TextSize = 25
  269. BlinkTxt.TextStrokeTransparency = 0.5
  270.  
  271. BlinkNum.Name = "BlinkNum"
  272. BlinkNum.Parent = SettingsMain
  273. BlinkNum.BackgroundColor3 = Color3.new(0.101961, 0.611765, 0.666667)
  274. BlinkNum.BorderColor3 = Color3.new(0.101961, 0.611765, 0.666667)
  275. BlinkNum.Position = UDim2.new(0.779999971, 0, 0.100000001, 0)
  276. BlinkNum.Size = UDim2.new(0.200000003, 0, 0.150000006, 0)
  277. BlinkNum.Font = Enum.Font.SourceSans
  278. BlinkNum.FontSize = Enum.FontSize.Size14
  279. BlinkNum.Text = "3.5"
  280. BlinkNum.TextColor3 = Color3.new(1, 1, 1)
  281. BlinkNum.TextScaled = true
  282. BlinkNum.TextSize = 14
  283. BlinkNum.TextStrokeTransparency = 0.5
  284. BlinkNum.TextWrapped = true
  285.  
  286. BlinkToggle.Name = "BlinkToggle"
  287. BlinkToggle.Parent = SettingsMain
  288. BlinkToggle.BackgroundColor3 = Color3.new(0.101961, 0.611765, 0.666667)
  289. BlinkToggle.BorderColor3 = Color3.new(0.101961, 0.611765, 0.666667)
  290. BlinkToggle.Position = UDim2.new(0.550000012, 0, 0.100000001, 0)
  291. BlinkToggle.Size = UDim2.new(0.200000003, 0, 0.150000006, 0)
  292. BlinkToggle.Font = Enum.Font.SourceSans
  293. BlinkToggle.FontSize = Enum.FontSize.Size14
  294. BlinkToggle.Text = "ON"
  295. BlinkToggle.TextColor3 = Color3.new(1, 1, 1)
  296. BlinkToggle.TextScaled = true
  297. BlinkToggle.TextSize = 14
  298. BlinkToggle.TextStrokeTransparency = 0.5
  299. BlinkToggle.TextWrapped = true
  300.  
  301. sFlyTxt.Name = "sFlyTxt"
  302. sFlyTxt.Parent = SettingsMain
  303. sFlyTxt.BackgroundColor3 = Color3.new(0.101961, 0.611765, 0.666667)
  304. sFlyTxt.BorderColor3 = Color3.new(0.101961, 0.611765, 0.666667)
  305. sFlyTxt.Position = UDim2.new(0.0199999996, 0, 0.300000012, 0)
  306. sFlyTxt.Size = UDim2.new(0.5, 0, 0.150000006, 0)
  307. sFlyTxt.Font = Enum.Font.SourceSans
  308. sFlyTxt.FontSize = Enum.FontSize.Size28
  309. sFlyTxt.Text = "sFly"
  310. sFlyTxt.TextColor3 = Color3.new(1, 1, 1)
  311. sFlyTxt.TextSize = 25
  312. sFlyTxt.TextStrokeTransparency = 0.5
  313.  
  314. sFlyToggle.Name = "sFlyToggle"
  315. sFlyToggle.Parent = SettingsMain
  316. sFlyToggle.BackgroundColor3 = Color3.new(0.101961, 0.611765, 0.666667)
  317. sFlyToggle.BorderColor3 = Color3.new(0.101961, 0.611765, 0.666667)
  318. sFlyToggle.Position = UDim2.new(0.550000012, 0, 0.300000012, 0)
  319. sFlyToggle.Size = UDim2.new(0.425000012, 0, 0.150000006, 0)
  320. sFlyToggle.Font = Enum.Font.SourceSans
  321. sFlyToggle.FontSize = Enum.FontSize.Size14
  322. sFlyToggle.Text = "ON"
  323. sFlyToggle.TextColor3 = Color3.new(1, 1, 1)
  324. sFlyToggle.TextScaled = true
  325. sFlyToggle.TextSize = 14
  326. sFlyToggle.TextStrokeTransparency = 0.5
  327. sFlyToggle.TextWrapped = true
  328.  
  329. Reset.Name = "Reset"
  330. Reset.Parent = SettingsMain
  331. Reset.BackgroundColor3 = Color3.new(0.101961, 0.611765, 0.666667)
  332. Reset.BorderColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  333. Reset.Position = UDim2.new(0.5, 0, 0.829999983, 0)
  334. Reset.Size = UDim2.new(0.5, 0, 0.150000006, 0)
  335. Reset.Font = Enum.Font.SourceSans
  336. Reset.FontSize = Enum.FontSize.Size24
  337. Reset.Text = "Reset"
  338. Reset.TextColor3 = Color3.new(1, 1, 1)
  339. Reset.TextSize = 20
  340. Reset.TextStrokeTransparency = 0.5
  341.  
  342. IntroFrame.Name = "IntroFrame"
  343. IntroFrame.Parent = GUI
  344. IntroFrame.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  345. IntroFrame.BorderColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  346. IntroFrame.Size = UDim2.new(1, 0, 1, 0)
  347. IntroFrame.Visible = false
  348.  
  349. Frame.Parent = IntroFrame
  350. Frame.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  351. Frame.BorderColor3 = Color3.new(0.101961, 0.611765, 0.666667)
  352. Frame.BorderSizePixel = 5
  353. Frame.ClipsDescendants = true
  354. Frame.Position = UDim2.new(0.25, 0, 0.349999994, 0)
  355. Frame.Size = UDim2.new(0.5, 0, 0.200000003, 0)
  356.  
  357. Txt.Name = "Txt"
  358. Txt.Parent = Frame
  359. Txt.BackgroundColor3 = Color3.new(1, 1, 1)
  360. Txt.BackgroundTransparency = 1
  361. Txt.Size = UDim2.new(1, 0, 1, 0)
  362. Txt.Font = Enum.Font.SourceSansBold
  363. Txt.FontSize = Enum.FontSize.Size60
  364. Txt.Text = "The Streets"
  365. Txt.TextColor3 = Color3.new(0.101961, 0.611765, 0.666667)
  366. Txt.TextSize = 57
  367. Txt.TextStrokeTransparency = 0.5
  368. Txt.TextWrapped = true
  369.  
  370. Cred.Name = "Cred"
  371. Cred.Parent = IntroFrame
  372. Cred.BackgroundColor3 = Color3.new(1, 1, 1)
  373. Cred.BackgroundTransparency = 1
  374. Cred.Position = UDim2.new(0.25, 0, 0.600000024, 0)
  375. Cred.Size = UDim2.new(0.5, 0, 0.100000001, 0)
  376. Cred.Font = Enum.Font.SourceSansItalic
  377. Cred.FontSize = Enum.FontSize.Size48
  378. Cred.Text = "-veinyrox-"
  379. Cred.TextColor3 = Color3.new(0.101961, 0.611765, 0.666667)
  380. Cred.TextSize = 42
  381. Cred.TextStrokeTransparency = 0.5
  382.  
  383. Reset_2.Name = "Reset"
  384. Reset_2.Parent = Cred
  385. Reset_2.BackgroundColor3 = Color3.new(0.101961, 0.611765, 0.666667)
  386. Reset_2.BorderColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  387. Reset_2.Position = UDim2.new(0.5, 0, 0.829999983, 0)
  388. Reset_2.Size = UDim2.new(0.5, 0, 0.150000006, 0)
  389. Reset_2.Font = Enum.Font.SourceSans
  390. Reset_2.FontSize = Enum.FontSize.Size24
  391. Reset_2.Text = "Reset"
  392. Reset_2.TextColor3 = Color3.new(1, 1, 1)
  393. Reset_2.TextSize = 20
  394. Reset_2.TextStrokeTransparency = 0.5
  395. Bar.Parent = game.Workspace
  396.  
  397. TextBox.Parent = Bar
  398. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  399. TextBox.BackgroundTransparency = 0.94999998807907
  400. TextBox.Position = UDim2.new(0.0500000007, 0, 0.0250000004, 0)
  401. TextBox.Size = UDim2.new(0.899999976, 0, 0.0500000007, 0)
  402. TextBox.Font = Enum.Font.Code
  403. TextBox.FontSize = Enum.FontSize.Size14
  404. TextBox.TextColor3 = Color3.new(0, 0, 0)
  405. TextBox.TextSize = 14
  406.  
  407. Aeri.Name = "Aeri"
  408. Aeri.Parent = TextBox
  409. Aeri.BackgroundColor3 = Color3.new(1, 1, 1)
  410. Aeri.BackgroundTransparency = 1
  411. Aeri.Position = UDim2.new(0, -5, 0, -5)
  412. Aeri.Size = UDim2.new(1, 10, 1, 10)
  413. Aeri.Image = "rbxassetid://892210479"
  414. Aeri.ScaleType = Enum.ScaleType.Slice
  415. Aeri.SliceCenter = Rect.new(6, 6, 25, 25)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement