ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
Universal Script ๐Ÿ“Œ
458 Views

Yo pls make ya kids script for mobile

Universal Script ๐Ÿ“ŒUploaded by
2 months ago
Please login to perform these actions:

Description

Js make the script bro

View Raw
Edited By: Gojo_satarou Download


Comments
4
User profile picture
PotatoGuy 2 months ago
i gotchu bro i will be working on it
User profile picture
PotatoGuy 2 months ago
it will be tomorrow
User profile picture
PotatoGuy 2 months ago
sorry but i only made this script im not even a good scripter but i will try harder: local Players = game:GetService("Players") local UserInputService = game:GetService("UserInputService") local player = Players.LocalPlayer local pgui = player:WaitForChild("PlayerGui") -- Variables for Toggle local Toggled = false -- Create the ScreenGui local ScreenGui = Instance.new("ScreenGui") ScreenGui.Name = "LoopGotoGUI" ScreenGui.Parent = pgui ScreenGui.ResetOnS* = false -- Create Main Frame local MainFrame = Instance.new("Frame") MainFrame.Name = "MainFrame" MainFrame.Size = UDim2.new(0, 200, 0, 100) MainFrame.Position = UDim2.new(0.5, -100, 0.5, -50) MainFrame.BackgroundColor3 = Color3.fromRGB(35, 35, 35) MainFrame.BorderSizePixel = 0 MainFrame.Parent = ScreenGui -- Create Top Bar (The Draggable part) local TopBar = Instance.new("Frame") TopBar.Name = "TopBar" TopBar.Size = UDim2.new(1, 0, 0, 25) TopBar.BackgroundColor3 = Color3.fromRGB(20, 20, 20) TopBar.BorderSizePixel = 0 TopBar.Parent = MainFrame -- Create *le local *le = Instance.new("TextLabel") *le.Text = "LOOP GOTO" *le.Size = UDim2.new(1, -60, 1, 0) *le.Position = UDim2.new(0, 10, 0, 0) *le.BackgroundTransparency = 1 *le.TextColor3 = Color3.new(1, 1, 1) *le.TextXAlignment = Enum.TextXAlignment.Left *le.Parent = TopBar -- Create Minimize Button local MinBtn = Instance.new("TextButton") MinBtn.Text = "-" MinBtn.Size = UDim2.new(0, 25, 1, 0) MinBtn.Position = UDim2.new(1, -50, 0, 0) MinBtn.BackgroundColor3 = Color3.fromRGB(40, 40, 40) MinBtn.TextColor3 = Color3.new(1, 1, 1) MinBtn.Parent = TopBar -- Create Close Button (X) local CloseBtn = Instance.new("TextButton") CloseBtn.Text = "X" CloseBtn.Size = UDim2.new(0, 25, 1, 0) CloseBtn.Position = UDim2.new(1, -25, 0, 0) CloseBtn.BackgroundColor3
PotatoGuy's profile picturePotatoGuysorry but i only made this script im not even a go...
User profile picture
Gojo_satarou 2 months ago
@YolkEggerMan ty for helping
Please Login to add a comment.