Advertisement
VKOPSKS

text label like psx

Aug 7th, 2022
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.40 KB | None | 0 0
  1. local PSZStarter = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local Pets = Instance.new("Frame")
  4. local UIListLayout = Instance.new("UIListLayout")
  5. local bunny = Instance.new("TextButton")
  6. local UICorner = Instance.new("UICorner")
  7. local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
  8. local Picked = Instance.new("ImageLabel")
  9. local PetIcon = Instance.new("ImageLabel")
  10. local dog = Instance.new("TextButton")
  11. local PetIcon_2 = Instance.new("ImageLabel")
  12. local UICorner_2 = Instance.new("UICorner")
  13. local UIAspectRatioConstraint_2 = Instance.new("UIAspectRatioConstraint")
  14. local Picked_2 = Instance.new("ImageLabel")
  15. local cat = Instance.new("TextButton")
  16. local UICorner_3 = Instance.new("UICorner")
  17. local UIAspectRatioConstraint_3 = Instance.new("UIAspectRatioConstraint")
  18. local Picked_3 = Instance.new("ImageLabel")
  19. local PetIcon_3 = Instance.new("ImageLabel")
  20. local bladee = Instance.new("TextButton")
  21. local UICorner_4 = Instance.new("UICorner")
  22. local UIAspectRatioConstraint_4 = Instance.new("UIAspectRatioConstraint")
  23. local Picked_4 = Instance.new("ImageLabel")
  24. local PetIcon_4 = Instance.new("ImageLabel")
  25. local Title = Instance.new("TextLabel")
  26. local UICorner_5 = Instance.new("UICorner")
  27. local pattern = Instance.new("ImageLabel")
  28. local UICorner_6 = Instance.new("UICorner")
  29. local UIAspectRatioConstraint_5 = Instance.new("UIAspectRatioConstraint")
  30. local bg = Instance.new("Frame")
  31. local UICorner_7 = Instance.new("UICorner")
  32. local bg_2 = Instance.new("Frame")
  33. local UICorner_8 = Instance.new("UICorner")
  34. local Pick = Instance.new("ImageButton")
  35. local TextLabel = Instance.new("TextLabel")
  36. local UIPadding = Instance.new("UIPadding")
  37. local UIPadding_2 = Instance.new("UIPadding")
  38.  
  39. --Properties:
  40.  
  41. PSZStarter.Name = "PSZStarter"
  42. PSZStarter.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  43. PSZStarter.ResetOnSpawn = false
  44.  
  45. Frame.Parent = PSZStarter
  46. Frame.Active = true
  47. Frame.AnchorPoint = Vector2.new(0.5, 0.5)
  48. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  49. Frame.BorderSizePixel = 0
  50. Frame.Position = UDim2.new(0.5, 0, 0.5, 0)
  51. Frame.Size = UDim2.new(0.224999994, 300, 0.800000012, 0)
  52. Frame.ZIndex = 3
  53.  
  54. Pets.Name = "Pets"
  55. Pets.Parent = Frame
  56. Pets.AnchorPoint = Vector2.new(0.5, 0)
  57. Pets.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  58. Pets.BorderSizePixel = 0
  59. Pets.Position = UDim2.new(0.499169379, 0, 0.336714059, 0)
  60. Pets.Size = UDim2.new(0.801985264, 0, 0.300000042, 25)
  61. Pets.ZIndex = 3
  62.  
  63. UIListLayout.Parent = Pets
  64. UIListLayout.FillDirection = Enum.FillDirection.Horizontal
  65. UIListLayout.HorizontalAlignment = Enum.HorizontalAlignment.Center
  66. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  67. UIListLayout.VerticalAlignment = Enum.VerticalAlignment.Center
  68. UIListLayout.Padding = UDim.new(0.0450000018, 0)
  69.  
  70. bunny.Name = "bunny"
  71. bunny.Parent = Pets
  72. bunny.AnchorPoint = Vector2.new(0.5, 0.5)
  73. bunny.BackgroundColor3 = Color3.fromRGB(59, 177, 252)
  74. bunny.BorderSizePixel = 0
  75. bunny.LayoutOrder = 3
  76. bunny.Position = UDim2.new(0.666069686, 0, 0.493682712, 0)
  77. bunny.Size = UDim2.new(0.2532686, 0, 0.973036468, 0)
  78. bunny.ZIndex = 5
  79. bunny.AutoButtonColor = false
  80. bunny.Font = Enum.Font.GothamBold
  81. bunny.Text = ""
  82. bunny.TextColor3 = Color3.fromRGB(0, 0, 0)
  83. bunny.TextSize = 18.000
  84.  
  85. UICorner.CornerRadius = UDim.new(1, 0)
  86. UICorner.Parent = bunny
  87.  
  88. UIAspectRatioConstraint.Parent = bunny
  89.  
  90. Picked.Name = "Picked"
  91. Picked.Parent = bunny
  92. Picked.AnchorPoint = Vector2.new(0.5, 0.5)
  93. Picked.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  94. Picked.BackgroundTransparency = 1.000
  95. Picked.BorderSizePixel = 0
  96. Picked.Position = UDim2.new(0.800000012, 0, 0.200000003, 0)
  97. Picked.Size = UDim2.new(0.400000006, 0, 0.400000006, 0)
  98. Picked.Visible = false
  99. Picked.ZIndex = 11
  100. Picked.Image = "rbxassetid://6516386809"
  101. Picked.ScaleType = Enum.ScaleType.Fit
  102.  
  103. PetIcon.Name = "PetIcon"
  104. PetIcon.Parent = bunny
  105. PetIcon.AnchorPoint = Vector2.new(0.5, 0.5)
  106. PetIcon.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  107. PetIcon.BackgroundTransparency = 1.000
  108. PetIcon.BorderSizePixel = 0
  109. PetIcon.Position = UDim2.new(0.5, 0, 0.5, 0)
  110. PetIcon.Size = UDim2.new(1.04999995, 0, 1.04999995, 0)
  111. PetIcon.ZIndex = 6
  112. PetIcon.Image = "rbxassetid://4360069633"
  113. PetIcon.ScaleType = Enum.ScaleType.Fit
  114.  
  115. dog.Name = "dog"
  116. dog.Parent = Pets
  117. dog.AnchorPoint = Vector2.new(0.5, 0.5)
  118. dog.BackgroundColor3 = Color3.fromRGB(59, 177, 252)
  119. dog.BorderSizePixel = 0
  120. dog.LayoutOrder = 2
  121. dog.Position = UDim2.new(0.369145006, 0, 0.493682712, 0)
  122. dog.Size = UDim2.new(0.2532686, 0, 0.973036468, 0)
  123. dog.ZIndex = 5
  124. dog.AutoButtonColor = false
  125. dog.Font = Enum.Font.GothamBold
  126. dog.Text = ""
  127. dog.TextColor3 = Color3.fromRGB(0, 0, 0)
  128. dog.TextSize = 18.000
  129.  
  130. PetIcon_2.Name = "PetIcon"
  131. PetIcon_2.Parent = dog
  132. PetIcon_2.AnchorPoint = Vector2.new(0.5, 0.5)
  133. PetIcon_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  134. PetIcon_2.BackgroundTransparency = 1.000
  135. PetIcon_2.BorderSizePixel = 0
  136. PetIcon_2.Position = UDim2.new(0.5, 0, 0.5, 0)
  137. PetIcon_2.Size = UDim2.new(1.04999995, 0, 1.04999995, 0)
  138. PetIcon_2.ZIndex = 6
  139. PetIcon_2.Image = "rbxassetid://4360070694"
  140. PetIcon_2.ScaleType = Enum.ScaleType.Fit
  141.  
  142. UICorner_2.CornerRadius = UDim.new(1, 0)
  143. UICorner_2.Parent = dog
  144.  
  145. UIAspectRatioConstraint_2.Parent = dog
  146.  
  147. Picked_2.Name = "Picked"
  148. Picked_2.Parent = dog
  149. Picked_2.AnchorPoint = Vector2.new(0.5, 0.5)
  150. Picked_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  151. Picked_2.BackgroundTransparency = 1.000
  152. Picked_2.BorderSizePixel = 0
  153. Picked_2.Position = UDim2.new(0.800000012, 0, 0.200000003, 0)
  154. Picked_2.Size = UDim2.new(0.400000006, 0, 0.400000006, 0)
  155. Picked_2.Visible = false
  156. Picked_2.ZIndex = 11
  157. Picked_2.Image = "rbxassetid://6516386809"
  158. Picked_2.ScaleType = Enum.ScaleType.Fit
  159.  
  160. cat.Name = "cat"
  161. cat.Parent = Pets
  162. cat.AnchorPoint = Vector2.new(0.5, 0.5)
  163. cat.BackgroundColor3 = Color3.fromRGB(59, 177, 252)
  164. cat.BorderSizePixel = 0
  165. cat.LayoutOrder = 1
  166. cat.Position = UDim2.new(0.0722200572, 0, 0.493682712, 0)
  167. cat.Size = UDim2.new(0.2532686, 0, 0.973036468, 0)
  168. cat.ZIndex = 5
  169. cat.AutoButtonColor = false
  170. cat.Font = Enum.Font.GothamBold
  171. cat.Text = ""
  172. cat.TextColor3 = Color3.fromRGB(0, 0, 0)
  173. cat.TextSize = 18.000
  174.  
  175. UICorner_3.CornerRadius = UDim.new(1, 0)
  176. UICorner_3.Parent = cat
  177.  
  178. UIAspectRatioConstraint_3.Parent = cat
  179.  
  180. Picked_3.Name = "Picked"
  181. Picked_3.Parent = cat
  182. Picked_3.AnchorPoint = Vector2.new(0.5, 0.5)
  183. Picked_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  184. Picked_3.BackgroundTransparency = 1.000
  185. Picked_3.BorderSizePixel = 0
  186. Picked_3.Position = UDim2.new(0.800000012, 0, 0.200000003, 0)
  187. Picked_3.Size = UDim2.new(0.400000006, 0, 0.400000006, 0)
  188. Picked_3.Visible = false
  189. Picked_3.ZIndex = 11
  190. Picked_3.Image = "rbxassetid://6516386809"
  191. Picked_3.ScaleType = Enum.ScaleType.Fit
  192.  
  193. PetIcon_3.Name = "PetIcon"
  194. PetIcon_3.Parent = cat
  195. PetIcon_3.AnchorPoint = Vector2.new(0.5, 0.5)
  196. PetIcon_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  197. PetIcon_3.BackgroundTransparency = 1.000
  198. PetIcon_3.BorderSizePixel = 0
  199. PetIcon_3.Position = UDim2.new(0.5, 0, 0.5, 0)
  200. PetIcon_3.Size = UDim2.new(1.04999995, 0, 1.04999995, 0)
  201. PetIcon_3.ZIndex = 6
  202. PetIcon_3.Image = "rbxassetid://4360069887"
  203. PetIcon_3.ScaleType = Enum.ScaleType.Fit
  204.  
  205. bladee.Name = "bladee"
  206. bladee.Parent = Pets
  207. bladee.AnchorPoint = Vector2.new(0.5, 0.5)
  208. bladee.BackgroundColor3 = Color3.fromRGB(59, 177, 252)
  209. bladee.BorderSizePixel = 0
  210. bladee.LayoutOrder = 3
  211. bladee.Position = UDim2.new(0.962994576, 0, 0.493682712, 0)
  212. bladee.Size = UDim2.new(0.2532686, 0, 0.973036468, 0)
  213. bladee.ZIndex = 5
  214. bladee.AutoButtonColor = false
  215. bladee.Font = Enum.Font.GothamBold
  216. bladee.Text = ""
  217. bladee.TextColor3 = Color3.fromRGB(0, 0, 0)
  218. bladee.TextSize = 18.000
  219.  
  220. UICorner_4.CornerRadius = UDim.new(1, 0)
  221. UICorner_4.Parent = bladee
  222.  
  223. UIAspectRatioConstraint_4.Parent = bladee
  224.  
  225. Picked_4.Name = "Picked"
  226. Picked_4.Parent = bladee
  227. Picked_4.AnchorPoint = Vector2.new(0.5, 0.5)
  228. Picked_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  229. Picked_4.BackgroundTransparency = 1.000
  230. Picked_4.BorderSizePixel = 0
  231. Picked_4.Position = UDim2.new(0.800000012, 0, 0.200000003, 0)
  232. Picked_4.Size = UDim2.new(0.400000006, 0, 0.400000006, 0)
  233. Picked_4.Visible = false
  234. Picked_4.ZIndex = 11
  235. Picked_4.Image = "rbxassetid://6516386809"
  236. Picked_4.ScaleType = Enum.ScaleType.Fit
  237.  
  238. PetIcon_4.Name = "PetIcon"
  239. PetIcon_4.Parent = bladee
  240. PetIcon_4.AnchorPoint = Vector2.new(0.5, 0.5)
  241. PetIcon_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  242. PetIcon_4.BackgroundTransparency = 1.000
  243. PetIcon_4.BorderSizePixel = 0
  244. PetIcon_4.Position = UDim2.new(0.5, 0, 0.5, 0)
  245. PetIcon_4.Size = UDim2.new(1.04999995, 0, 1.04999995, 0)
  246. PetIcon_4.ZIndex = 6
  247. PetIcon_4.Image = "rbxassetid://7795322930"
  248. PetIcon_4.ScaleType = Enum.ScaleType.Fit
  249.  
  250. Title.Name = "Title"
  251. Title.Parent = Frame
  252. Title.AnchorPoint = Vector2.new(0.5, 0)
  253. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  254. Title.BackgroundTransparency = 1.000
  255. Title.BorderSizePixel = 0
  256. Title.Position = UDim2.new(0.5, 0, 0.0500000007, 0)
  257. Title.Size = UDim2.new(0.850000024, 0, 0.150000006, 0)
  258. Title.ZIndex = 4
  259. Title.Font = Enum.Font.FredokaOne
  260. Title.Text = "~ Pick your pet! ~"
  261. Title.TextColor3 = Color3.fromRGB(59, 177, 252)
  262. Title.TextScaled = true
  263. Title.TextSize = 14.000
  264. Title.TextWrapped = true
  265.  
  266. UICorner_5.CornerRadius = UDim.new(0.075000003, 0)
  267. UICorner_5.Parent = Frame
  268.  
  269. pattern.Name = "pattern"
  270. pattern.Parent = Frame
  271. pattern.AnchorPoint = Vector2.new(0.5, 0.5)
  272. pattern.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  273. pattern.BackgroundTransparency = 1.000
  274. pattern.BorderSizePixel = 0
  275. pattern.Position = UDim2.new(0.5, 0, 0.5, 0)
  276. pattern.Size = UDim2.new(1, 20, 1, 20)
  277. pattern.ZIndex = 3
  278. pattern.Image = "rbxassetid://6511368117"
  279. pattern.ImageColor3 = Color3.fromRGB(59, 180, 255)
  280. pattern.ImageTransparency = 0.950
  281. pattern.ScaleType = Enum.ScaleType.Tile
  282. pattern.TileSize = UDim2.new(0, 100, 0, 100)
  283.  
  284. UICorner_6.CornerRadius = UDim.new(0.100000001, 0)
  285. UICorner_6.Parent = pattern
  286.  
  287. UIAspectRatioConstraint_5.Parent = Frame
  288. UIAspectRatioConstraint_5.AspectRatio = 1.700
  289.  
  290. bg.Name = "bg"
  291. bg.Parent = Frame
  292. bg.AnchorPoint = Vector2.new(0.5, 0.5)
  293. bg.BackgroundColor3 = Color3.fromRGB(59, 177, 252)
  294. bg.BorderSizePixel = 0
  295. bg.Position = UDim2.new(0.484144419, 0, 0.522459805, 0)
  296. bg.Rotation = -2.000
  297. bg.Size = UDim2.new(1.00171137, 0, 1.00508034, 0)
  298. bg.ZIndex = -3
  299.  
  300. UICorner_7.CornerRadius = UDim.new(0.100000001, 0)
  301. UICorner_7.Parent = bg
  302.  
  303. bg_2.Name = "bg"
  304. bg_2.Parent = Frame
  305. bg_2.AnchorPoint = Vector2.new(0.5, 0.5)
  306. bg_2.BackgroundColor3 = Color3.fromRGB(28, 69, 82)
  307. bg_2.BorderSizePixel = 0
  308. bg_2.Position = UDim2.new(0.5, 0, 0.522459805, 0)
  309. bg_2.Rotation = -4.500
  310. bg_2.Size = UDim2.new(1, 0, 1.00508034, 0)
  311. bg_2.ZIndex = -4
  312.  
  313. UICorner_8.CornerRadius = UDim.new(0.100000001, 0)
  314. UICorner_8.Parent = bg_2
  315.  
  316. Pick.Name = "Pick"
  317. Pick.Parent = Frame
  318. Pick.AnchorPoint = Vector2.new(0.5, 0.5)
  319. Pick.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  320. Pick.BackgroundTransparency = 1.000
  321. Pick.BorderSizePixel = 0
  322. Pick.Position = UDim2.new(0.521596491, 0, 0.799099147, 20)
  323. Pick.Size = UDim2.new(0.365032405, 0, 0.204394817, 5)
  324. Pick.Visible = false
  325. Pick.ZIndex = 6
  326. Pick.AutoButtonColor = false
  327. Pick.Image = "rbxassetid://6869680115"
  328. Pick.ScaleType = Enum.ScaleType.Slice
  329. Pick.SliceCenter = Rect.new(55, 55, 95, 95)
  330.  
  331. TextLabel.Parent = Pick
  332. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  333. TextLabel.BackgroundTransparency = 1.000
  334. TextLabel.BorderSizePixel = 0
  335. TextLabel.Size = UDim2.new(1, 0, 1.00000012, 0)
  336. TextLabel.ZIndex = 7
  337. TextLabel.Font = Enum.Font.FredokaOne
  338. TextLabel.Text = "Pick!"
  339. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  340. TextLabel.TextScaled = true
  341. TextLabel.TextSize = 14.000
  342. TextLabel.TextStrokeColor3 = Color3.fromRGB(17, 58, 72)
  343. TextLabel.TextWrapped = true
  344.  
  345. UIPadding.Parent = Pick
  346. UIPadding.PaddingBottom = UDim.new(0.100000001, 0)
  347. UIPadding.PaddingLeft = UDim.new(0.0250000004, 0)
  348. UIPadding.PaddingRight = UDim.new(0.0250000004, 0)
  349. UIPadding.PaddingTop = UDim.new(0.100000001, 0)
  350.  
  351. UIPadding_2.Parent = PSZStarter
  352. UIPadding_2.PaddingTop = UDim.new(0, -18)
  353.  
  354. -- Scripts:
  355.  
  356. local function HRYYKKA_fake_script() -- bunny.LocalScript
  357. local script = Instance.new('LocalScript', bunny)
  358.  
  359. local v1 = require(game.ReplicatedStorage.Framework.Library)
  360.  
  361. while not v1.Loaded do
  362. game:GetService("RunService").Heartbeat:Wait()
  363. end
  364.  
  365. v1.GUIFX.ButtonFX(script.Parent)
  366. print("heartbeatT")
  367.  
  368. script.Parent.MouseButton1Click:Connect(function()
  369. script.Parent.Picked.Visible = true
  370. script.Parent.Parent.cat.Picked.Visible = false
  371. script.Parent.Parent.dog.Picked.Visible = false
  372. script.Parent.Parent.bladee.Picked.Visible = false
  373. script.Parent.BackgroundColor3 = Color3.new(0, 252, 0)
  374. script.Parent.Parent.dog.BackgroundColor3 = Color3.new(0.360784, 0.647059, 1)
  375. script.Parent.Parent.cat.BackgroundColor3 = Color3.new(0.360784, 0.647059, 1)
  376. script.Parent.Parent.bladee.BackgroundColor3 = Color3.new(0.360784, 0.647059, 1)
  377. script.Parent.Parent.Parent.Pick.Visible = true
  378. end)
  379.  
  380. end
  381. coroutine.wrap(HRYYKKA_fake_script)()
  382. local function ZPGBNTK_fake_script() -- dog.LocalScript
  383. local script = Instance.new('LocalScript', dog)
  384.  
  385. local v1 = require(game.ReplicatedStorage.Framework.Library)
  386.  
  387. while not v1.Loaded do
  388. game:GetService("RunService").Heartbeat:Wait()
  389. end
  390.  
  391. v1.GUIFX.ButtonFX(script.Parent)
  392. print("heartbeatT")
  393.  
  394. script.Parent.MouseButton1Click:Connect(function()
  395. script.Parent.Picked.Visible = true
  396. script.Parent.Parent.cat.Picked.Visible = false
  397. script.Parent.Parent.bunny.Picked.Visible = false
  398. script.Parent.Parent.bladee.Picked.Visible = false
  399. script.Parent.BackgroundColor3 = Color3.new(0, 252, 0)
  400. script.Parent.Parent.cat.BackgroundColor3 = Color3.new(0.360784, 0.647059, 1)
  401. script.Parent.Parent.bunny.BackgroundColor3 = Color3.new(0.360784, 0.647059, 1)
  402. script.Parent.Parent.bladee.BackgroundColor3 = Color3.new(0.360784, 0.647059, 1)
  403. script.Parent.Parent.Parent.Pick.Visible = true
  404. end)
  405.  
  406. end
  407. coroutine.wrap(ZPGBNTK_fake_script)()
  408. local function CZLWUYZ_fake_script() -- cat.LocalScript
  409. local script = Instance.new('LocalScript', cat)
  410.  
  411. local v1 = require(game.ReplicatedStorage.Framework.Library)
  412.  
  413. while not v1.Loaded do
  414. game:GetService("RunService").Heartbeat:Wait()
  415. end
  416.  
  417. v1.GUIFX.ButtonFX(script.Parent)
  418. print("heartbeatT")
  419.  
  420. script.Parent.MouseButton1Click:Connect(function()
  421. script.Parent.Picked.Visible = true
  422. script.Parent.Parent.dog.Picked.Visible = false
  423. script.Parent.Parent.bunny.Picked.Visible = false
  424. script.Parent.Parent.bladee.Picked.Visible = false
  425. script.Parent.BackgroundColor3 = Color3.new(0, 252, 0)
  426. script.Parent.Parent.dog.BackgroundColor3 = Color3.new(0.360784, 0.647059, 1)
  427. script.Parent.Parent.bunny.BackgroundColor3 = Color3.new(0.360784, 0.647059, 1)
  428. script.Parent.Parent.bladee.BackgroundColor3 = Color3.new(0.360784, 0.647059, 1)
  429. script.Parent.Parent.Parent.Pick.Visible = true
  430. end)
  431.  
  432. end
  433. coroutine.wrap(CZLWUYZ_fake_script)()
  434. local function TYMDVPX_fake_script() -- bladee.LocalScript
  435. local script = Instance.new('LocalScript', bladee)
  436.  
  437. local v1 = require(game.ReplicatedStorage.Framework.Library)
  438.  
  439. while not v1.Loaded do
  440. game:GetService("RunService").Heartbeat:Wait()
  441. end
  442.  
  443. v1.GUIFX.ButtonFX(script.Parent)
  444. print("heartbeatT")
  445.  
  446. script.Parent.MouseButton1Click:Connect(function()
  447. script.Parent.Picked.Visible = true
  448. script.Parent.Parent.cat.Picked.Visible = false
  449. script.Parent.Parent.dog.Picked.Visible = false
  450. script.Parent.Parent.bunny.Picked.Visible = false
  451. script.Parent.BackgroundColor3 = Color3.new(0, 252, 0)
  452. script.Parent.Parent.dog.BackgroundColor3 = Color3.new(0.360784, 0.647059, 1)
  453. script.Parent.Parent.bunny.BackgroundColor3 = Color3.new(0.360784, 0.647059, 1)
  454. script.Parent.Parent.cat.BackgroundColor3 = Color3.new(0.360784, 0.647059, 1)
  455. script.Parent.Parent.Parent.Pick.Visible = true
  456. end)
  457.  
  458. end
  459. coroutine.wrap(TYMDVPX_fake_script)()
  460. local function LEGF_fake_script() -- Pick.LocalScript
  461. local script = Instance.new('LocalScript', Pick)
  462.  
  463. local v1 = require(game.ReplicatedStorage.Framework.Library)
  464.  
  465. while not v1.Loaded do
  466. game:GetService("RunService").Heartbeat:Wait()
  467. end
  468.  
  469. v1.GUIFX.ButtonFX(script.Parent)
  470. print("heartbeatT")
  471. end
  472. coroutine.wrap(LEGF_fake_script)()
  473. local function OPUUEFB_fake_script() -- Pick.LocalScript
  474. local script = Instance.new('LocalScript', Pick)
  475.  
  476. script.Parent.MouseButton1Click:Connect(function()
  477. script.Parent.Parent.Parent.Enabled = false
  478. end)
  479. end
  480. coroutine.wrap(OPUUEFB_fake_script)()
  481.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement