Lee_everitt

Untitled

Apr 25th, 2025
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.95 KB | None | 0 0
  1. local Loading = Instance.new("ScreenGui")
  2. local MainFrame = Instance.new("Frame")
  3. local Title = Instance.new("TextLabel")
  4. local Dots = Instance.new("Frame")
  5. local Dot1 = Instance.new("Frame")
  6. local UICorner = Instance.new("UICorner")
  7. local InsideDot = Instance.new("Frame")
  8. local UICorner_2 = Instance.new("UICorner")
  9. local Dot2 = Instance.new("Frame")
  10. local UICorner_3 = Instance.new("UICorner")
  11. local InsideDot_2 = Instance.new("Frame")
  12. local UICorner_4 = Instance.new("UICorner")
  13. local Dot3 = Instance.new("Frame")
  14. local UICorner_5 = Instance.new("UICorner")
  15. local InsideDot_3 = Instance.new("Frame")
  16. local UICorner_6 = Instance.new("UICorner")
  17. local Bar = Instance.new("Frame")
  18. local Bar2 = Instance.new("Frame")
  19. local UICorner_7 = Instance.new("UICorner")
  20. local UICorner_8 = Instance.new("UICorner")
  21. local Percentage = Instance.new("TextLabel")
  22. local Tip = Instance.new("TextLabel")
  23. local EndSequence = Instance.new("Frame")
  24.  
  25. --Properties:
  26.  
  27. Loading.Name = "Loading"
  28. Loading.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  29. Loading.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  30. Loading.ResetOnSpawn = false
  31.  
  32. MainFrame.Name = "MainFrame"
  33. MainFrame.Parent = Loading
  34. MainFrame.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  35. MainFrame.BorderColor3 = Color3.fromRGB(27, 42, 53)
  36. MainFrame.BorderSizePixel = 0
  37. MainFrame.Size = UDim2.new(1, 0, 1, 0)
  38.  
  39. Title.Name = "Title"
  40. Title.Parent = MainFrame
  41. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  42. Title.BackgroundTransparency = 1.000
  43. Title.BorderColor3 = Color3.fromRGB(27, 42, 53)
  44. Title.Position = UDim2.new(0.161527574, 0, 0.171569318, 0)
  45. Title.Size = UDim2.new(0.632528603, 0, 0.232815996, 0)
  46. Title.Font = Enum.Font.FredokaOne
  47. Title.Text = "Bloxy Music Global!"
  48. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  49. Title.TextScaled = true
  50. Title.TextSize = 14.000
  51. Title.TextWrapped = true
  52.  
  53. Dots.Name = "Dots"
  54. Dots.Parent = MainFrame
  55. Dots.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  56. Dots.BackgroundTransparency = 1.000
  57. Dots.BorderColor3 = Color3.fromRGB(27, 42, 53)
  58. Dots.Position = UDim2.new(0.470970035, 0, 0.818612278, 0)
  59. Dots.Size = UDim2.new(0.0571707934, 0, 0.0360675976, 0)
  60.  
  61. Dot1.Name = "Dot1"
  62. Dot1.Parent = Dots
  63. Dot1.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  64. Dot1.BorderColor3 = Color3.fromRGB(27, 42, 53)
  65. Dot1.Position = UDim2.new(0.0611661971, 0, 0.234447539, 0)
  66. Dot1.Size = UDim2.new(0.159291148, 0, 0.51158762, 0)
  67.  
  68. UICorner.CornerRadius = UDim.new(0.5, 0)
  69. UICorner.Parent = Dot1
  70.  
  71. InsideDot.Name = "InsideDot"
  72. InsideDot.Parent = Dot1
  73. InsideDot.AnchorPoint = Vector2.new(0.5, 0.5)
  74. InsideDot.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  75. InsideDot.BorderColor3 = Color3.fromRGB(27, 42, 53)
  76. InsideDot.Position = UDim2.new(0.5, 0, 0.5, 0)
  77.  
  78. UICorner_2.CornerRadius = UDim.new(0.5, 0)
  79. UICorner_2.Parent = InsideDot
  80.  
  81. Dot2.Name = "Dot2"
  82. Dot2.Parent = Dots
  83. Dot2.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  84. Dot2.BorderColor3 = Color3.fromRGB(27, 42, 53)
  85. Dot2.Position = UDim2.new(0.419989735, 0, 0.234447539, 0)
  86. Dot2.Size = UDim2.new(0.159291148, 0, 0.51158762, 0)
  87.  
  88. UICorner_3.CornerRadius = UDim.new(0.5, 0)
  89. UICorner_3.Parent = Dot2
  90.  
  91. InsideDot_2.Name = "InsideDot"
  92. InsideDot_2.Parent = Dot2
  93. InsideDot_2.AnchorPoint = Vector2.new(0.5, 0.5)
  94. InsideDot_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  95. InsideDot_2.BorderColor3 = Color3.fromRGB(27, 42, 53)
  96. InsideDot_2.Position = UDim2.new(0.5, 0, 0.5, 0)
  97.  
  98. UICorner_4.CornerRadius = UDim.new(0.5, 0)
  99. UICorner_4.Parent = InsideDot_2
  100.  
  101. Dot3.Name = "Dot3"
  102. Dot3.Parent = Dots
  103. Dot3.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  104. Dot3.BorderColor3 = Color3.fromRGB(27, 42, 53)
  105. Dot3.Position = UDim2.new(0.778813243, 0, 0.234447539, 0)
  106. Dot3.Size = UDim2.new(0.159291148, 0, 0.51158762, 0)
  107.  
  108. UICorner_5.CornerRadius = UDim.new(0.5, 0)
  109. UICorner_5.Parent = Dot3
  110.  
  111. InsideDot_3.Name = "InsideDot"
  112. InsideDot_3.Parent = Dot3
  113. InsideDot_3.AnchorPoint = Vector2.new(0.5, 0.5)
  114. InsideDot_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  115. InsideDot_3.BorderColor3 = Color3.fromRGB(27, 42, 53)
  116. InsideDot_3.Position = UDim2.new(0.5, 0, 0.5, 0)
  117.  
  118. UICorner_6.CornerRadius = UDim.new(0.5, 0)
  119. UICorner_6.Parent = InsideDot_3
  120.  
  121. Bar.Name = "Bar"
  122. Bar.Parent = MainFrame
  123. Bar.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  124. Bar.BorderColor3 = Color3.fromRGB(27, 42, 53)
  125. Bar.BorderSizePixel = 0
  126. Bar.Position = UDim2.new(0.219547689, 0, 0.764966607, 0)
  127. Bar.Size = UDim2.new(0.560904443, 0, 0.0365853645, 0)
  128.  
  129. Bar2.Name = "Bar2"
  130. Bar2.Parent = Bar
  131. Bar2.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  132. Bar2.BorderColor3 = Color3.fromRGB(27, 42, 53)
  133. Bar2.BorderSizePixel = 0
  134. Bar2.Size = UDim2.new(0, 0, 1, 0)
  135.  
  136. UICorner_7.CornerRadius = UDim.new(0.5, 0)
  137. UICorner_7.Parent = Bar2
  138.  
  139. UICorner_8.CornerRadius = UDim.new(0.5, 0)
  140. UICorner_8.Parent = Bar
  141.  
  142. Percentage.Name = "Percentage"
  143. Percentage.Parent = Bar
  144. Percentage.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  145. Percentage.BackgroundTransparency = 1.000
  146. Percentage.BorderColor3 = Color3.fromRGB(27, 42, 53)
  147. Percentage.Position = UDim2.new(0.280816972, 0, 0.0909090936, 0)
  148. Percentage.Size = UDim2.new(0.438366145, 0, 0.787879348, 0)
  149. Percentage.Font = Enum.Font.FredokaOne
  150. Percentage.Text = "0%"
  151. Percentage.TextColor3 = Color3.fromRGB(255, 255, 255)
  152. Percentage.TextScaled = true
  153. Percentage.TextSize = 14.000
  154. Percentage.TextWrapped = true
  155.  
  156. Tip.Name = "Tip"
  157. Tip.Parent = MainFrame
  158. Tip.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  159. Tip.BackgroundTransparency = 1.000
  160. Tip.BorderColor3 = Color3.fromRGB(27, 42, 53)
  161. Tip.Position = UDim2.new(0.280816913, 0, 0.717294872, 0)
  162. Tip.Size = UDim2.new(0.438366145, 0, 0.0299334861, 0)
  163. Tip.Font = Enum.Font.SourceSansItalic
  164. Tip.Text = "Tip:"
  165. Tip.TextColor3 = Color3.fromRGB(138, 138, 138)
  166. Tip.TextScaled = true
  167. Tip.TextSize = 14.000
  168. Tip.TextWrapped = true
  169.  
  170. EndSequence.Name = "EndSequence"
  171. EndSequence.Parent = Loading
  172. EndSequence.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  173. EndSequence.BorderColor3 = Color3.fromRGB(27, 42, 53)
  174. EndSequence.BorderSizePixel = 0
  175. EndSequence.Position = UDim2.new(1, 0, 0, 0)
  176. EndSequence.Size = UDim2.new(1, 0, 1, 0)
  177.  
  178. -- Scripts:
  179.  
  180. local function LEMZAXW_fake_script() -- Dots.Dots
  181. local script = Instance.new('LocalScript', Dots)
  182.  
  183. while true do
  184. wait(0.25)
  185. script.Parent.Dot1.InsideDot:TweenSize(UDim2.new(1,0,1,0), "In", "Sine", 0.25, true)
  186. wait(0.25)
  187. script.Parent.Dot2.InsideDot:TweenSize(UDim2.new(1,0,1,0), "In", "Sine", 0.25, true)
  188. wait(0.25)
  189. script.Parent.Dot3.InsideDot:TweenSize(UDim2.new(1,0,1,0), "In", "Sine", 0.25, true)
  190. wait(0.25)
  191. script.Parent.Dot1.InsideDot:TweenSize(UDim2.new(0,0,0,0), "In", "Sine", 0.25, true)
  192. wait(0.25)
  193. script.Parent.Dot2.InsideDot:TweenSize(UDim2.new(0,0,0,0), "In", "Sine", 0.25, true)
  194. wait(0.25)
  195. script.Parent.Dot3.InsideDot:TweenSize(UDim2.new(0,0,0,0), "In", "Sine", 0.25, true)
  196. end
  197. end
  198. coroutine.wrap(LEMZAXW_fake_script)()
  199. local function JHECTGJ_fake_script() -- MainFrame.Manager
  200. local script = Instance.new('LocalScript', MainFrame)
  201.  
  202. local bar = script.Parent.Bar
  203. local insidebar = bar.Bar2
  204. local percentage = bar.Percentage
  205.  
  206. wait(5)
  207. insidebar:TweenSize(UDim2.new(1,0,1,0), "In", "Linear", 20, true)
  208. wait(20)
  209. script.Parent.Parent.EndSequence:TweenPosition(UDim2.new(0,0,0,0), "InOut", "Quad", 3, true)
  210. wait(3)
  211. script.Parent.Visible = false
  212. script.Parent.Parent.EndSequence:TweenPosition(UDim2.new(-1,0,0,0), "InOut", "Quad", 3, true)
  213. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  214. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, true)
  215. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, true)
  216. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.EmotesMenu, true)
  217. wait(3)
  218. script.Parent.Parent.Parent.Loading:Destroy()
  219. end
  220. coroutine.wrap(JHECTGJ_fake_script)()
  221. local function SEIT_fake_script() -- Percentage.Percentage
  222. local script = Instance.new('LocalScript', Percentage)
  223.  
  224. wait(5)
  225. for i = 1,100 do
  226. script.Parent.Text = i.."%"
  227. wait(0.2)
  228. end
  229. end
  230. coroutine.wrap(SEIT_fake_script)()
  231. local function YQRGPD_fake_script() -- Tip.Tips
  232. local script = Instance.new('LocalScript', Tip)
  233.  
  234. local tip = script.Parent
  235.  
  236. while true do
  237. wait(5)
  238. tip.Text = "Wanna Play music? Buy the BoomBox Gamepass!"
  239. wait(5)
  240. tip.Text = "Look at the Global Leaderboards!"
  241. wait(5)
  242. tip.Text = "The more you play the higher your time goes up!"
  243. end
  244. end
  245. coroutine.wrap(YQRGPD_fake_script)()
  246. local function FGRBAN_fake_script() -- Loading.DefaultUI
  247. local script = Instance.new('LocalScript', Loading)
  248.  
  249. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, false)
  250. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.PlayerList, false)
  251. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, false)
  252. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.EmotesMenu, false)
  253. end
  254. coroutine.wrap(FGRBAN_fake_script)()
  255.  
  256.  
  257. local IntroGUI = Instance.new("ScreenGui")
  258. local MainFrame = Instance.new("Frame")
  259. local Title = Instance.new("TextLabel")
  260. local SkipButton = Instance.new("TextButton")
  261. local Loading = Instance.new("TextLabel")
  262.  
  263. IntroGUI.Name = "IntroGUI"
  264. IntroGUI.Parent = game.CoreGui
  265. IntroGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  266.  
  267. MainFrame.Name = "MainFrame"
  268. MainFrame.Parent = IntroGUI
  269. MainFrame.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  270. MainFrame.BorderSizePixel = 0
  271. MainFrame.Position = UDim2.new(0.5, -150, 0.5, -100)
  272. MainFrame.Size = UDim2.new(0, 300, 0, 200)
  273. MainFrame.Active = true
  274. MainFrame.Draggable = true
  275.  
  276. Title.Name = "Title"
  277. Title.Parent = MainFrame
  278. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  279. Title.BackgroundTransparency = 1.000
  280. Title.Position = UDim2.new(0, 0, 0, 10)
  281. Title.Size = UDim2.new(1, 0, 0, 50)
  282. Title.Font = Enum.Font.SourceSansBold
  283. Title.Text = "Teleport & Script Hub"
  284. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  285. Title.TextScaled = true
  286. Title.TextSize = 14.000
  287. Title.TextWrapped = true
  288.  
  289. SkipButton.Name = "SkipButton"
  290. SkipButton.Parent = MainFrame
  291. SkipButton.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  292. SkipButton.BorderSizePixel = 0
  293. SkipButton.Position = UDim2.new(0.5, -75, 0.7, 0)
  294. SkipButton.Size = UDim2.new(0, 150, 0, 40)
  295. SkipButton.Font = Enum.Font.SourceSans
  296. SkipButton.Text = "SKIP INTRO"
  297. SkipButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  298. SkipButton.TextScaled = true
  299. SkipButton.TextSize = 14.000
  300. SkipButton.TextWrapped = true
  301.  
  302. Loading.Name = "Loading"
  303. Loading.Parent = MainFrame
  304. Loading.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  305. Loading.BackgroundTransparency = 1.000
  306. Loading.Position = UDim2.new(0, 0, 0.5, 0)
  307. Loading.Size = UDim2.new(1, 0, 0, 30)
  308. Loading.Font = Enum.Font.SourceSans
  309. Loading.Text = "Loading scripts..."
  310. Loading.TextColor3 = Color3.fromRGB(255, 255, 255)
  311. Loading.TextScaled = true
  312. Loading.TextSize = 14.000
  313. Loading.TextWrapped = true
  314.  
  315. -- Function to load main GUI
  316. local function loadMainGUI()
  317. -- First destroy the intro GUI
  318. if IntroGUI then
  319. IntroGUI:Destroy()
  320. end
  321.  
  322. -- Create main GUI
  323. local MainGUI = Instance.new("ScreenGui")
  324. local MainFrame = Instance.new("Frame")
  325. local Title = Instance.new("TextLabel")
  326. local ToggleButton = Instance.new("TextButton")
  327. local ScrollingFrame = Instance.new("ScrollingFrame")
  328. local UIListLayout = Instance.new("UIListLayout")
  329.  
  330. -- Mobile sizing adjustments
  331. local isMobile = game:GetService("UserInputService").TouchEnabled
  332. local buttonHeight = isMobile and 50 or 30
  333. local frameWidth = isMobile and 350 or 300
  334. local frameHeight = isMobile and 500 or 400
  335.  
  336. MainGUI.Name = "MainGUI"
  337. MainGUI.Parent = game.CoreGui
  338. MainGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  339.  
  340. MainFrame.Name = "MainFrame"
  341. MainFrame.Parent = MainGUI
  342. MainFrame.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  343. MainFrame.BorderSizePixel = 0
  344. MainFrame.Position = UDim2.new(0.5, -frameWidth/2, 0.5, -frameHeight/2)
  345. MainFrame.Size = UDim2.new(0, frameWidth, 0, frameHeight)
  346. MainFrame.Active = true
  347. MainFrame.Draggable = true
  348.  
  349. Title.Name = "Title"
  350. Title.Parent = MainFrame
  351. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  352. Title.BackgroundTransparency = 1.000
  353. Title.Position = UDim2.new(0, 0, 0, 10)
  354. Title.Size = UDim2.new(1, 0, 0, 30)
  355. Title.Font = Enum.Font.SourceSansBold
  356. Title.Text = "Teleport & Script Hub"
  357. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  358. Title.TextScaled = true
  359. Title.TextSize = 14.000
  360. Title.TextWrapped = true
  361.  
  362. ToggleButton.Name = "ToggleButton"
  363. ToggleButton.Parent = MainFrame
  364. ToggleButton.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  365. ToggleButton.BorderSizePixel = 0
  366. ToggleButton.Position = UDim2.new(0.5, -30, 0, 0)
  367. ToggleButton.Size = UDim2.new(0, 60, 0, 20)
  368. ToggleButton.Font = Enum.Font.SourceSans
  369. ToggleButton.Text = "Hide"
  370. ToggleButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  371. ToggleButton.TextScaled = true
  372. ToggleButton.TextSize = 14.000
  373. ToggleButton.TextWrapped = true
  374.  
  375. ScrollingFrame.Parent = MainFrame
  376. ScrollingFrame.Active = true
  377. ScrollingFrame.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  378. ScrollingFrame.BorderSizePixel = 0
  379. ScrollingFrame.Position = UDim2.new(0, 0, 0.1, 0)
  380. ScrollingFrame.Size = UDim2.new(1, 0, 0.9, 0)
  381. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 0, buttonHeight * 10 + 20)
  382. ScrollingFrame.ScrollBarThickness = isMobile and 10 or 5
  383.  
  384. UIListLayout.Parent = ScrollingFrame
  385. UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
  386. UIListLayout.Padding = UDim.new(0, 5)
  387.  
  388. -- Toggle functionality
  389. local visible = true
  390. ToggleButton.MouseButton1Click:Connect(function()
  391. visible = not visible
  392. if visible then
  393. MainFrame.Size = UDim2.new(0, frameWidth, 0, frameHeight)
  394. ToggleButton.Text = "Hide"
  395. else
  396. MainFrame.Size = UDim2.new(0, frameWidth, 0, 30)
  397. ToggleButton.Text = "Show"
  398. end
  399. end)
  400.  
  401. -- Create buttons for each script
  402. local scripts = {
  403. {name = "1. Tesla Lab TP", script = 'loadstring(game:HttpGet(\'https://raw.githubusercontent.com/ringtaa/tptotesla.github.io/refs/heads/main/Tptotesla.lua\'))()'},
  404. {name = "2. Castle TP", script = 'loadstring(game:HttpGet("https://raw.githubusercontent.com/ringtaa/castletpfast.github.io/refs/heads/main/FASTCASTLE.lua"))()'},
  405. {name = "3. Train TP", script = 'loadstring(game:HttpGet(\'https://raw.githubusercontent.com/ringtaa/train.github.io/refs/heads/main/train.lua\'))()'},
  406. {name = "4. Sterling Town", script = 'loadstring(game:HttpGet(\'https://raw.githubusercontent.com/ringtaa/sterlingnotifcation.github.io/refs/heads/main/Sterling.lua\'))()'},
  407. {name = "5. Free Horse Class", script = 'local args = {[1] = "Horse"}\ngame:GetService("ReplicatedStorage"):WaitForChild("Shared"):WaitForChild("RemotePromise"):WaitForChild("Remotes"):WaitForChild("C_BuyClass"):FireServer(unpack(args))'},
  408. {name = "6. Free Eggslinger Class", script = 'local args = {[1] = "Eggslinger"}\ngame:GetService("ReplicatedStorage"):WaitForChild("Shared"):WaitForChild("RemotePromise"):WaitForChild("Remotes"):WaitForChild("C_BuyClass"):FireServer(unpack(args))'},
  409. {name = "7. TP to Nearest Bank", script = 'loadstring(game:HttpGet("https://raw.githubusercontent.com/ringtaa/Tptobank.github.io/refs/heads/main/Banktp.lua"))()'},
  410. {name = "8. PACFISCT Script", script = 'loadstring(game:HttpGet("https://raw.githubusercontent.com/ringtaa/newpacifisct/refs/heads/main/newpacifisct.lua"))()'},
  411. {name = "9. TP to Barn", script = 'loadstring(game:HttpGet("https://raw.githubusercontent.com/ringtaa/tpfarm.github.io/refs/heads/main/tptofarm.lua"))()'},
  412. {name = "10. Air Wild", script = 'loadstring(game:HttpGet("https://raw.githubusercontent.com/ringtaa/NEWAIRWELD.github.io/refs/heads/main/weld.lua"))()'}
  413. }
  414.  
  415. for i, scriptInfo in ipairs(scripts) do
  416. local Button = Instance.new("TextButton")
  417. Button.Name = scriptInfo.name
  418. Button.Parent = ScrollingFrame
  419. Button.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  420. Button.BorderSizePixel = 0
  421. Button.Size = UDim2.new(0.95, 0, 0, buttonHeight)
  422. Button.Font = Enum.Font.SourceSans
  423. Button.Text = scriptInfo.name
  424. Button.TextColor3 = Color3.fromRGB(255, 255, 255)
  425. Button.TextScaled = true
  426. Button.TextSize = 14.000
  427. Button.TextWrapped = true
  428.  
  429. Button.MouseButton1Click:Connect(function()
  430. loadstring(scriptInfo.script)()
  431. end)
  432. end
  433.  
  434. -- Adjust canvas size based on content
  435. UIListLayout:GetPropertyChangedSignal("AbsoluteContentSize"):Connect(function()
  436. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 0, UIListLayout.AbsoluteContentSize.Y + 10)
  437. end)
  438. end
  439.  
  440. -- Skip intro functionality
  441. SkipButton.MouseButton1Click:Connect(function()
  442. loadMainGUI()
  443. end)
  444.  
  445. -- Auto skip after 5 seconds
  446. task.delay(5, function()
  447. if IntroGUI and IntroGUI.Parent then
  448. loadMainGUI()
  449. end
  450. end)
Advertisement
Add Comment
Please, Sign In to add comment