Brick Admin Universal Script

Roblox Scripts is what Roblox players and coders use to build interactive games. To be more specific, players use Lua scripts—a popular scripting and programming language.

BloxScript4You


We do not any harmful on your devices we always check it before we post online.
Instruction
1.Open Roblox And Start Playing
2.Click The Blue Circle To Copy The Script Code
3.Paste The Script Code Into Your Executor
4.Then Execute The Script Code
5.Enjoy
Use your dummy account first we are not responsible if your account getting Ban.
Script Code
local Players = game:GetService("Players")
local player = Players.LocalPlayer
local isAnnoyed = false
local isSpamming = false
local isFollow = false
local character = player.Character
local humanoid = character.Humanoid
local hrp = character.HumanoidRootPart
local root = character.HumanoidRootPart
local isSpin = false
local isCopy = false
local isSit = false	
local log = false
local grt = game.workspace.Gravity
local hs = humanoid.WalkSpeed
local hj = humanoid.JumpPower
local isSuper = false
hrp.CanCollide = true
local barVis = true
local UserInputService = game:GetService("UserInputService")
local function getTime()
    local currentTime = os.date("*t")
    local hour = currentTime.hour -- Extract the hour component

    if hour < 12 then
        return "Morning"
    elseif hour >= 12 and hour < 17 then
        return "Afternoon"
    else
        return "Evening"
    end
end
local time = getTime()
local function notification()
local NotificationGui = Instance.new("ScreenGui")
NotificationGui.Name = "CustomNotification"
NotificationGui.Parent = game.Players.LocalPlayer.PlayerGui

local isMobile = game:GetService("UserInputService").TouchEnabled
local screenWidth = isMobile and workspace.CurrentCamera.ViewportSize.X or game:GetService("GuiService"):GetScreenResolution().X
local screenHeight = isMobile and workspace.CurrentCamera.ViewportSize.Y or game:GetService("GuiService"):GetScreenResolution().Y

-- Calculate the position based on screen size
local frameWidthRatio = isMobile and 0.3 or 0.2
local frameHeightRatio = isMobile and 0.5 or 0.3
local framePadding = isMobile and 10 or 20

local Frame = Instance.new("Frame")
Frame.Size = UDim2.new(frameWidthRatio, 0, frameHeightRatio, 0)
Frame.Position = UDim2.new(1, -Frame.Size.X.Offset - framePadding, 0.5, -Frame.Size.Y.Offset / 2)
Frame.AnchorPoint = Vector2.new(1, 0.5)
Frame.BackgroundTransparency = 0.5
Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
Frame.BorderColor3 = Color3.fromRGB(255, 255, 255)
Frame.BorderSizePixel = 2
Frame.Parent = NotificationGui

local CloseButton = Instance.new("TextButton")
CloseButton.Size = UDim2.new(0, 30, 0, 30)
CloseButton.Position = UDim2.new(1, -CloseButton.Size.X.Offset, 0, 0)
CloseButton.Font = Enum.Font.SourceSans
CloseButton.Text = "X"
CloseButton.TextColor3 = Color3.fromRGB(21, 21, 21)
CloseButton.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
CloseButton.BorderSizePixel = 0
CloseButton.Parent = Frame
CloseButton.TextSize = 26

-- Create the message label
local MessageLabel = Instance.new("TextLabel")
MessageLabel.Size = UDim2.new(1, -10, 0.35, -10)
MessageLabel.Position = UDim2.new(0, 5, 0, 5)
MessageLabel.BackgroundTransparency = 1
MessageLabel.Font = Enum.Font.SourceSansBold
MessageLabel.Text = "Do you like the script?"
MessageLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
MessageLabel.TextScaled = true
MessageLabel.Parent = Frame

-- Create the description label
local DescriptionLabel = Instance.new("TextLabel")
DescriptionLabel.Size = UDim2.new(1, -10, 0.35, -10)
DescriptionLabel.Position = UDim2.new(0, 5, 0.35, 5)
DescriptionLabel.BackgroundTransparency = 1
DescriptionLabel.Font = Enum.Font.SourceSans
DescriptionLabel.Text = "If so, join the Discord and subscribe to the Roblox Scripts Channel!"
DescriptionLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
DescriptionLabel.TextWrapped = true
DescriptionLabel.Parent = Frame
DescriptionLabel.TextSize = 16

local buttonHeight = (1 - frameHeightRatio) / 3  -- Divide the remaining height equally between the buttons

local JoinDiscordButton = Instance.new("TextButton")
JoinDiscordButton.Size = UDim2.new(1, -10, buttonHeight, -10)
JoinDiscordButton.Position = UDim2.new(0, 5, 1 - (2 * buttonHeight), -5)
JoinDiscordButton.Font = Enum.Font.SourceSansBold
JoinDiscordButton.Text = "Join Discord"
JoinDiscordButton.TextColor3 = Color3.fromRGB(255, 255, 255)
JoinDiscordButton.BackgroundColor3 = Color3.fromRGB(0, 120, 255)
JoinDiscordButton.BorderSizePixel = 0
JoinDiscordButton.TextSize = 16
JoinDiscordButton.TextWrapped = true
JoinDiscordButton.Parent = Frame

local SubscribeButton = Instance.new("TextButton")
SubscribeButton.Size = UDim2.new(1, -10, buttonHeight, -10)
SubscribeButton.Position = UDim2.new(0, 5, 1 - buttonHeight, -15)
SubscribeButton.Font = Enum.Font.SourceSansBold
SubscribeButton.Text = "Subscribe to the channel"
SubscribeButton.TextColor3 = Color3.fromRGB(255, 255, 255)
SubscribeButton.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
SubscribeButton.BorderSizePixel = 0
SubscribeButton.Parent = Frame

CloseButton.MouseButton1Click:Connect(function()
    NotificationGui:Destroy()
end)

JoinDiscordButton.MouseButton1Click:Connect(function()
    setclipboard("https://discord.gg/Ab67QrHcue")
    JoinDiscordButton.Text = "Copied to clipboard!"
    wait(2)
    JoinDiscordButton.Text "Join Discord"
end)

SubscribeButton.MouseButton1Click:Connect(function()
    setclipboard("https://youtube.com/@roblox-scripter")
    SubscribeButton.Text = "Copied to clipboard!"
    wait(2)
    SubscribeButton.Text = "Subscribe to the channel"
    end)
    wait(8)
    if NotificationGui then
    NotificationGui:Destroy()
    end
end
local function notificationLoop()
wait(30)
notification()
    while true do
    tem = 270
    wait(tem)
        notification()
        tem = 300
    end
end

coroutine.wrap(notificationLoop)()

if not isfile("prefix") then
game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Brick admin loaded! Choose your prefix (1 character)", "All")
elseif isfile("prefix") then
prefix = readfile("prefix")
game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Brick admin loaded in 0."..math.random(0, 100).." seconds!, Last saved prefix was "..prefix, "All")
end

local player = game.Players.LocalPlayer

local function onChatted(msg)
    if #msg == 1 and not prefix then
    if not isfile("prefix") then
        prefix = msg game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Saved prefix as "..prefix, "All")
        writefile("prefix", prefix)
        end
        elseif #msg > 1 and not prefix then game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Prefix is over 1 character, set prefix to .", "All")
        prefix = "."
        writefile("prefix", prefix)
    end
end

player.Chatted:Connect(onChatted)

local timeout = 10
local startTime = os.time()

while not prefix do
    if os.time() - startTime >= timeout then
        prefix = "." game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("No prefix chosen. set prefix to "..prefix, "All")
        break
    end
    wait()
end
gui = Instance.new("ScreenGui")
gui.Parent = game.Players.LocalPlayer.PlayerGui
gui.Name = "CommandBarGui"
gui.ResetOnSpawn = false

f = Instance.new("Frame")
f.Parent = gui
f.Size = UDim2.new(0, 200, 0, 50)
f.Position = UDim2.new(0.5, -100, 0, 0)
f.Name = "CommandBarHolder"
f.BackgroundColor3 = Color3.fromRGB(32, 32, 32)
f.BackgroundTransparency = 1

bar = Instance.new("TextBox")
bar.Name = "CommandBar"
bar.Parent = f
bar.Size = UDim2.new(1, 0, 1, 0)
bar.Position = UDim2.new(0, 0, 0, 0)
bar.BackgroundColor3 = Color3.fromRGB(32, 32, 32)
bar.Font = Enum.Font.FredokaOne
bar.TextScaled = true
bar.TextColor3 = Color3.fromRGB(55, 116, 136)
bar.BorderSizePixel = 0
bar.Text = "Command Bar\nUse prefix (prefix) to change your prefix\nSome commands may not work"
local function plrlist()
local gui = Instance.new("ScreenGui")
gui.Name = "PlayerListGui"
gui.Parent = game.CoreGui
local playerListFrame = Instance.new("ScrollingFrame")
playerListFrame.Size = UDim2.new(0, 120, 0, 200) 
playerListFrame.Position = UDim2.new(0, 10, 0, 80) 
playerListFrame.BackgroundTransparency = 0.5
playerListFrame.BackgroundColor3 = Color3.new(0, 0, 0)
playerListFrame.ScrollBarThickness = 8
	playerListFrame.ScrollBarImageTransparency = 0.5
playerListFrame.Parent = gui

local function updatePlayerList()
    playerListFrame:ClearAllChildren()
    for _, player in ipairs(game.Players:GetPlayers()) do
        local playerFrame = Instance.new("Frame")
        playerFrame.Size = UDim2.new(0, 120, 0, 30)
        playerFrame.Position = UDim2.new(0, 0, 0, (#playerListFrame:GetChildren() * 30))
        playerFrame.BackgroundTransparency = 1
        playerFrame.Parent = playerListFrame
        
        local nameLabel = Instance.new("TextLabel")
        nameLabel.Size = UDim2.new(0.8, 0, 1, 0)
        nameLabel.Position = UDim2.new(0.2, 0, 0, 0)
        nameLabel.BackgroundTransparency = 1
        nameLabel.Text = player.DisplayName .. " || " .. player.Name
        nameLabel.Font = Enum.Font.SourceSans
        nameLabel.TextSize = 10
        nameLabel.TextColor3 = Color3.new(1, 1, 1)
        nameLabel.TextXAlignment = Enum.TextXAlignment.Left
        nameLabel.Parent = playerFrame
        local avatarImage = Instance.new("ImageLabel")
        avatarImage.Size = UDim2.new(0, 20, 0, 20) 
        avatarImage.Position = UDim2.new(0, 5, 0.5, -10)
        avatarImage.AnchorPoint = Vector2.new(0, 0.5)
        avatarImage.BackgroundTransparency = 1
        avatarImage.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?userid=" .. tostring(player.UserId) .. "&x=100&y=100"
        avatarImage.Parent = playerFrame
    end
end
game.Players.PlayerAdded:Connect(function(updatePlayerList)
end)
game.Players.PlayerRemoving:Connect(function(updatePlayerList)
end)
updatePlayerList()
end


local function cmds()
local Players = game:GetService("Players")
local Player = Players.LocalPlayer
ScreenGui = Instance.new("ScreenGui")
local ScrollingFrame = Instance.new("ScrollingFrame")

ScreenGui.ResetOnSpawn = false
ScreenGui.Parent = Player:WaitForChild("PlayerGui")

Frame = Instance.new("Frame")
Frame.Size = UDim2.new(0.5, 0, 0.54, 0)
Frame.Position = UDim2.new(0.25, 0, 0.25, 0)
Frame.BackgroundTransparency = 0
Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Frame.BorderSizePixel = 0
Frame.Parent = ScreenGui
Frame.BackgroundColor3 = Color3.fromRGB(32, 32, 32)
Frame.ZIndex = 2

ScrollingFrame.Size = UDim2.new(1, 0, 1, -20)
ScrollingFrame.Position = UDim2.new(0, 0, 0, 20) 
ScrollingFrame.CanvasSize = UDim2.new(0, 0, 0, 56 * 60)
ScrollingFrame.BackgroundTransparency = 1
ScrollingFrame.Parent = Frame
ScrollingFrame.BorderSizePixel = 0

for i = 1, 100 do
    Button = Instance.new("TextLabel")
    Button.Size = UDim2.new(1, -20, 0, 50)
    Button.Position = UDim2.new(0, 10, 0, (i-1)*60)
    Button.AnchorPoint = Vector2.new(0, 0)
    Button.Parent = ScrollingFrame
    Button.BackgroundTransparency = 0
    if i == 1 then
    Button.Text = i..") "..prefix.."goto \nTeleports to a player."
elseif i == 2 then
    Button.Text = i..") "..prefix.."spam  (.unspam)\nSpams chat with a message or stops spamming."
elseif i == 3 then
    Button.Text = i..") "..prefix.."dex\nOpens up dex explorer."
elseif i == 4 then
    Button.Text = i..") "..prefix.."rnum\nSays a random number from 1 to 1000 in chat."
elseif i == 5 then
    Button.Text = i..") "..prefix.."rj\nRejoins the server."
elseif i == 6 then
    Button.Text = i..") "..prefix.."annoy  (.unannoy)\nSpam teleports you to a player or stops."
elseif i == 7 then
    Button.Text = i..") "..prefix.."setspeed \nSets your speed to a specific amount."
elseif i == 8 then
    Button.Text = i..") "..prefix.."speed(*,+,-) \nMultiplies/adds/removes your speed by an amount."
elseif i == 9 then
    Button.Text = i..") "..prefix.."setjump \nSets your jump power to a specific amount."
elseif i == 10 then
    Button.Text = i..") "..prefix.."jump(*,+,-) \nMultiplies/adds/removes your jump power by an amount."
elseif i == 11 then
    Button.Text = i..") "..prefix.."setgravity \nSets your gravity to a specific amount."
elseif i == 12 then
    Button.Text = i..") "..prefix.."focuson\nFocuses your camera on a player."
elseif i == 13 then
    Button.Text = i..") "..prefix.."re\nResets your character."
elseif i == 14 then
    Button.Text = i..") "..prefix.."follow  ("..prefix.."unfollow)\nFollows a player."
elseif i == 15 then
    Button.Text = i..") "..prefix.."spin  (.unspin)\nSpins you at a specific speed (10k max)."
elseif i == 16 then
    Button.Text = i..") "..prefix.."userid /"..prefix.."userid \nCopies a player's userID or copies your userID."
elseif i == 17 then
    Button.Text = i..") "..prefix.."copy  ("..prefix.."uncopy)\nCopies or uncopies a player's messages."
elseif i == 18 then
    Button.Text = i..") "..prefix.."rocket\nFun!"
elseif i == 19 then
    Button.Text = i..") "..prefix.."hs  ("..prefix.."unhs)\nSits or unsits on a player's head."
elseif i == 20 then
    Button.Text = i..") "..prefix.."testiq \nSays a player's IQ in chat (fake IQ)."
elseif i == 21 then
    Button.Text = i..") "..prefix.."howbad \nSays how bad a player is in chat (fake)."
elseif i == 22 then
    Button.Text = i..") "..prefix.."hownice \nSays how nice a player is in chat (fake)."
elseif i == 23 then
    Button.Text = i..") "..prefix.."gameid\nCopies the game ID to clipboard."	
elseif i == 24 then
    Button.Text = i..") "..prefix.."players\nSays in chat how many players are in the game."
elseif i == 25 then
    Button.Text = i..") "..prefix.."plrlog ("..prefix.."unplrlog)\nSays in chat when a player leaves or joins"
        elseif i == 26 then
        Button.Text = i..") "..prefix.."whois  \nPrints a list of information of a player in console"
        elseif i == 27 then
        Button.Text = i..") "..prefix.."bright  \nSets the game brightness for you"
        elseif i == 28 then
        Button.Text = i..") "..prefix.."time  \nSets the game time from 0-24 for you"
        elseif i == 29 then
        Button.Text = i..") "..prefix.."rizzup  \nRizzes up a player"
        elseif i == 30 then
        Button.Text = i..") "..prefix.."stats  \nShows a list of a player's stats such as hp, speed, jump power."	
        elseif i == 31 then
        Button.Text = i..") "..prefix.."superhuman (.unsuperhuman)\nMakes your character super."
        elseif i == 32 then
        Button.Text = i..") "..prefix.."copyall ("..prefix.."uncopy)\nCopies every player's messages"
        elseif i == 33 then
        Button.Text = i..") "..prefix.."remotespy \nLoads up turtlespy"
        elseif i == 34 then
        Button.Text = i..") "..prefix.."beniceto  \nCompliments a player"
        elseif i == 35 then
        Button.Text = i..") "..prefix.."cmds \nLoads up this menu"
        elseif i == 36 then
        Button.Text = i..") "..prefix.."crosshair \nShows a very bad crosshair"	
        elseif i == 37 then
        Button.Text = i..") "..prefix.."plrlist \nShows a better version of roblox's player list"
        elseif i == 38 then
        Button.Text = i..") "..prefix.."night/day \nMakes the game in night time or day"
        elseif i == 39 then
        Button.Text = i..") "..prefix.."boom  \nMakes you go to a following player, then you die."
        elseif i == 40 then
        Button.Text = i..") "..prefix.."drophs  ("..prefix.."unhs)\nMakes you fall from the sky then headsit on a player."
        elseif i == 41 then
        Button.Text = i..") "..prefix.."ac \nAka anti crash (type this when a script kiddie starts \nlagging chat.)"
        elseif i == 42 then
        Button.Text = i..") "..prefix.."mute  \nMutes a player from chatting for you."
        elseif i == 43 then
        Button.Text = i..") "..prefix.."copypos  \nCopies a player's position to clipboard."
        elseif i == 44 then
        Button.Text = i..") "..prefix.."copycf  \nCopies a player's CFrame to clipboard."
        elseif i == 45 then
        Button.Text = i..") "..prefix.."match  \nMatches a player's speed and jump power."
          elseif i == 46 then
        Button.Text = i..") "..prefix.."float  ("..prefix.."unfloat) \nMakes you float/stop floating in the sky."
        elseif i == 47 then
        Button.Text = i..") "..prefix.."freeze/thaw ("..prefix.."unfreeze/unthaw) \nMakes you freeze or unfreeze in your place."
        elseif i == 48 then
        Button.Text = i..") "..prefix.."sit  ("..prefix.."unsit) \nMakes you sit for a certain amount of time."
        elseif i == 49 then
        Button.Text = i..") "..prefix.."coffset/"..prefix.."cameraoffset , ,  \nSets your camera offset based\n off what you choose."
        elseif i == 50 then
        Button.Text = i..") "..prefix.."walkto  \nWalks up to a player."
        elseif i == 51 then
        Button.Text = i..") "..prefix.."prefix  \nChanges your prefix to a 1 character\nprefix."
        elseif i == 52 then
        Button.Text = i..") "..prefix.."notify  \nSends a notification with whatever message you pick."
          elseif i == 53 then
        Button.Text = i..") "..prefix.."discord \nCopies the discord server invite link."
        elseif i == 54 then
        Button.Text = i..") "..prefix.."print \nPrints whatever you input into console."
        elseif i == 55 then
        Button.Text = i..") "..prefix.."admininfo \nGives you info about the admin."
        elseif i == 56 then
        Button.Text = i..") "..prefix.."guiclr \n\nChanges your gui's color"
        Button.TextSize = 12
        elseif i >= 57 then
        Button.Visible = false
        end
        Button.BackgroundColor3 = Color3.fromRGB(32, 32, 32)
        Button.TextColor3 = Color3.fromRGB(55, 116, 136)
        Button.Font = Enum.Font.FredokaOne
        Button.TextSize = 16
        Button.BorderSizePixel = 0
        Button.ZIndex = 2
        Button.BackgroundTransparency = 1
end

text = Instance.new("TextLabel")
text.Text = "🧱Brick Admin v3.2🧱"
text.Position = UDim2.new(0.14, 0, 0, 0)
text.Size = UDim2.new(0.1, 0, 0.15, 0)
text.Parent = Frame
text.TextSize = 16
text.TextColor3 = Color3.fromRGB(55, 116, 136)
text.Font = Enum.Font.FredokaOne
text.BackgroundTransparency = 1
text.ZIndex = 2
currentDate = os.date("%m/%d/%Y")
date = Instance.new("TextLabel")
date.Position = UDim2.new(0.82, 0, 0, 0)
date.Size = UDim2.new(0.1, 0, 0.15, 0)
date.Parent = Frame
date.TextColor3 = Color3.fromRGB(55, 116, 136)
date.Font = Enum.Font.FredokaOne
date.BackgroundTransparency = 1
date.TextSize = 18
date.Text = currentDate
date.ZIndex = 2
name = Instance.new("TextLabel")
name.Position = UDim2.new(0.51, 0, 0, 0)
name.Size = UDim2.new(0.1, 0, 0.15, 0)
name.Parent = Frame
name.TextColor3 = Color3.fromRGB(55, 116, 136)
name.Font = Enum.Font.FredokaOne
name.BackgroundTransparency = 1
name.TextSize = 15.9
name.Text = time..", "..game.Players.LocalPlayer.DisplayName
name.ZIndex = 2

local miniButton = Instance.new("TextButton")
miniButton.Text = "-"
local gui2 = Instance.new("ScreenGui")
gui2.Name = "MyScreenGui"
gui2.Parent = game.Players.LocalPlayer.PlayerGui
miniButton.Size = UDim2.new(0, 35, 0, 35)
miniButton.Position = UDim2.new(0.53, 0, 0.90, 0)
miniButton.Parent = gui2
miniButton.AnchorPoint = Vector2.new(0.5, 0)
miniButton.BackgroundColor3 = Color3.fromRGB(32, 32, 32)
miniButton.TextColor3 = Color3.fromRGB(255, 0, 0)
miniButton.BorderSizePixel = 0
miniButton.TextSize = 30
miniButton.Font = Enum.Font.FredokaOne
miniButton.AnchorPoint = Vector2.new(1, 0)
gui2.ResetOnSpawn = false
local miniButton2 = Instance.new("TextButton")
miniButton2.Text = "-"
local gui3 = Instance.new("ScreenGui")
gui3.Name = "MyScreenGui2"
gui3.Parent = game.Players.LocalPlayer.PlayerGui
miniButton2.Size = UDim2.new(0, 35, 0, 35)
miniButton2.Parent = gui3
miniButton2.AnchorPoint = Vector2.new(0.5, 0)
miniButton2.BackgroundColor3 = Color3.fromRGB(32, 32, 32)
miniButton2.TextColor3 = Color3.fromRGB(255, 0, 0)
miniButton2.BorderSizePixel = 0
miniButton2.TextSize = 30
miniButton2.Font = Enum.Font.FredokaOne

miniButton2.Position = UDim2.new(0.53, 0, 0.15, 0)
gui3.ResetOnSpawn = false

miniButton2.AnchorPoint = Vector2.new(1, 0)
local corner = Instance.new("UICorner")
corner.CornerRadius = UDim.new(0.5, 0.5)
corner.Parent = miniButton
local corner2 = Instance.new("UICorner")
corner2.Parent = Frame
corner2.CornerRadius = UDim.new(0.1, 0.1)
local corner3 = Instance.new("UICorner")
corner3.Parent = bar
corner3.CornerRadius = UDim.new(0.35, 0.35)
local corner4 = Instance.new("UICorner")
corner4.Parent = miniButton2
corner4.CornerRadius = UDim.new(0.5, 0.5)

local minimized = false
miniButton2.MouseButton1Click:Connect(function()
if barVis then
barVis = false
bar.Visible = barVis
miniButton2.Text = "+"
miniButton2.TextColor3 = Color3.fromRGB(0, 255, 0)
else
barVis = true
bar.Visible = barVis
miniButton2.Text = "-"
miniButton2.TextColor3 = Color3.fromRGB(255, 0, 0)
end
end)
miniButton.MouseButton1Click:Connect(function()
    if minimized == false then
         Button.Visible = false
         ScrollingFrame.Visible = false
         Frame.BackgroundTransparency = 1
         Button.Visible = false
         text.Visible = false
         date.Visible = false
        miniButton.Text = "+"
        miniButton.TextColor3 = Color3.fromRGB(0, 200, 10)
        minimized = true
        bar.Visible = false
        name.Visible = false
        miniButton2.Visible = false
    else
        Button.Visible = true
         ScrollingFrame.Visible = true
       bar.Visible = true
         Frame.BackgroundTransparency = 0
         Button.Visible = true
         text.Visible = true
         date.Visible = true
        miniButton.Text = "-"
        miniButton.TextColor3 = Color3.fromRGB(255, 0, 0)
        minimized = false
        name.Visible = true
        miniButton2.Visible = true
    end
end)
end
local function findPlayer(playerName)
    for _, player in pairs(game.Players:GetPlayers()) do
        if player.Name:lower() == playerName:lower() or player.DisplayName:lower():sub(1, #playerName) == playerName:lower() then
            return player
        end
    end
    return nil
end
wait(0.5)
cmds()
local function changePrefix()
ScreenGui:Destroy()
cmds()
end game:GetService("StarterGui"):SetCore("SendNotification", {
                Title = "Made by SawconBestShow";
                Text = "Script was made by SawconBestShow aka ted.#2538. ";
                Duration = 2;
            })
game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 5) == prefix.."goto" then
        local playerName = string.sub(message, 7)
        
        local targetPlayer = findPlayer(playerName)
        if targetPlayer then
            if player.Character then
                player.Character.HumanoidRootPart.CFrame = targetPlayer.Character.HumanoidRootPart.CFrame
                wait()
            end
        end
    end
end)

game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 3) == prefix.."rj" then
        game:GetService("TeleportService"):Teleport(game.PlaceId,game:GetService("Players").LocalPlayer)
    end
end)

game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 6) == prefix.."annoy" then
        if not isAnnoyed then
            isAnnoyed = true
            local playerName = string.sub(message, 8)
            
            local targetPlayer = nil
            for _,p in pairs(game.Players:GetPlayers()) do
                if p.Name:lower() == playerName:lower() or p.DisplayName:lower():sub(1,#playerName) == playerName:lower() then
                    targetPlayer = p
                    break
                end
            end
            if targetPlayer then
                if player.Character then
                    while isAnnoyed do
                        player.Character.HumanoidRootPart.CFrame = targetPlayer.Character.HumanoidRootPart.CFrame
                        wait()
                    end
                end
            end
        end
    end
end)

game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 8) == prefix.."unannoy" then
        isAnnoyed = false
    end
end)


game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 5) == prefix.."spam" then
        if not isSpamming then
            isSpamming = true
            local spamMessage = string.sub(message, 7)
            while isSpamming do
                wait(0.1)
                game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamMessage, "All")
            end
        end
    end
end)

game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 7) == prefix.."unspam" then
        isSpamming = false
    end
end)

game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 9) == prefix.."beniceto" then
        local playerName = string.sub(message, 11)
        
        local targetPlayer = findPlayer(playerName)
        if targetPlayer then
            local number = math.random(1, 10)
            local compliments = {
                "You look great today!",
                "Your outfit is on point!",
                "You have a beautiful smile!",
                "You're annoying!",
                "You're a talented person!",
                "You're an inspiration to others!",
                "You have a kind heart!",
                "You're doing a fantastic job!",
                "You're a great listener!",
                "You have a great sense of humor!"
            }
           wait() game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(targetPlayer.Name.." "..compliments[number], "All")
        else
            game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Player not found.", "All")
        end
    end
end)
game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 9) == prefix.."setspeed" then
        local speed = string.sub(message, 11)
        humanoid.WalkSpeed = speed
       wait() game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Speed set! Your current speed is: "..humanoid.WalkSpeed, "All")
        end
        end)
	game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 7) == prefix.."speed-" then
        local speed = string.sub(message, 9,16)
        humanoid.WalkSpeed = humanoid.WalkSpeed - speed
       wait() game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Speed removed! Your current speed is: "..humanoid.WalkSpeed, "All")
        end
        end)
        game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 7) == prefix.."speed+" then
        local speed = string.sub(message, 9,16)
        humanoid.WalkSpeed = humanoid.WalkSpeed + speed
       wait() game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Speed added! Your current speed is: "..humanoid.WalkSpeed, "All")
        end
        end)
       game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 7) == prefix.."speed*" then
        local speed = string.sub(message, 9,16)
        humanoid.WalkSpeed = humanoid.WalkSpeed * speed
       wait() game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Speed multiplied! Your current speed is: "..humanoid.WalkSpeed, "All")
        end
        end) game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 8) == ".setjump" then
local jp = string.sub(message, 10)
        humanoid.JumpPower = jp
       wait() game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Jump Power set! Your current JP is: "..humanoid.JumpPower, "All")
        end
        end)
game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 6) == prefix.."jump+" then
local jp = string.sub(message, 8,15)
        humanoid.JumpPower = humanoid.JumpPower + jp
       wait() game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Jump Power added! Your current JP is: "..humanoid.JumpPower, "All")
        end
        end)
game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 6) == prefix.."jump-" then
local jp = string.sub(message, 8,15)
        humanoid.JumpPower = humanoid.JumpPower - jp
       wait() game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Jump Power removed! Your current JP is: "..humanoid.JumpPower, "All")
        end
        end)
game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 6) == prefix.."jump*" then
local jp = string.sub(message, 8,15)
        humanoid.JumpPower = humanoid.JumpPower * jp
       wait() game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Jump Power multiplied! Your current JP is: "..humanoid.JumpPower, "All")
        end
        end)
     game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 8) == prefix.."focuson" then
        local playerName = string.sub(message, 10)
        local targetPlayer = findPlayer(playerName)
        if targetPlayer then
            game.Workspace.CurrentCamera.CameraSubject = targetPlayer.Character.Humanoid
        end
    end
end)
game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 3) == prefix.."re" then
    player.Character:BreakJoints()
    end
    end)
    game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 7) == prefix.."follow" then
        isFollow = true
        local playerName = string.sub(message, 9)
        local targetPlayer = findPlayer(playerName)
        if targetPlayer then
           repeat
               humanoid:MoveTo(targetPlayer.Character.HumanoidRootPart.Position)
               wait()
           until not isFollow
        end
    end
end)

game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 9) == prefix.."unfollow" then
        isFollow = false
    end
end)
game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 5) == prefix.."spin" then
   local ss = string.sub(message, 7)
            isSpin = true
            while isSpin do player.Character.HumanoidRootPart.CFrame = player.Character.HumanoidRootPart.CFrame * CFrame.Angles(0, math.rad(ss), 0)
                wait()
            end
        end
end)
       game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 7) == prefix.."unspin" then
        isSpin = false
    end
end)
game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 11) == prefix.."setgravity" then
   local ss = string.sub(message, 13)
   game.Workspace.Gravity = ss
   end
   end)
game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 7) == prefix.."userid" then
        local playerName = string.sub(message, 9)
        local targetPlayer = findPlayer(playerName)
        if targetPlayer then
            local userId = tostring(targetPlayer.UserId)
            setclipboard(userId)
        else
            print("Player not found")
        end
        end
end)
game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if message == prefix.."gameid"  then
        print("Game ID copied to clipboard: " .. game.JobId)
        setclipboard(game.JobId)
    end
end)

game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 6) == prefix.."copy " then
        isCopy = true
        local playerName = string.sub(message, 7)
        targetPlayer = findPlayer(playerName)
        if targetPlayer then
  targetPlayer.Chatted:Connect(function(msg)
                if isCopy then
                    game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(msg, "All")
                end
            end)
            print("Copied "..targetPlayer.Name.."'s chat messages.")
        else
            print("Player not found.")
        end
end
end)
game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 7) == prefix.."uncopy" then
        isCopy = false
    end
end)
game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 7) == prefix.."rocket" then
        local character = game.Players.LocalPlayer.Character
        local humanoid = character:FindFirstChildOfClass("Humanoid")

        humanoid.JumpPower = 1000
game.workspace.Gravity = 0
humanoid:ChangeState("Jumping")
wait(4)
player.Character:BreakJoints()
game.workspace.Gravity = grt
    end
end) game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 7)  == prefix.."testiq" then
        local playerName = string.sub(message, 9)
        
        local targetPlayer = findPlayer(playerName)
        if targetPlayer then
        wait(0.1)
    local number = math.random(0,310) game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(targetPlayer.Name.." has "..number.." iq!", "All")
        end
    end
end)
game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 7)  == prefix.."howbad" then
        local playerName = string.sub(message, 9)
        
        local targetPlayer = findPlayer(playerName)
        if targetPlayer then
        wait(0.1)
    local number = math.random(0,100) game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(targetPlayer.Name.." is "..number.."% bad", "All")
        end
    end
end)
game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 8)  == prefix.."hownice" then
        local playerName = string.sub(message, 10)
        
        local targetPlayer = findPlayer(playerName)
        if targetPlayer then
        wait(0.1)
    local number = math.random(0,100) game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(targetPlayer.Name.." is "..number.."% nice", "All")
        end
    end
end)
game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 5) == prefix.."rnum" then
        wait(0.1)
    local number = math.random(0,1000)
    bar.Text = number game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(number,"All")
    end
end) game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if message == prefix.."players" then
    wait(0.1)
        local players = #game.Players:GetPlayers() game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("there are "..players.." players in the game.", "All")
    end
end)
game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if message == prefix.."plrlog" then
    log = true
    local Players = game:GetService("Players")
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local Chat = game:GetService("Chat")
Players.PlayerRemoving:Connect(function(player)
if log then game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("bruh.. "..player.Name.." has left","All")
end
end)
Players.PlayerAdded:Connect(function(player)
if log then game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." has joined the party","All")
end
end)
end
end)
game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if message == prefix.."unplrlog" then
    log = false
    end
    end)
game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if message:sub(1, 6) == prefix.."whois" then
        local playerName = string.sub(message, 8)
        
        local targetPlayer = findPlayer(playerName)
        if targetPlayer then
            local displayName = targetPlayer.DisplayName
            local username = targetPlayer.Name
            local userId = targetPlayer.UserId
            local age = targetPlayer.AccountAge or "N/A"
            local team = targetPlayer.Team or "N/A"
            local teamcolor = targetPlayer.TeamColor or "N/A"
            local ju = targetPlayer.AutoJumpEnabled or "N/A"
            local rs = targetPlayer.RespawnLocation or "N/A"
            local siet = targetPlayer.Character.Humanoid.Sit
            local R = targetPlayer.Character.Humanoid.RigType
            if R == Enum.HumanoidRigType.R15 then
                R = "R15"
            elseif R == Enum.HumanoidRigType.R6 then
                R = "R6"
            else
                R = "Unknown"
            end
            local speed = targetPlayer.Character.Humanoid.WalkSpeed
            local jump = targetPlayer.Character.Humanoid.JumpPower
            local accountAge = targetPlayer.AccountAge
local currentDate = os.date("%m/%d/%Y %I:%M %p")
local joinDate = os.date("%m/%d/%Y %I:%M %p", os.time() - accountAge * 86400)
local estimatedJoinDate = "approximately "..joinDate
            print(string.format("Player: %s \n----------------\nDisplay Name: %s\nUsername: %s\nUser ID: %d\nAccount Age: %s Days \nTeam: %s \nTeam Color: %s \nAuto Jump Enabled: %s \nRespawn Location: %s \nR15/6: %s \nSitting: %s \nSpeed: %d \nJump Power: %d \nJoined at: %s\n------------\nInfo generated by ted.#2538/SawconBestShow", playerName, displayName, username, userId, age, team, tostring(teamcolor), tostring(ju), tostring(rs), tostring(R), tostring(siet), speed, jump, estimatedJoinDate))
          wait()  game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Information gotten! Check console.", "All")
        else
            print("Could not find player " .. playerName)
        end
    end
end)
game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if message:sub(1, 7) == prefix.."bright" then
        local br = string.sub(message, 9)
        game.Lighting.Brightness = br
        end
        end)
        game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if message:sub(1, 6) == prefix.."time " then
        local tm = string.sub(message, 7)
        game.Lighting.ClockTime = tm
        end
        end)
game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if message:sub(1, 7) == prefix.."rizzup" then
        local playerName = string.sub(message, 9)
        
        local targetPlayer = findPlayer(playerName)
        if targetPlayer then
local lines = 
{
    "Are you made of copper and tellurium? Because you're CuTe.	",
    "Are you a bank loan? Because you got my interest.",
    "Do you have a sunburn or are you always this hot?",
    "If you were a vegetable, you'd be a cute-cumber.",
    "You know what's on the menu? Me-n-u.",
    "I'm not a photographer, but I can picture us together.",
    "Do you have a magnet in your pocket? Because I'm attracted to you.",
    "Excuse me, can you give me directions to your heart?",
    "Can I follow you home? Because my parents always told me to follow my dreams.",
    "Do you believe in love at first sight, or should I walk by again?",
    "Is it hot in here or is it just you? Because I'm feeling weak in the knees.",
    "Excuse me, do you have a Band-Aid? Because I just scraped my knee falling for you.",
    "If you were a library book, I'd check you out.",
    "Can I have your picture so I can show Santa what I want for Christmas?",
}
            local number = math.random(1, 13)
           wait() game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(targetPlayer.Name.." "..lines[number], "All")
          wait(3.5) game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(targetPlayer.Name.." rate the riz", "All")
          end
          end
          end)
          game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if message:sub(1, 7) == prefix.."notify" then
        local sec = tonumber(string.sub(message, 9, 10))
        local mesg = ""
        if message:sub(11) ~= "" then
            mesg = message:sub(11)
        elseif message:sub(12) ~= "" then
            mesg = message:sub(12)
        end

        game:GetService("StarterGui"):SetCore("SendNotification", {
            Title = "Notification:";
            Text = mesg;
            Duration = sec;
        })
    end
end)
            game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if message:sub(1, 6) == prefix.."stats" then
   local playerName = string.sub(message, 8)
   targetPlayer = findPlayer(playerName)
   local hum = targetPlayer.Character.Humanoid game:GetService("StarterGui"):SetCore("SendNotification", {
                Title = tostring(targetPlayer.DisplayName).."'s stats";
                Text = "Speed: "..tostring(hum.WalkSpeed).."\nJump Power: "..tostring(hum.JumpPower).."\nHealth: "..tostring(hum.Health);
                Duration = 3;
            })
            end
            end)
            game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if message == prefix.."superhuman"  then
    isSuper = true
    if isSuper then
    wait()
    humanoid.WalkSpeed = 120
    humanoid.JumpPower = 200
    end
    end
    end)
    game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if message == prefix.."unsuperhuman"  then
    isSuper = false
    humanoid.WalkSpeed = 16
    humanoid.JumpPower = 50
    end
    end)
local function crosshair()
local gui = Instance.new("ScreenGui")
gui.Name = "MyGui"
gui.ResetOnSpawn = false
gui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling

local frame = Instance.new("Frame")
frame.Name = "Background"
frame.Size = UDim2.new(0, 10, 0,10)
frame.Position = UDim2.new(0, 375, 0, 140)
frame.BackgroundColor3 = Color3.fromRGB(255, 5, 10)
frame.BackgroundTransparency = 0.4
frame.BorderSizePixel = 0 
frame.Parent = gui
gui.Parent = game.Players.LocalPlayer.PlayerGui

end
game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if message == prefix.. "crosshair"  then
    crosshair()
end
end)
game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 8) == prefix.."copyall" then
        isCopy = true
        for _, player in ipairs(game.Players:GetPlayers()) do player.Chatted:Connect(function(chatMsg)
                if isCopy then game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.DisplayName.."> "..chatMsg, "All")
                end
            end)
        end
        game.Players.PlayerAdded:Connect(function(newPlayer)
            newPlayer.Chatted:Connect(function(chatMsg)
                if isCopy then game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(chatMsg, "All")
                end
            end)
        end)
        print("Copying all players' chat messages.")
    end
end)
game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if message == prefix.."remotespy" then loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-TurtleSpy-4402"))()
   end
      end)
      game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if message == prefix.."fpsboost" then
    _G.Settings = {
    Players = {
        ["Ignore Me"] = false,
        ["Ignore Others"] = false
    },
    Meshes = {
        Destroy = false, 
        LowDetail = true
    },
    Images = {
        Invisible = true,
        LowDetail = true,
        Destroy = false,
    },
    ["No Particles"] = true,
    ["No Camera Effects"] = true,
    ["No Explosions"] = true,
    ["No Clothes"] = false,
    ["Low Water Graphics"] = true,
    ["No Shadows"] = true, 
    ["Low Rendering"] = true, 
    ["Low Quality Parts"] = true
}
loadstring(game:HttpGet("https://raw.githubusercontent.com/CasperFlyModz/discord.gg-rips/main/FPSBooster.lua"))()
end
end)
game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if message == prefix.."dex" then
      loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-Dark-Dex-V3-Secured-(Bypass-Dex-Detections)-4163"))()
    end
    end)
    game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if message == prefix.."cmds" then
    cmds()
    end
    end)
    game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if message == prefix.."plrlist" then
    plrlist()
    end
    end)
    game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 6) == prefix.."night" then
        game.Lighting.ClockTime = 24
    end
end)
game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 4) == prefix.."day" then
        game.Lighting.ClockTime = 12
    end
end)

game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if message:sub(1, 5) == prefix.."boom" then
    wait()
        local playerName = string.sub(message, 7)
        local targetPlayer = findPlayer(playerName)
        humanoid = game.Players.LocalPlayer.Character.Humanoid
        hrp = game.Players.LocalPlayer.Character.HumanoidRootPart
        local post = targetPlayer.Character.HumanoidRootPart.Position
        humanoid:MoveTo(post) game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("booming "..targetPlayer.DisplayName.. "...", "All")	
  humanoid.MoveToFinished:Connect(function()
  if hrp.Position ~= post then
  humanoid:MoveTo(post)
        humanoid:TakeDamage(math.huge) game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("boomed", "All")
        targetPlayer = nil
        else
         humanoid:TakeDamage(math.huge) game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("boomed", "All")
        targetPlayer = nil
        end
        end)
                    end
                    end)
                    game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 3) == prefix.."hs" then
    isSit = true
        local playerName = string.sub(message, 5)
        local targetPlayer = findPlayer(playerName)
        if targetPlayer then
            local plr = game.Players.LocalPlayer
            local targetCFrame = targetPlayer.Character.HumanoidRootPart.CFrame
            local targethrp = targetPlayer.Character.HumanoidRootPart
            local targetchar = targetPlayer.Character
            local humanoid = plr.Character.Humanoid
            humanoid.Sit = true
            game.Workspace.Gravity = 0
            while isSit do
               humanoid.Sit = true plr.Character.HumanoidRootPart.CFrame = targetchar.Head.CFrame
                wait()
            end
        end
    end
end)
game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if message == prefix.."unhs" then
    isSit = false
    game.Workspace.Gravity = 196.2
    end
end)
game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
    humanoid = character:WaitForChild("Humanoid")
    hrp = humanoid.Parent.HumanoidRootPart
end)

game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 7) == prefix.."drophs" then
    isSit = true
        local playerName = string.sub(message, 9)
        local targetPlayer = findPlayer(playerName)
        if targetPlayer then
            local plr = game.Players.LocalPlayer
            local targetChar = targetPlayer.Character
            local targetHead = targetChar:WaitForChild("Head")
            local humanoid = plr.Character:WaitForChild("Humanoid")
            plr.Character.HumanoidRootPart.CFrame = targetChar.Head.CFrame + Vector3.new(0, 1000, 0)

            wait(5)
            while isSit do
            wait()
            game.Workspace.Gravity = 0
            humanoid.Sit = true
            plr.Character.HumanoidRootPart.CFrame = targetChar.Head.CFrame + Vector3.new(0, 0.2, 0)
            end
            end
            end
            end)
game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if message == prefix.."ac" then
    wait(0.1)
                local anti = 4
                while anti > 1 do game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("🚫NO CHAT CRASHING KIDS! 🚫 NO CHAT CRASHING KIDS!🚫 NO CHAT CRASHING KIDS! 🚫NO CHAT CRASHING KIDS! 🚫 NO CHAT CRASHING KIDS! 🚫 NO CHAT CRASHING KIDS! 🚫 🚫NO CHAT CRASHING KIDS! 🚫 NO CHAT CRASHING KIDS!🚫", "All")
                    anti = anti - 1
                end
            end
        end)
game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 5) == prefix.."mute" then
        local playerName = string.sub(message, 7)
        local targetPlayer = findPlayer(playerName)
        if targetPlayer then game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/mute "..targetPlayer.Name, "All")
        end
        end
        end)
        game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 8) == prefix.."copypos" then
        local playerName = string.sub(message, 10)
        local targetPlayer = findPlayer(playerName)
        if targetPlayer then
        local pos = targetPlayer.Character.HumanoidRootPart.Position
        setclipboard(tostring(pos))
        game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Successfully copied "..targetPlayer.DisplayName.." 'position to clipboard", "All")
        end
        end
        end)
        game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 8) == prefix.."copycf " then
        local playerName = string.sub(message, 9)
        local targetPlayer = findPlayer(playerName)
        if targetPlayer then
        local cf = targetPlayer.Character.HumanoidRootPart.CFrame
        setclipboard(tostring(cf)) game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Successfully copied "..targetPlayer.DisplayName.." 's cframe to clipboard", "All")
        end
        end
        end)
        game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if message == prefix.."userid me" then
    local userid = tostring(game.Players.LocalPlayer.UserId)
        setclipboard(userid)
    end
end)
game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 6) == prefix.."match" then
        local playerName = string.sub(message, 8)
        local targetPlayer = findPlayer(playerName)
        if targetPlayer then
                    humanoid.WalkSpeed = targetPlayer.Character.Humanoid.WalkSpeed
                    humanoid.JumpPower = targetPlayer.Character.Humanoid.JumpPower
                    wait(0.1) 
                    game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Successfully matched "..targetPlayer.DisplayName, "All")
        end
    end
end)
game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if message == prefix.."timer" then game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Timer is currently at "..timer.." seconds." ,"All")
    end
    end)
    game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 7 ) == prefix.."float " then 
    local float = string.sub(message, 8)
    humanoid.HipHeight = float
    end
    end)
    game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 8) == prefix.."unfloat" then
    humanoid.HipHeight = 0
    end
    end)
    local function character()
    local humanoid = character:FindFirstChildOfClass("Humanoid")
    if humanoid then
        humanoid.Seated:Connect(function(isSeated)
            if isSeated then
                humanoid:SetStateEnabled(Enum.HumanoidStateType.GettingUp, false)
            else
                humanoid:SetStateEnabled(Enum.HumanoidStateType.GettingUp, true)
            end
        end)
    end
end

game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 4) == prefix.."sit" then
        local time = tonumber(string.sub(message, 6))
        if time and time > 0 then
            local humanoid = game.Players.LocalPlayer.Character:FindFirstChildOfClass("Humanoid")
            if humanoid and not humanoid.Sit then
                humanoid.Sit = true
                wait(time)
                humanoid.Sit = false
                humanoid:SetStateEnabled(Enum.HumanoidStateType.GettingUp, true)
            end
        end
    end
end)
    game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 6) == prefix.."unsit" then
    sit = false
    humanoid.Sit = sit
    time = 0
    end
    end)
    game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 7) == prefix.."freeze" or string.sub(message, 1, 5) == prefix.."thaw" then
   humanoid.WalkSpeed = 0
   humanoid.JumpPower = 0
    end
    end)
    game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 9) == prefix.."unfreeze" or string.sub(message, 1, 7) == prefix.."unthaw" then
   humanoid.WalkSpeed = 16
   humanoid.JumpPower = 50
    end
    end)
    game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 10) == prefix.."camoffset" then
        local numbers = {}
        for num in string.gmatch(message, "%d+") do
            table.insert(numbers, tonumber(num))
        end
        if #numbers >= 1 then
            humanoid.CameraOffset = Vector3.new(numbers[1], numbers[2] or 0, numbers[3] or 0)
        end
    end
end)
game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 8) == prefix.."coffset" then
        local numbers = {}
        for num in string.gmatch(message, "%d+") do
            table.insert(numbers, tonumber(num))
        end
        if #numbers >= 1 then
            humanoid.CameraOffset = Vector3.new(numbers[1], numbers[2] or 0, numbers[3] or 0)
        end
    end
end)
game.Players.LocalPlayer.Chatted:Connect(function(msg)
    local message = msg:lower()
    if string.sub(message, 1, 7) == prefix.."walkto" then
        local playerName = string.sub(message, 9)
        local targetPlayer = findPlayer(playerName)
        if targetPlayer then humanoid:MoveTo(targetPlayer.Character.HumanoidRootPart.Position)
        end
    end
end)
game.Players.LocalPlayer.Chatted:Connect(function(msg)
local message = msg:lower()
if string.sub(message, 1, 7) == prefix.."prefix" then
if string.sub(message, 9) == "" then
prefix = "."
delfile("prefix")
writefile("prefix", prefix)
else
prefix = string.sub(message, 9)
changePrefix()
delfile("prefix")
writefile("prefix", prefix)
bar.Text = "Successfully changed prefix to "..prefix
game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Successfully changed prefix to "..prefix, "All")
end
end
end)

bar.FocusLost:Connect(function()
if string.sub(bar.Text, 1, 5) == prefix.."goto" then
local playerName = string.sub(bar.Text, 7)
local t = findPlayer(playerName)
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = t.Character.HumanoidRootPart.CFrame
end
end)
bar.FocusLost:Connect(function() if string.sub(bar.Text, 1, 3) == prefix.."rj" then
        game:GetService("TeleportService"):Teleport(game.PlaceId,game:GetService("Players").LocalPlayer)
    end
end)
bar.FocusLost:Connect(function() if string.sub(bar.Text, 1, 6) == prefix.."annoy" then
        if not isAnnoyed then
            isAnnoyed = true
            local playerName = string.sub(bar.Text, 8)
            local targetPlayer = findPlayer(playerName)
            if targetPlayer then
                if player.Character then
                    while isAnnoyed do
                        player.Character.HumanoidRootPart.CFrame = targetPlayer.Character.HumanoidRootPart.CFrame
                        wait()
                    end
                end
            end
        end
    end
end)

bar.FocusLost:Connect(function() if string.sub(bar.Text, 1, 8) == prefix.."unannoy" then
        isAnnoyed = false
    end
end)
bar.FocusLost:Connect(function() if string.sub(bar.Text,  1, 5) == prefix.."spam" then
        if not isSpamming then
            isSpamming = true
            local spamMessage = string.sub(bar.Text, 6)
            while isSpamming do
                wait(0.1)
                game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamMessage, "All")
            end
        end
    end
end)

bar.FocusLost:Connect(function() if string.sub(bar.Text,  1, 7) == prefix.."unspam" then
        isSpamming = false
    end
end)
bar.FocusLost:Connect(function() if string.sub(bar.Text, 1, 9) == prefix.."beniceto" then
        local playerName = string.sub(bar.Text, 11)
        local targetPlayer = findPlayer(playerName)
        if targetPlayer then
            local number = math.random(1, 10)
            local compliments = {
                "You look great today!",
                "Your outfit is on point!",
                "You have a beautiful smile!",
                "You're annoying!",
                "You're a talented person!",
                "You're an inspiration to others!",
                "You have a kind heart!",
                "You're doing a fantastic job!",
                "You're a great listener!",
                "You have a great sense of humor!"
            }
           wait() game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(targetPlayer.Name.." "..compliments[number], "All")
        else
            game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Player not found.", "All")
        end
    end
end)
bar.FocusLost:Connect(function() if string.sub(bar.Text, 1, 9) == prefix.."setspeed" then
        local speed = string.sub(bar.Text, 11)
        humanoid.WalkSpeed = speed
       wait() game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Speed set! Your current speed is: "..humanoid.WalkSpeed, "All")
        end
        end)
	bar.FocusLost:Connect(function() if string.sub(bar.Text, 1, 7) == prefix.."speed-" then
        local speed = string.sub(bar.Text, 9,16)
        humanoid.WalkSpeed = humanoid.WalkSpeed - speed
       wait() game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Speed removed! Your current speed is: "..humanoid.WalkSpeed, "All")
        end
        end)
        bar.FocusLost:Connect(function() if string.sub(bar.Text, 1, 7) == prefix.."speed+" then
        local speed = string.sub(bar.Text, 9,16)
        humanoid.WalkSpeed = humanoid.WalkSpeed + speed
       wait() game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Speed added! Your current speed is: "..humanoid.WalkSpeed, "All")
        end
        end)
       bar.FocusLost:Connect(function() if string.sub(bar.Text, 1, 7) == prefix.."speed*" then
        local speed = string.sub(bar.Text, 9,16)
        humanoid.WalkSpeed = humanoid.WalkSpeed * speed
       wait() game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Speed multiplied! Your current speed is: "..humanoid.WalkSpeed, "All")
        end
        end) bar.FocusLost:Connect(function() if string.sub(bar.Text, 1, 8) == ".setjump" then
local jp = string.sub(bar.Text, 10)
        humanoid.JumpPower = jp
       wait() game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Jump Power set! Your current JP is: "..humanoid.JumpPower, "All")
        end
        end)
bar.FocusLost:Connect(function() if string.sub(bar.Text, 1, 6) == prefix.."jump+" then
local jp = string.sub(bar.Text, 8,15)
        humanoid.JumpPower = humanoid.JumpPower + jp
       wait() game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Jump Power added! Your current JP is: "..humanoid.JumpPower, "All")
        end
        end)
bar.FocusLost:Connect(function() if string.sub(bar.Text, 1, 6) == prefix.."jump-" then
local jp = string.sub(bar.Text, 8,15)
        humanoid.JumpPower = humanoid.JumpPower - jp
       wait() game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Jump Power removed! Your current JP is: "..humanoid.JumpPower, "All")
        end
        end)
bar.FocusLost:Connect(function() if string.sub(bar.Text, 1, 6) == prefix.."jump*" then
local jp = string.sub(bar.Text, 8,15)
        humanoid.JumpPower = humanoid.JumpPower * jp
       wait() game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Jump Power multiplied! Your current JP is: "..humanoid.JumpPower, "All")
        end
        end)
     bar.FocusLost:Connect(function() if string.sub(bar.Text, 1, 8) == prefix.."focuson" then
        local playerName = string.sub(bar.Text, 10)
        local targetPlayer = findPlayer(playerName)
        if targetPlayer then
            game.Workspace.CurrentCamera.CameraSubject = targetPlayer.Character.Humanoid
        end
    end
end)
bar.FocusLost:Connect(function() if string.sub(bar.Text, 1, 3) == prefix.."re" then
    player.Character:BreakJoints()
    end
    end)
    bar.FocusLost:Connect(function() if string.sub(bar.Text, 1, 7) == prefix.."follow" then
        isFollow = true
        local playerName = string.sub(bar.Text, 9)
        local targetPlayer = findPlayer(playerName)
        if targetPlayer then
           repeat
               humanoid:MoveTo(targetPlayer.Character.HumanoidRootPart.Position)
               wait()
           until not isFollow
        end
    end
end)

bar.FocusLost:Connect(function() if string.sub(bar.Text, 1, 9) == prefix.."unfollow" then
        isFollow = false
    end
end)
bar.FocusLost:Connect(function() if string.sub(bar.Text, 1, 5) == prefix.."spin" then
   local ss = string.sub(bar.Text, 7)
            isSpin = true
            while isSpin do player.Character.HumanoidRootPart.CFrame = player.Character.HumanoidRootPart.CFrame * CFrame.Angles(0, math.rad(ss), 0)
                wait()
            end
        end
end)
       bar.FocusLost:Connect(function() if string.sub(bar.Text, 1, 7) == prefix.."unspin" then
        isSpin = false
    end
end)
bar.FocusLost:Connect(function() if string.sub(bar.Text, 1, 11) == prefix.."setgravity" then
   local ss = string.sub(bar.Text, 13)
   game.Workspace.Gravity = ss
   end
   end)
bar.FocusLost:Connect(function() if string.sub(bar.Text, 1, 7) == prefix.."userid" then
        local playerName = string.sub(bar.Text, 9)
        local targetPlayer = findPlayer(playerName)
        if targetPlayer then
            local userId = tostring(targetPlayer.UserId)
            setclipboard(userId)
        else
            print("Player not found")
        end
        end
end)
bar.FocusLost:Connect(function()
    
    if bar.Text == prefix.."gameid"  then
        print("Game ID copied to clipboard: " .. game.JobId)
        setclipboard(game.JobId)
    end
end)

bar.FocusLost:Connect(function() if string.sub(bar.Text, 1, 6) == prefix.."copy " then
        isCopy = true
        local playerName = string.sub(bar.Text, 7)
        targetPlayer = findPlayer(playerName)
        if targetPlayer then
  targetPlayer.Chatted:Connect(function(msg)
                if isCopy then
                    game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(msg, "All")
                end
            end)
            print("Copied "..targetPlayer.Name.."'s chat bar.Texts.")
        else
            print("Player not found.")
        end
end
end)
bar.FocusLost:Connect(function() if string.sub(bar.Text, 1, 7) == prefix.."uncopy" then
        isCopy = false
    end
end)
bar.FocusLost:Connect(function() if string.sub(bar.Text, 1, 7) == prefix.."rocket" then
        local character = game.Players.LocalPlayer.Character
        local humanoid = character:FindFirstChildOfClass("Humanoid")

        humanoid.JumpPower = 1000
game.workspace.Gravity = 0
humanoid:ChangeState("Jumping")
wait(4)
player.Character:BreakJoints()
game.workspace.Gravity = grt
    end
end) bar.FocusLost:Connect(function() if string.sub(bar.Text, 1, 7)  == prefix.."testiq" then
        local playerName = string.sub(bar.Text, 9)
        
        local targetPlayer = findPlayer(playerName)
        if targetPlayer then
        wait(0.1)
    local number = math.random(0,310) game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(targetPlayer.Name.." has "..number.." iq!", "All")
        end
    end
end)
bar.FocusLost:Connect(function() if string.sub(bar.Text, 1, 7)  == prefix.."howbad" then
        local playerName = string.sub(bar.Text, 9)
        
        local targetPlayer = findPlayer(playerName)
        if targetPlayer then
        wait(0.1)
    local number = math.random(0,100) game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(targetPlayer.Name.." is "..number.."% bad", "All")
        end
    end
end)
bar.FocusLost:Connect(function() if string.sub(bar.Text, 1, 8)  == prefix.."hownice" then
        local playerName = string.sub(bar.Text, 10)
        
        local targetPlayer = findPlayer(playerName)
        if targetPlayer then
        wait(0.1)
    local number = math.random(0,100) game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(targetPlayer.Name.." is "..number.."% nice", "All")
        end
    end
end)
bar.FocusLost:Connect(function() if string.sub(bar.Text, 1, 5)  == prefix.."rnum" then
        wait(0.1)
    local number = math.random(0,1000) game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(number,"All")
    bar.Text = number
    end
end) bar.FocusLost:Connect(function()
    
    if bar.Text == prefix.."players" then
    wait(0.1)
        local players = #game.Players:GetPlayers() game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("there are "..players.." players in the game.", "All")
    end
end)
bar.FocusLost:Connect(function()
    
    if bar.Text == prefix.."plrlog" then
    log = true
    local Players = game:GetService("Players")
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local Chat = game:GetService("Chat")
Players.PlayerRemoving:Connect(function(player)
if log then game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("bruh.. "..player.Name.." has left","All")
end
end)
Players.PlayerAdded:Connect(function(player)
if log then game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." has joined the party","All")
end
end)
end
end)
bar.FocusLost:Connect(function()
    
    if bar.Text == prefix.."unplrlog" then
    log = false
    end
    end)
bar.FocusLost:Connect(function()
    
    if bar.Text:sub(1, 6) == prefix.."whois" then
        local playerName = string.sub(bar.Text, 8)
        
        local targetPlayer = findPlayer(playerName)
        if targetPlayer then
            local displayName = targetPlayer.DisplayName
            local username = targetPlayer.Name
            local userId = targetPlayer.UserId
            local age = targetPlayer.AccountAge or "N/A"
            local team = targetPlayer.Team or "N/A"
            local teamcolor = targetPlayer.TeamColor or "N/A"
            local ju = targetPlayer.AutoJumpEnabled or "N/A"
            local rs = targetPlayer.RespawnLocation or "N/A"
            local siet = targetPlayer.Character.Humanoid.Sit
            local R = targetPlayer.Character.Humanoid.RigType
            if R == Enum.HumanoidRigType.R15 then
                R = "R15"
            elseif R == Enum.HumanoidRigType.R6 then
                R = "R6"
            else
                R = "Unknown"
            end
            local speed = targetPlayer.Character.Humanoid.WalkSpeed
            local jump = targetPlayer.Character.Humanoid.JumpPower
            local accountAge = targetPlayer.AccountAge
local currentDate = os.date("%m/%d/%Y %I:%M %p")
local joinDate = os.date("%m/%d/%Y %I:%M %p", os.time() - accountAge * 86400)
local estimatedJoinDate = "approximately "..joinDate
            print(string.format("Player: %s \n----------------\nDisplay Name: %s\nUsername: %s\nUser ID: %d\nAccount Age: %s Days \nTeam: %s \nTeam Color: %s \nAuto Jump Enabled: %s \nRespawn Location: %s \nR15/6: %s \nSitting: %s \nSpeed: %d \nJump Power: %d \nJoined at: %s\n------------\nInfo generated by ted.#2538/SawconBestShow", playerName, displayName, username, userId, age, team, tostring(teamcolor), tostring(ju), tostring(rs), tostring(R), tostring(siet), speed, jump, estimatedJoinDate))
          wait()  game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Information gotten! Check console.", "All")
        else
            print("Could not find player " .. playerName)
        end
    end
end)
bar.FocusLost:Connect(function()
    
    if bar.Text:sub(1, 7) == prefix.."bright" then
        local br = string.sub(bar.Text, 9)
        game.Lighting.Brightness = br
        end
        end)
        bar.FocusLost:Connect(function()
    
    if bar.Text:sub(1, 6) == prefix.."time " then
        local tm = string.sub(bar.Text, 7)
        game.Lighting.ClockTime = tm
        end
        end)
bar.FocusLost:Connect(function()
    
    if bar.Text:sub(1, 7) == prefix.."rizzup" then
        local playerName = string.sub(bar.Text, 9)
        
        local targetPlayer = findPlayer(playerName)
        if targetPlayer then
local lines = 
{
    "Are you made of copper and tellurium? Because you're CuTe.	",
    "Are you a bank loan? Because you got my interest.",
    "Do you have a sunburn or are you always this hot?",
    "If you were a vegetable, you'd be a cute-cumber.",
    "You know what's on the menu? Me-n-u.",
    "I'm not a photographer, but I can picture us together.",
    "Do you have a magnet in your pocket? Because I'm attracted to you.",
    "Excuse me, can you give me directions to your heart?",
    "Can I follow you home? Because my parents always told me to follow my dreams.",
    "Do you believe in love at first sight, or should I walk by again?",
    "Is it hot in here or is it just you? Because I'm feeling weak in the knees.",
    "Excuse me, do you have a Band-Aid? Because I just scraped my knee falling for you.",
    "If you were a library book, I'd check you out.",
    "Can I have your picture so I can show Santa what I want for Christmas?",
}
            local number = math.random(1, 13)
           wait() game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(targetPlayer.Name.." "..lines[number], "All")
          wait(3.5) game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(targetPlayer.Name.." rate the riz", "All")
          end
          end
          end)
          bar.FocusLost:Connect(function()
    if bar.Text:sub(1, 6) == prefix.."stats" then
   local playerName = string.sub(bar.Text, 8)
   targetPlayer = findPlayer(playerName)
   local hum = targetPlayer.Character.Humanoid game:GetService("StarterGui"):SetCore("SendNotification", {
                Title = tostring(targetPlayer.DisplayName).."'s stats";
                Text = "Speed: "..tostring(hum.WalkSpeed).."\nJump Power: "..tostring(hum.JumpPower).."\nHealth: "..tostring(hum.Health);
                Duration = 3;
            })
            end
            end)
            bar.FocusLost:Connect(function()
    
    if bar.Text == prefix.."superhuman"  then
    isSuper = true
    if isSuper then
    wait()
    humanoid.WalkSpeed = 120
    humanoid.JumpPower = 200
    end
    end
    end)
    bar.FocusLost:Connect(function()
    
    if bar.Text == prefix.."unsuperhuman"  then
    isSuper = false
    humanoid.WalkSpeed = 16
    humanoid.JumpPower = 50
    end
    end)
local function crosshair()
local gui = Instance.new("ScreenGui")
gui.Name = "MyGui"
gui.ResetOnSpawn = false
gui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling

local frame = Instance.new("Frame")
frame.Name = "Background"
frame.Size = UDim2.new(0, 10, 0,10)
frame.Position = UDim2.new(0, 375, 0, 140)
frame.BackgroundColor3 = Color3.fromRGB(255, 5, 10)
frame.BackgroundTransparency = 0.4
frame.BorderSizePixel = 0 
frame.Parent = gui
gui.Parent = game.Players.LocalPlayer.PlayerGui

end
bar.FocusLost:Connect(function()
    
    if bar.Text == prefix.. "crosshair"  then
    crosshair()
end
end)
bar.FocusLost:Connect(function() if string.sub(bar.Text, 1, 8) == prefix.."copyall" then
        isCopy = true
        for _, player in ipairs(game.Players:GetPlayers()) do player.Chatted:Connect(function(chatMsg)
                if isCopy then game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.DisplayName.."> "..chatMsg, "All")
                end
            end)
        end
        game.Players.PlayerAdded:Connect(function(newPlayer)
            newPlayer.Chatted:Connect(function(chatMsg)
                if isCopy then game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(chatMsg, "All")
                end
            end)
        end)
        print("Copying all players' chat bar.Texts.")
    end
end)
bar.FocusLost:Connect(function()
    
    if bar.Text == prefix.."remotespy" then loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-TurtleSpy-4402"))()
   end
      end)
      bar.FocusLost:Connect(function()
    
    if bar.Text == prefix.."fpsboost" then
    _G.Settings = {
    Players = {
        ["Ignore Me"] = false,
        ["Ignore Others"] = false
    },
    Meshes = {
        Destroy = false, 
        LowDetail = true
    },
    Images = {
        Invisible = true,
        LowDetail = true,
        Destroy = false,
    },
    ["No Particles"] = true,
    ["No Camera Effects"] = true,
    ["No Explosions"] = true,
    ["No Clothes"] = false,
    ["Low Water Graphics"] = true,
    ["No Shadows"] = true, 
    ["Low Rendering"] = true, 
    ["Low Quality Parts"] = true
}
loadstring(game:HttpGet("https://raw.githubusercontent.com/CasperFlyModz/discord.gg-rips/main/FPSBooster.lua"))()
end
end)
bar.FocusLost:Connect(function()
    
    if bar.Text == prefix.."dex" then
      loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-Dark-Dex-V3-Secured-(Bypass-Dex-Detections)-4163"))()
    end
    end)
    bar.FocusLost:Connect(function()
    
    if bar.Text == prefix.."cmds" then
    cmds()
    end
    end)
    bar.FocusLost:Connect(function()
    
    if bar.Text == prefix.."plrlist" then
    plrlist()
    end
    end)
    bar.FocusLost:Connect(function() if string.sub(bar.Text, 1, 6) == prefix.."night" then
        game.Lighting.ClockTime = 24
    end
end)
bar.FocusLost:Connect(function() if string.sub(bar.Text, 1, 4) == prefix.."day" then
        game.Lighting.ClockTime = 12
    end
end)

bar.FocusLost:Connect(function()
    
    if bar.Text:sub(1, 5) == prefix.."boom" then
    wait()
        local playerName = string.sub(bar.Text, 7)
        local targetPlayer = findPlayer(playerName)
        humanoid = game.Players.LocalPlayer.Character.Humanoid
        hrp = game.Players.LocalPlayer.Character.HumanoidRootPart
        local post = targetPlayer.Character.HumanoidRootPart.Position
        humanoid:MoveTo(post) game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("booming "..targetPlayer.DisplayName.. "...", "All")	
  humanoid.MoveToFinished:Connect(function()
  if hrp.Position ~= post then
  humanoid:MoveTo(post)
        humanoid:TakeDamage(math.huge) game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("boomed", "All")
        targetPlayer = nil
        else
         humanoid:TakeDamage(math.huge) game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("boomed", "All")
        targetPlayer = nil
        end
        end)
                    end
                    end)
                    bar.FocusLost:Connect(function() if string.sub(bar.Text, 1, 3) == prefix.."hs" then
    isSit = true
        local playerName = string.sub(bar.Text, 5)
        local targetPlayer = findPlayer(playerName)
        if targetPlayer then
            local plr = game.Players.LocalPlayer
            local targetCFrame = targetPlayer.Character.HumanoidRootPart.CFrame
            local targethrp = targetPlayer.Character.HumanoidRootPart
            local targetchar = targetPlayer.Character
            local humanoid = plr.Character.Humanoid
            humanoid.Sit = true
            game.Workspace.Gravity = 0
            while isSit do
               humanoid.Sit = true plr.Character.HumanoidRootPart.CFrame = targetchar.Head.CFrame
                wait()
            end
        end
    end
end)
bar.FocusLost:Connect(function()
    
    if bar.Text == prefix.."unhs" then
    isSit = false
    game.Workspace.Gravity = 196.2
    end
end)
game.Players.LocalPlayer.CharacterAdded:Connect(function(character)
    humanoid = character:WaitForChild("Humanoid")
    hrp = humanoid.Parent.HumanoidRootPart
end)

bar.FocusLost:Connect(function() if string.sub(bar.Text, 1, 7) == prefix.."drophs" then
    isSit = true
        local playerName = string.sub(bar.Text, 9)
        local targetPlayer = findPlayer(playerName)
        if targetPlayer then
            local plr = game.Players.LocalPlayer
            local targetChar = targetPlayer.Character
            local targetHead = targetChar:WaitForChild("Head")
            local humanoid = plr.Character:WaitForChild("Humanoid")
            plr.Character.HumanoidRootPart.CFrame = targetChar.Head.CFrame + Vector3.new(0, 1000, 0)

            wait(5)
            while isSit do
            wait()
            game.Workspace.Gravity = 0
            humanoid.Sit = true
            plr.Character.HumanoidRootPart.CFrame = targetChar.Head.CFrame + Vector3.new(0, 0.2, 0)
            end
            end
            end
            end)
bar.FocusLost:Connect(function()
    
    if bar.Text == prefix.."ac" then
    wait(0.1)
                local anti = 4
                while anti > 1 do game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("🚫NO CHAT CRASHING KIDS! 🚫 NO CHAT CRASHING KIDS!🚫 NO CHAT CRASHING KIDS! 🚫NO CHAT CRASHING KIDS! 🚫 NO CHAT CRASHING KIDS! 🚫 NO CHAT CRASHING KIDS! 🚫 🚫NO CHAT CRASHING KIDS! 🚫 NO CHAT CRASHING KIDS!🚫", "All")
                    anti = anti - 1
                end
            end
        end)
bar.FocusLost:Connect(function() if string.sub(bar.Text, 1, 5) == prefix.."mute" then
        local playerName = string.sub(bar.Text, 7)
        local targetPlayer = findPlayer(playerName)
        if targetPlayer then game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/mute "..targetPlayer.Name, "All")
        end
        end
        end)
        bar.FocusLost:Connect(function() if string.sub(bar.Text, 1, 8) == prefix.."copypos" then
        local playerName = string.sub(bar.Text, 10)
        local targetPlayer = findPlayer(playerName)
        if targetPlayer then
        local pos = targetPlayer.Character.HumanoidRootPart.Position
        setclipboard(tostring(pos))
        game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Successfully copied "..targetPlayer.DisplayName.." 'position to clipboard", "All")
        end
        end
        end)
        bar.FocusLost:Connect(function() if string.sub(bar.Text, 1, 8) == prefix.."copycf " then
        local playerName = string.sub(bar.Text, 9)
        local targetPlayer = findPlayer(playerName)
        if targetPlayer then
        local cf = targetPlayer.Character.HumanoidRootPart.CFrame
        setclipboard(tostring(cf)) game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Successfully copied "..targetPlayer.DisplayName.." 's cframe to clipboard", "All")
        end
        end
        end)
        bar.FocusLost:Connect(function()
    
    if bar.Text == prefix.."userid me" then
    local userid = tostring(game.Players.LocalPlayer.UserId)
        setclipboard(userid)
    end
end)
bar.FocusLost:Connect(function() if string.sub(bar.Text, 1, 6) == prefix.."match" then
        local playerName = string.sub(bar.Text, 8)
        local targetPlayer = findPlayer(playerName)
        if targetPlayer then
                    humanoid.WalkSpeed = targetPlayer.Character.Humanoid.WalkSpeed
                    humanoid.JumpPower = targetPlayer.Character.Humanoid.JumpPower
                    wait(0.1) 
                    game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Successfully matched "..targetPlayer.DisplayName, "All")
        end
    end
end)
bar.FocusLost:Connect(function()
    
    if bar.Text == prefix.."timer" then game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Timer is currently at "..timer.." seconds." ,"All")
    end
    end)
    bar.FocusLost:Connect(function() if string.sub(bar.Text, 1, 7 ) == prefix.."float " then 
    local float = string.sub(bar.Text, 8)
    humanoid.HipHeight = float
    end
    end)
    bar.FocusLost:Connect(function() if string.sub(bar.Text, 1, 8) == prefix.."unfloat" then
    humanoid.HipHeight = 0
    end
    end)
    local function character()
    local humanoid = character:FindFirstChildOfClass("Humanoid")
    if humanoid then
        humanoid.Seated:Connect(function(isSeated)
            if isSeated then
                humanoid:SetStateEnabled(Enum.HumanoidStateType.GettingUp, false)
            else
                humanoid:SetStateEnabled(Enum.HumanoidStateType.GettingUp, true)
            end
        end)
    end
end

bar.FocusLost:Connect(function() if string.sub(bar.Text, 1, 4) == prefix.."sit" then
        local time = tonumber(string.sub(bar.Text, 6))
        if time and time > 0 then
            local humanoid = game.Players.LocalPlayer.Character:FindFirstChildOfClass("Humanoid")
            if humanoid and not humanoid.Sit then
                humanoid.Sit = true
                wait(time)
                humanoid.Sit = false
                humanoid:SetStateEnabled(Enum.HumanoidStateType.GettingUp, true)
            end
        end
    end
end)
    bar.FocusLost:Connect(function() if string.sub(bar.Text, 1, 6) == prefix.."unsit" then
    sit = false
    humanoid.Sit = sit
    time = 0
    end
    end)
    bar.FocusLost:Connect(function() if string.sub(bar.Text, 1, 7) == prefix.."freeze" or string.sub(bar.Text, 1, 5) == prefix.."thaw" then
   humanoid.WalkSpeed = 0
   humanoid.JumpPower = 0
    end
    end)
    bar.FocusLost:Connect(function() if string.sub(bar.Text, 1, 9) == prefix.."unfreeze" or string.sub(bar.Text, 1, 7) == prefix.."unthaw" then
   humanoid.WalkSpeed = 16
   humanoid.JumpPower = 50
    end
    end)
    bar.FocusLost:Connect(function() if string.sub(bar.Text, 1, 10) == prefix.."camoffset" then
        local numbers = {}
        for num in string.gmatch(bar.Text, "%d+") do
            table.insert(numbers, tonumber(num))
        end
        if #numbers >= 1 then
            humanoid.CameraOffset = Vector3.new(numbers[1], numbers[2] or 0, numbers[3] or 0)
        end
    end
end)
bar.FocusLost:Connect(function() if string.sub(bar.Text, 1, 8) == prefix.."coffset" then
        local numbers = {}
        for num in string.gmatch(bar.Text, "%d+") do
            table.insert(numbers, tonumber(num))
        end
        if #numbers >= 1 then
            humanoid.CameraOffset = Vector3.new(numbers[1], numbers[2] or 0, numbers[3] or 0)
        end
    end
end)
bar.FocusLost:Connect(function() if string.sub(bar.Text, 1, 7) == prefix.."walkto" then
        local playerName = string.sub(bar.Text, 9)
        local targetPlayer = findPlayer(playerName)
        if targetPlayer then humanoid:MoveTo(targetPlayer.Character.HumanoidRootPart.Position)
        end
    end
end)
bar.FocusLost:Connect(function()

if string.sub(bar.Text, 1, 7) == prefix.."prefix" then
prefix = string.sub(bar.Text, 9)
changePrefix()
delfile("prefix")
writefile("prefix", prefix)
bar.Text = "Successfully changed prefix to "..prefix
game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Successfuly set prefix to "..prefix, "All")
end
end)
bar.FocusLost:Connect(function()
    if string.sub(bar.Text, 1, 7) == prefix.."notify" then
    local sec = tonumber(string.sub(bar.Text, 9, 10))
        local mesg = ""
        if bar.Text:sub(11) ~= "" then
            mesg = bar.Text:sub(11)
        elseif message:sub(12) ~= "" then
            mesg = bar.Text:sub(12)
        end

        game:GetService("StarterGui"):SetCore("SendNotification", {
            Title = "Notification:";
            Text = mesg;
            Duration = sec;
        })
            end
            end)
bar.FocusLost:Connect(function()
    if string.sub(bar.Text, 1, 6) == prefix.."print" then
 local printmsg = bar.Text:sub(8) print(printmsg)
 bar.Text = printmsg
        end
        end)
game.Players.LocalPlayer.Chatted:Connect(function(msg)
local message = msg:lower()
if string.sub(message, 1, 6) == prefix.."print" then
local printmsg = message:sub(8)
print(printmsg)
end
end)
game.Players.LocalPlayer.Character.Humanoid.Died:Connect(function()
humanoid = game.Players.LocalPlayer.Character.Humanoid
player = game.Players.LocalPlayer
hrp = humanoid.Parent.HumanoidRootPart
end)
bar.FocusLost:Connect(function()
    if string.sub(bar.Text, 1, 8) == prefix.."discord" then
  bar.Text = "Copied discord invite link\n to clipboard"
  setclipboard("https://discord.gg/Ab67QrHcue")
        end
        end)
game.Players.LocalPlayer.Chatted:Connect(function(msg)
local message = msg:lower()
if string.find(message, prefix.."discord") then
setclipboard("https://discord.gg/Ab67QrHcue")
bar.Text = "Copied discord invite link\n to clipboard"
end
end)

bar.FocusLost:Connect(function()
    if string.sub(bar.Text, 1, 7) == prefix.."guiclr" then
 if bar.Text:sub(9) == "blue" then
bar.BackgroundColor3 = Color3.new(0, 0, 105)
Frame.BackgroundColor3 = Color3.new(0, 0, 105)
elseif bar.Text:sub(9) == "red" then
bar.BackgroundColor3 = Color3.new(255, 0, 0)
Frame.BackgroundColor3 = Color3.new(255, 0, 0)
elseif bar.Text:sub(9) == "orange" then
bar.BackgroundColor3 = Color3.new(255, 165, 0)
Frame.BackgroundColor3 = Color3.new(255, 165, 0)
elseif bar.Text:sub(9) == "yellow" then
bar.BackgroundColor3 = Color3.new(255, 255, 0)
Frame.BackgroundColor3 = Color3.new(255, 255, 0)
elseif bar.Text:sub(9) == "violet" then
bar.BackgroundColor3 = Color3.new(238, 130, 238)
Frame.BackgroundColor3 = Color3.new(238, 130, 238)
elseif bar.Text:sub(9) == "indigo" then
bar.BackgroundColor3 = Color3.new(75, 0, 130)
Frame.BackgroundColor3 = Color3.new(75, 0, 130)
elseif bar.Text:sub(9) == "green" then
bar.BackgroundColor3 = Color3.new(0, 128, 0)
Frame.BackgroundColor3 = Color3.new(0, 128, 0)
elseif bar.Text:sub(9) == "default" then
bar.BackgroundColor3 = Color3.fromRGB(32, 32, 32)
Frame.BackgroundColor3 = Color3.fromRGB(32, 32, 32)
end
end
end)
game.Players.LocalPlayer.Chatted:Connect(function(msg)
local message = msg:lower()
if string.sub(message, 1, 7) == prefix.."guiclr" then
if message:sub(9) == "blue" then
bar.BackgroundColor3 = Color3.new(0, 0, 105)
Frame.BackgroundColor3 = Color3.new(0, 0, 105)
elseif message:sub(9) == "red" then
bar.BackgroundColor3 = Color3.new(255, 0, 0)
Frame.BackgroundColor3 = Color3.new(255, 0, 0)
elseif message:sub(9) == "orange" then
bar.BackgroundColor3 = Color3.new(255, 165, 0)
Frame.BackgroundColor3 = Color3.new(255, 165, 0)
elseif message:sub(9) == "yellow" then
bar.BackgroundColor3 = Color3.new(255, 255, 0)
Frame.BackgroundColor3 = Color3.new(255, 255, 0)
elseif message:sub(9) == "violet" then
bar.BackgroundColor3 = Color3.new(238, 130, 238)
Frame.BackgroundColor3 = Color3.new(238, 130, 238)
elseif message:sub(9) == "indigo" then
bar.BackgroundColor3 = Color3.new(75, 0, 105)
Frame.BackgroundColor3 = Color3.new(75, 0, 105)
elseif message:sub(9) == "green" then
bar.BackgroundColor3 = Color3.new(0, 90, 0)
Frame.BackgroundColor3 = Color3.new(0, 90, 0)
elseif message:sub(9) == "default" then
Frame.BackgroundColor3 = Color3.fromRGB(32, 32, 32)
bar.BackgroundColor3 = Color3.fromRGB(32, 32, 32)
end
end
end)
bar.FocusLost:Connect(function()
if string.find(bar.Text, "admininfo") then
wait()
bar.Text = "Check console"
print("Creator: ted.#2538\nCreated at: i forgor💀\nYoutube Channel: Roblox Scripts\nLast updated: 20/5/2023\nRoblox Username: SawconBestShow\nRoblox Display: Character\nAdmin Name: Brick Admin")
end
end)
game.Players.LocalPlayer.Chatted:Connect(function(msg)
local message = msg:lower()
if string.find(message, "admininfo") then
wait()
game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Check console", "All")
print("\nCreator: ted.#2538\nCreated at: i forgor💀\nYoutube Channel: Roblox Scripts\nLast updated: 21/5/2023\nRoblox Username: SawconBestShow\nRoblox Display: Character\nAdmin Name: Brick Admin")
end
end) 

Available Games

096-SCP-Scripts 1-Damage-Every-Second-Scripts 1-Every-Second-Scripts 1-Fart-Every-Second-Scripts 1-Jump-Every-Second-Scripts 1-Money-Every-Click-Scripts 1-Win-Obby-Scripts 1%-FINISH-Scripts 2-Player-Millionaire-Tycoon-Scripts 2P-Wizzard-Tycoon-Scripts 3-2-1-Blast-Off-Simulator-Scripts 3008-Scripts 50-50-Pick-A-Door-Obby-Scripts 5diamondzz-obby-Scripts 98%-Fail-Impossible-Glass-Bridge-Scripts 99-Fail-Impossible-Obby-Scripts 99%-Fail-Impossible-Obby-Scripts A-0ne-Piece-Game-Scripts A-Dumb-Day-Scripts A-Dusty-Trip-Scripts A-Hero's-Destiny-Scripts A-One-Piece-Devil-Fruit-Scripts A-One-Piece-Game-Scripts A-Universal-Time-Scripts ABA-Scripts Ability-Wars-Scripts Abyssal-Scripts Admin-Guns-Scripts Admin-Simulator-Scripts Adopt-And-Raise-A-Baby-Scripts Adopt-And-Raise-A-Cute-Baby-Scripts Adopt-Me-Scripts Aeronautica-Scripts Afk-for-UGC-Scripts Aftons-Family-Diner-Scripts Age-Of-Hero-Scripts Age-Of-Hero's-Scripts Age-Of-Heroes-Scripts Aggressive-Multiplayer-Scripts Aim-Trainer-Scripts Airplane-Simulator-Scripts Airport-Tycoon-Scripts All-Of-Us-Are-Dead-Scripts All-Star-Tower-Defense-Scripts Allusions-Scripts Alo-Sanctuary-Scripts Alphabet-Lore-Race-Scripts Alternate-Battlegrounds-Scripts Altitorture-Scripts An-Infinite-Adventure-Scripts Anarchy-Arena-Scripts Animal-Sim-Underwater-Scripts Animal-Simulator-Scripts Anime-Adventure-Scripts Anime-Adventures-Scripts Anime-Artifacts-Simulator-2-Scripts Anime-Battle-Arena-Scripts Anime-Battle-Simulator-Scripts Anime-Battlegrounds-Y-Scripts Anime-Battles-Simulator-Scripts Anime-Catching-Simulator-Scripts Anime-Champions-Scripts Anime-Champions-Simulator-Scripts Anime-Clash-Scripts Anime-Clicker-Fight-Scripts Anime-Clicker-Simulator-Scripts Anime-Combat-Simulator-Scripts Anime-Defense-Simulator-Scripts Anime-Dimension-Simulator-Scripts Anime-Dungeon-Fighters-Scripts Anime-Enemies-Simulator-Scripts Anime-Energy-Clash-Simulator-Scripts Anime-Evolution-Simulator-Scripts Anime-Fight-Next-Generation-Scripts Anime-Fighters-Scripts Anime-Fighters-Simulator-Scripts Anime-Fighting-Simulator-Scripts Anime-Fighting-Simulator-X-Scripts Anime-Fly-Race-Scripts Anime-Force-Simulator-Scripts Anime-Fruit-Simulator-Scripts Anime-Fusion-Tycoon-Scripts Anime-Hunters-Simulator-Scripts Anime-Idle-Simulator-Scripts Anime-Infinity-Simulator-Scripts Anime-Islands-Scripts Anime-Last-Stand-Scripts Anime-Legends-Scripts Anime-Lost-Simulator-Scripts Anime-Plush-Simulator-Scripts Anime-Power-Simulator-Scripts Anime-Power-Tycoon-Scripts Anime-Punch-Simulator-Scripts Anime-Punching-Simulator-Scripts Anime-Racing-Clicker-Scripts Anime-Rising-Fighting-Scripts Anime-RNG-Rarities-Scripts Anime-RNG-Scripts Anime-Smash-Simulator-Scripts Anime-Souls-Simulator-Scripts Anime-Speed-Simulator-Scripts Anime-Spirits-Scripts Anime-Star-Simulator-Scripts Anime-Story-Scripts Anime-Street-Simulator-Scripts Anime-Swords-Simulator-Scripts Anime-Tales-RELEASE-Scripts Anime-Tales-Simulator-Scripts Anime-Universe-Simulator-Scripts Anime-Warriors-Simulator-2-Scripts Anime-Waves-Simulator-Scripts Anime-Weapon-Simulator-Scripts Anime-Word-Tower-Defense-Scripts Animeverse-Scripts AniPhobia-Scripts Aniverse-Scripts Anomic-Scripts Answer-Or-Die-Scripts Ants-Simulator-Scripts Apeirophobia-Scripts Apocalypes-Rising-2-Scripts Apocalypse-Tycoon-Scripts Arcane-Lineage-Scripts Arcane-Odyssey-Scripts Arm-Wrestle-Simulator-Scripts Arm-Wrestling-Simulator-Scripts Armored-Patrol-Scripts Arsenal-Scripts Assassin-Scripts Astro-Renaissance-Scripts Attack-On-Titan-Evolution-Scripts Attack-On-Titan-Vengeance-Scripts Auto-Rap-Battles-Scripts BABY-BOBBYS-DAYCARE-Scripts Backpacking-Scripts Backrooms-GMod-Map-Scripts Backrooms-Morphs-Scripts Backrooms-Race-Clicker-Scripts Bad-Business-Scripts Ball-And-Axe-Scripts Balloon-Simulator-Scripts Balls-Rarity-Factory-Scripts Banana-Eats-Scripts Banning-Simulator-X-Scripts Barry-Prison-Run-Scripts Barry's-Prison-Run-2-Scripts Barrys-Prison-Run-Scripts Baryon-Scripts Base-Battles-Scripts Base-Raiders-Scripts Basically-FNF-Scripts Basketball-Legends-Scripts Bathroom-Attack-Scripts Bathroom-Tower-Defense-Scripts Bathroom-Tower-Defense-X-Scripts Be-A-Dad-And-Get-Milk-Sim-Scripts be-a-dad-and-get-milk-simulator-Scripts Be-A-Hero-Scripts Be-A-Parkour-Ninja-Scripts Be-A-Spider-Tycoon-Scripts Be-Crushed-By-A-Speeding-Wall-Scripts Be-Dead-Forever-Simulator-Scripts Be-NPC-or-Die-Scripts Beat-Up-Dummies-Simulator-Scripts Beauty-Girl-Tycoon-Scripts Become-a-hacker-to-prove-dad-wrong-tycoon-Scripts become-a-painter-and-prove-mom-wrong-tycoon-Scripts BedWars-Scripts Bee-Swarm-Simulator-Scripts Bee-Tycoon-Scripts Bees-Journey-2-Scripts Berry-Avenue-RP-Scripts Beyondland-Scripts BIC-DrawPlanet-Scripts Big-Battles-Scripts Big-Blox-Brazil-Scripts Big-Brain-Simulator-Scripts Big-Lifting-Simulator-X-Scripts BIG-Paintball-Scripts Bike-Of-Hell-Scripts Bike-Race-Clicker-Scripts Billionaire-Empire-Scripts Billionaire-Simulator-2-Scripts Bitcoin-Miner-Scripts Bizarre-Day-Modded-Rebooted-Scripts Black-Adam-Experience-Scripts Blackhawk-Rescue-Mission-5-Scripts Blackrooms-Race-Clicker-Scripts Blade-Ball-Scripts Blade-Of-Chance-Scripts Blade-Quest-Scripts Blade-Simulator-Scripts Bleeding-Blades-Scripts Blending-Simulator-2-Scripts Blob-Simulator-Scripts Block-Digging-Simulator-Scripts Block-Eating-Simulator-Scripts Block-Mine-Scripts Block-Miner-Simulator-Scripts Block-Survivor-Scripts BlockWars-Scripts Blood-And-Iron-Scripts Blox-Fruits-Scripts Blox-Hunt-Scripts Bloxburg-Scripts Bloxy-Bingo-Scripts Blue-Heater-Scripts boat-ride-into-a-better-life-Scripts Bomb-Click-Mine-Scripts Booga-Booga-REBORN-Scripts Booga-Booga-Scripts Boss-Fighting-Simulator-Scripts BotClash-Simulator-Scripts BOXING-BETA-Scripts Boxing-Clicker-Simulator-Scripts Boxing-Fighters-Simulator-Scripts Boxing-Friends-Simulator-Scripts Boxing-League-Scripts Boxing-Simulator-Scripts Brave-Order-Simulator-Scripts Braveorder-Scripts brawl-2-Scripts Break-In-2-Scripts Break-In-Scripts Break-Wall-Simulator-Scripts Breaking-Point-Scripts Bro-Rescue-Simulator-Scripts Broken-Bones-4-Scripts Broken-Bones-IV-Scripts Brookhaven-RP-Scripts Bubble-Gum-Clicker-Scripts Bubble-Gum-Clicker-X-Scripts Bubble-Gum-Haven-Scripts Bubble-Gum-Legends-Scripts Bubble-Gum-Simulator-Scripts Build-A-Boat-For-Treasure-Scripts Build-And-Survive-Scripts Build-The-Boat-For-Treasure-Scripts Build-To-Survive-Scripts Build-To-Survive-The-Robots-Scripts Building-towers-to-fly-farther-Scripts Bulked-Up-Scripts Bullying-Scripts Burn-Stuff-And-Get-Rich-Scripts Busy-Business-Scripts Button-Infinity-Scripts Button-Simulator-2023-Scripts buy-your-friend-back-tycoon-Scripts Cabin-Crew-Simulator-Scripts Cacophony-Scripts Camping-Scripts Candy-Clicker-Simulator-Scripts Car-Crash-System-Scripts Car-Crushers-2-Scripts Car-Dealership-Tycoon-Scripts Car-Factory-Tycoon-Scripts Car-Mechanic-Tycoon-Scripts Car-Repair-Simulator-Scripts Carry-Me-Scripts Cart-Car-Ride-Into-GigaNoob-Scripts Cart-Ride-Around-Nothing-Scripts Cart-Ride-Delivery-Service-Scripts Cart-Ride-Into-Rdite-Scripts Cart-Ride-Race-Scripts Cart-Ride-Tycoon-2-Scripts Cart-Ride-Tycoon-Scripts Case-Clicker-Scripts Cat-Piece-Scripts Centaura-Scripts Chainsaw-Man-Scripts Chainsaw-Man-X-Scripts Champions-TD-Scripts ChangiVerse-Scripts CHAOS-Scripts Chechnya-1994-Scripts Cheese-Escape-Scripts Cheese-Factory-Tycoon-Scripts Cheese-TD-Scripts CHESS-Scripts Chest-Simulator-Scripts ChicBlocko-Scripts Chill-Obby-Scripts Cirque-Du-Soleil-Tycoon-Scripts City-Life-Scripts Clash-Ball-Scripts Classroom-Simulator-Scripts Click-For-UGC-Scripts Clicker-Fighting-Simulator-Scripts Clicker-League-Scripts Clicker-Mining-Simulator Clicker-Mining-Simulator-Scripts Clicker-Party-Simulator-Scripts Clicker-Run-Scripts Clicker-Simulator-Scripts Clicker-Wars-Simulator-Scripts Clicking-Simulator-Scripts Climb-1000-Stairs-Scripts Climb-2000-Stairs-to-VIP-Obby-Scripts Climb-Rocks-to-VIP-Obby-Scripts Climb-Wall-For-VIP-Obby-Scripts Clone-Kingdom-Tycoon Clone-Kingdom-Tycoon-Scripts Clone-Run-Scripts Clover-City-Scripts Coal-Miner-Tycoon-2-Scripts Cobra-Kai-Karate-Scripts Coins-Hero-Simulator-Scripts Collect-All-Pets-Scripts Colony-Survival-Scripts Color-Block-Scripts Color-Or-Die-Scripts Color-Race-Scripts Color-Run-Scripts Combat-Warriors-Scripts Contact-A-888-Scripts Control-Army-Scripts Cook-Burgers-but-with-100-players-Scripts Cook-Burgers-Scripts Cornerstone-Arcade-Scripts Corsair-Land-Scripts Coruscant-RP-Scripts Counter-Blox-Reimagined-Scripts Counter-Blox-Scripts Country-Collectors-Scripts Countryball-World-Scripts Craft-Factory-Scripts Craftwars-Scripts Crate-Opening-Incremental-Scripts CRAZY-Scripts Create-A-Cart-Ride-Scripts Creatures-Of-Sonaria-Scripts Creeper-Chaos-Scripts Creeper-Survival-Scripts Crewmates-Scripts Criminality-Scripts Crocs-World-Minigames-Scripts Crop-Farming-Incremental-Scripts Crusaders-Heaven-Scripts Crying-Simulator-Scripts Crypto-Tycoon-Scripts Cube-Combination-Scripts Cursed-Arena-Scripts Cursed-Islands-Scripts Custom-Duels-Scripts Custom-PC-Tycoon-Scripts D-DAY-Scripts Da-Backrooms-Scripts Da-Hood-Aim-Trainer-Scripts Da-Hood-Scripts Dark-Life-Scripts Daybreak-Scripts Daycare-Center-Scripts DBZ-Final-Stand-Scripts Dead-by-Roblox-Scripts Deadlift-Simulator-Scripts Deadline-Scripts Deadly-Sins-Retribution-Scripts Death-Academy-Online-Scripts Decaying-Winter-Scripts Defenders-Depot-2-Tower-Defense-Scripts Deflect-Scripts Dem's-Upgrade-Tree-Scripts Demon-Slayer-Midnight-Sun-Scripts Demon-Soul-Simulator-Scripts Demonfall-Scripts Desert-Island-Survival-Scripts Destroy-And-Conquer-Scripts Destroy-The-Neighborhood-Scripts Destroying-Walls-Simulator-Scripts Destruction-Game-Scripts Destruction-Simulator-Scripts di-makatulog-Scripts Diamond-Dash-Scripts Difficulty-Machine-Scripts Dig-To-China-Scripts dingus-Scripts Dino-Island-Tycoon-Scripts Dinosaur-Simulator-Scripts Dominus-Lifting-Simulator-Scripts Dominus-Merge-Tycoon-Scripts DONT-GET-SNIFFED-Scripts DONT-SNIFF-IT-Scripts Dont-Stop-Obby-Scripts Doodle-Word-Scripts Doomspire-Brickbattle-Scripts DOORS-Race-Clicker-Scripts Doors-Race-Script Doors-Race-Scripts Doors-Scripts Doors-Story-Scripts Double-Down-Scripts Double-Jump-Obby-Scripts Dragon-Adventures-Scripts Dragon-Ball-Final-Remastered-Scripts Dragon-Ball-Rage-Scripts Dragon-Ball-Simulator-Scripts Dragon-Ball-Tycoon-Scripts Dragon-Blox-Scripts Dragon-Race-Scripts Dragon-Soul-Hunter-Scripts Dragon-Soul-Scripts Dragon-Warrior-Simulator-Scripts Dragonball-Ultimate-Clash-2-Scripts Draw-Obby-Scripts Drift-Paradise-Scripts Drive-Cars-Down-A-Hill-Scripts Drive-World-Scripts Driving-Empire-Scripts Driving-Simulator-Scripts Dungeon-Quest-Scripts Dunking-Race-Scripts Dunking-Simulator-Scripts Easy-Color-Switch-Obby-Scripts Easy-Fun-Obby-Scripts EASY-Glass-Bridge-Scripts Easy-Grow-Obby-Scripts Easy-Obby-Scripts Easy-Pet-Obby-Script Easy-Race-Clicker-Scripts Easy-Stud-Jump-Obby-Scripts Easy-Stud-Jumps-Obby-Scripts Easy-Stud-Walls-Jump-Obby-Scripts Eat-Blobs-Simulator-Scripts Eat-Same-Color-Food-Scripts eat-sand-Scripts Eating-Battle-Simulator-Scripts Eating-Simulator-Scripts Eclipsis-Scripts Edward-The-Man-Eating-Train-Scripts Egg-Farm-Tycoon-Scripts Egg-Tree-Incremental-Scripts EGOIST-Scripts Electric-State-DarkRP-Scripts Elemental-Dungeon-Scripts Elemental-Powers-Tycoon-Scripts Elevator-Of-Fun-Scripts Emergency-Hamburg-Scripts Emergency-Response-Scripts Encounters-Scripts Endless-Luck-Scripts Energy-Assault-Scripts Entry-Point-Scripts Epic-Minigames-Scripts Era-Of-Althea-Scripts ESCAPE-IPAD-KID-Scripts Escape-Papa-Pizza's-Pizzeria-Scripts Escape-Room-Scripts Escape-Running-Head-Scripts Escape-The-Dungeon-Obby-Scripts Escape-The-World-Obby-Scripts Eternal-Craftwars-Scripts Eternal-Piece-Scripts Evade-Scripts Everest-Climbing-Roleplay-Scripts Every-Click-Get-1-Jump-Scripts Every-One-Second-Get-1-Size-Scripts Every-Second-1-Ki-In-DBZ-Scripts Every-Second-Get-1-Scripts Every-Second-Stud-Jumps-Obby-Scripts Every-Second-You-Get-1-HP-Scripts Every-Second-You-Get-1-Jump-Power-Scripts Every-Second-You-Get-1-Muscle-Scripts Every-Second-You-Get-1-Points-Scripts Every-Second-You-Get-1-Punch-Scripts Every-Second-You-Get-1-Scripts Every-Second-You-Get-1-WalkSpeed-Scripts Every-Second-You-Get-Richer-Scripts Every-Second-You-Get-Smarter-Scripts Every-Second-You-Get+1-Muscle-Scripts Everyday-Car-Driving-Scripts Eviction-Notice-Scripts Executors Expedition-Antarctica-Scripts Explosive-Wall-Simulator-Scripts Ez-Dev-Scripts Fabled-Legacy-Scripts Facility-Lockdown-Scripts Facility-Of-Redemption-Scripts Faction-Defense-Tycoon-Scripts Fall-Of-Hell-Scripts Famous-Streamer-Scripts Fantastic-Frontier Fantastic-Frontier-Scripts Farm-Factory-Tycoon-Scripts Fart-A-Friend-Scripts Fart-In-A-Box-Scripts Fast-Lifting-Simulator-Scripts Fat-Race-Clicker-Scripts Fat-Race-Scripts Fat-Simulator-Scripts Feed-The-Noob-Tycoon-Scripts FEEDING-TRASH-TO-RICH-PEOPLE-TYCOON-Scripts Fencing-Scripts Festival-Tycoon-Scripts Field-Trip-Z-Scripts FIFA-WORLD-Scripts Find-The-Family-Guy-Scripts Find-The-Floppa-Morphs-Scripts Find-The-Markers-Scripts Find-The-Pau-Scripts Find-The-Plugs-Scripts Find-The-Simpsons-Scripts Find-The-Sonic-Morphs-Scripts Fire-Force-Online-Scripts Fireball-Punching-Simulator-Scripts Firework-Simulator-Scripts Fish-A-Friend-Scripts Fishing-Frenzy-Simulator-Scripts Fishing-Simulator-Scripts Fitness-Simulator-2-Scripts FiveDuels-Scripts Flag-Wars-Scripts Flappy-Bird-Race-Scripts Flappy-Clicker-Scripts Flee-The-Facility-Scripts Flex-Fight-Scripts Flex-Your-Account-Age-Scripts Fling-Champions-Scripts Fling-Things-And-People-Scripts Flood-Escape-2-Scripts Floppa-Piece-Scripts Fly-Race-Scripts Fnaf-Five-Nights-Simulator-Scripts FNAF-Scripts Foblox-Scripts Football-Duels-Scripts Football-Fusion-2-Scripts Formula-Apex-Scripts Fortblox-Scripts Framed-Scripts FREE-ADMIN-Scripts Free-Hatchers-Scripts Free-Owner-Admin-Scripts Friday-Night-Bloxxin-Scripts Frog-Simulator-Scripts FRONTLINES-Scripts Fruit-Battlegrounds-Scripts Fruit-Warriors-Scripts Fruits-Tower-Defense-Scripts Funky-Friday-Scripts Furry-Infection-Scripts Games-Unite-Testing-Place-Scripts gang-up-on-people-simulator-Scripts GARENA-FREE-FIRE-MAX-Scripts Gaster-Blaster-Battles-Scripts Genei-Fight-Simulator-Scripts Get-Fat-And-Roll-Race-Scripts get-hit-by-a-car-simulator-Scripts Get-Richer-Every-Second-Scripts Get-To-The-Top-Scripts Giant-Simulator-Scripts Giant-Survival-Scripts Givenchy-Beauty-House-Scripts Gladiator-Simulator-Scripts Glide-Race-Scripts Glory-Kill-Testing-Scripts Go-To-Jail-Make-Friends-To-Escape-Scripts Goal-Clicker-Scripts Goal-Kick-Simulator-Scripts GOD-TYCOON-Scripts Gods-Will-Scripts Gold-Tower-Defense-Scripts Good-Or-Bad-Obby-Scripts Got-Eaten-Scripts Grand-Piece-Scripts Granny-Scripts GREAT-SCHOOL-BREAKOUT-Scripts Great-Sword-Simulator-Scripts Greenville-Scripts Grimace-Race-Scripts GRIMACE-Scripts Grimoire-Era-Scripts Grimoires-Era-Scripts GRUMPY-GRAN-Scripts Guerra-De-Torres-Scripts Gumball-Factory-Tycoon-Scripts Gun-Ball-Scripts Gun-Simulator-Scripts Gunfight-Arena-Scripts Guts-And-Blackpowder-Scripts Gym-Tycoon-Scripts Hades-RNG-Scripts Hallows-Eve-2023-Scripts Happy-Land-Scripts Harbor-Havoc-Scripts Haunted-Town-Scripts HAZE-PIECE-Scripts Head-Fly-Race-Scripts Head-Punch-Simulator-Scripts Heaven-Stand-Scripts Heist-Tycoon-Scripts Heroes-Battleground-Scripts Heroes-Battlegrounds-Scripts Hide-And-Seek-Extreme-Scripts High-School-Life-Scripts Higher-Jump-Every-Second-Scripts Highway-Rush-Scripts Hold-People-The-Game-Scripts Hole-Fall-Simulator-Scripts Home-Run-Simulator-Scripts Homework-Printing-Simulator-Scripts Homework-Shedding-Simulator-Scripts homework-shredding-simulator-Scripts Hood-Arena-Scripts Hood-Customs-Scripts Hood-Duels-Scripts Hood-Modded-Scripts Hoop-Simulator-Scripts Hoops-Scripts Hoopz-Scripts Horrific-Housing-Scripts Horse-Racing-Club-Scripts Hospital-Tycoon-Scripts Hotel-Elephant-Scripts Hotel-Scripts HOURS-Scripts Hoverboard-Race-Scripts How-Far-Can-You-Backflip-Scripts How-Far-Can-You-Fly-Scripts How-Far-Can-You-Slide-Scripts How-Far-Can-You-Throw-Scripts Human-Canon-Scripts Hungry-Pig-Scripts Hunter-X-Athena-Scripts Hyper-Realistic-CSGO-Guns-Scripts Idle-Heroes-Simulator-Scripts IHeartLand-Music-Tycoon-Scripts Im-The-King-Of-School-Scripts Imposible-Ladder-Climb-Obby-Scripts Impossible-Glass-Bridge-Obby-Scripts Impossible-Glass-Bridge-Scripts Impossible-Ladder-Climb-Obby-Scripts Impossible-Obby-Scripts Impossible-Rarities-Scripts In-Plain-Sight-2-Scripts Inazuma-Rebirth-Scripts Infectious-Smile-Scripts Infinite-Item-Simulator-Scripts Infinite-Rarities-Scripts Infinite-Tower-Tycoon-Scripts Insane-Elevator-Scripts Interminable-Rooms-Scripts Invade-Scripts InVisions-Web-Verse-Scripts IQ-Wars-Simulator-Scripts Iron-Man-Simulator-2-Scripts Island-Tycoon-Scripts Islands-Scripts Isle-Scripts Item-Asylum-Scripts Jailbreak-Scripts Jenga-Scripts Jujutsu-Kaizen-RP-Scripts Jujutsu-Scripts Jujutsu-Shenanigans-Scripts Jump-Clicker-Scripts Jump-Higher-Per-Second-Scripts Jumping-Simulator-Scripts Kaiju-Paradise-Experimental-Scripts Kaiju-Paradise-Scripts Kaizen-Scripts Kamehameha-Simulator-Scripts Karate-Scripts Kengun-OnlineScripts Keys-Scripts Kick-It-Simulator-Scripts Kick-Off-Scripts Kickball-Scripts Kill-Monster-Simulator-Scripts Kill-Monsters-to-Save-Princess-Scripts Kill-To-Save-Anime-Girl-Scripts Kill-To-Save-Anime-Girl-Simulator-Scripts Killstreak-Chaos-Scripts King-Legacy-Scripts King-Of-Battlegrounds-Scripts King-Of-Sea-Scripts Kingdom-Life-Scripts Kitty-Scripts Knife-Ability-Test-Scripts Knife-Simulator-Scripts Knife-Strife-Scripts Knockout-Party-Scripts Knockout-Simulator-Scripts Kohaú-Hibachi-Restaurant-Scripts Krush-PvP-Scripts Last-Order-Scripts Last-to-Leave-Scripts Launch-Into-Space-Simulator-Scripts Legend-Of-Heroes-Simulator-Scripts Legend-Piece-Scripts Legends-Of-Speed-Scripts Legends-Re-Written-Scripts Lethal-Tower-Defense-Scripts Liberty-Island-Tycoon-Scripts Life-In-Prison-Scripts Life-Sentence-Scripts Lift-Legends-Simulator-Scripts Lifting-Simulator-Scripts Lifting-Titans-Scripts Lightsaber-Arena-Scripts Limited-Jumps-Scripts Limited-Time-Scripts Limitless-Purple-Scripts Little-World-Scripts live-in-a-back-alley-Simulator-Scripts Livetopia-Scripts Lobotomy-Clicker-Scripts Longest-Answer-Win-Scripts Lookout-Battle-Scripts Loomain-Legacy-Scripts Loomian-Legacy-Scripts Loooptopia-Scripts Lost-Kingdom-Tycoon-Scripts Lost-Pirate-Scripts Lost-Rooms-Scripts Lucky-Block-Legends-Scripts Lucky-Blocks-Battlegrounds Lucky-Blocks-Battlegrounds-Scripts Lumber-Legends-Simulator-Scripts Lumber-Tycoon-2-Scripts Lumberjack-Simulator-Scripts Mad-City-Scripts Mage-Tycoon-Scripts Magic-Champions-Scripts Magic-Clicker-Scripts Magic-Tappers-Scripts Magnet-Simulator-Scripts Magnetic-Simulator-Scripts Make-A-Cake-Scripts Make-It-Louder-Scripts Make-Roblox-Games-Scripts make-tixtoks-to-escape-school-tycoon-Scripts making-memes-in-your-basement-at-3-AM-tycoon-Scripts making-scam-calls-to-save-your-bf-Scripts Mall-Tycoon-Scripts Mansion-Scripts Mapa-da-Jessi-Scripts Maple-Hospital-Scripts Marble-Rail-Scripts Mars-Base-Tycoon-Scripts Marvellous-Playground-Scripts Masters-Difficulty-Chart-Obby-Scripts Math-Boxing-Scripts Math-Obby-Scripts Math-Wall-Simulator-Scripts Max-Mara-Coats-Adventure-Scripts Max-Speed-Scripts Mechanical-Ascension-X-Scripts Meepcity-Scripts Mega-Easy-Obby-Scripts Mega-Fun-Obby-Scripts Mega-Mansion-Tycoon-Scripts Mega-Marble-Run-Pit-Scripts Mega-Parkour-Obby-Scripts Meme-Merger-Scripts Meme-Sea-Scripts Merge-Droppers-Scripts Merge-Simulator-Scripts Michael's-Zombies-Scripts Michaels-Zombies-Scripts Military-Facility-Tycoon-2-Scripts Military-Simulator-Scripts Military-Tycoon-Scripts Military-War-Tycoon-Scripts Milk-Tycoon-Scripts Millionaire-Empire-Tycoon-Scripts Mine-Block-Tycoon-Scripts Mine-Blocks-Simulator-Scripts Mine-Racer-Scripts Miner-Merge-Tycoon-Scripts Minercave-Scripts MinerCrafts-Scripts Miners-Haven-Scripts MinerShaft-Scripts Mining-Clicker-Simulator-Scripts Mining-Factory-Tycoon-Scripts Mining-Simulator-2-Scripts Minion-Simulator-Scripts Mission-Mars-Scripts Mo's-Academy-Scripts Mob-Punch-Simulator-Scripts Mobile-Executors Mobile-Scripts Money-Clicker-Simulator-Scripts Money-Grab-Simulator-Scripts Money-Race-Scripts Money-Simulator-X-Scripts Money-Simulator-Z-Scripts Money-Tycoon-Scripts Monkey-Tycoon-Scripts Monster-Hunt-Simulator-Scripts Monster-Wall-Simulator-Scripts Motel-Simulator-Scripts Motorcycle-Mayhem-Scripts Motorcycle-Race-Scripts Mount-Of-The-Gods-Scripts Mow-My-Lawn-2-Scripts Mow-The-Lawn-Scripts Mow-The-Lown-Scripts Mowing-Simulator-Scripts Murder-Mystery-2-Scripts Murder-Party-Scripts Murder-Vs-Baby-Scripts Murderers-VS-Sheriffs-Duels-Scripts Murderers-Vs-Sheriffs-scripts Murim-Cultivation-Scripts Muscle-Legends-Scripts Muscle-Simulator-Scripts Mushroom-Race-Scripts My-Avatar-Shop-Scripts My-Hello-Kitty-Cafe-Scripts My-Hero-Mania-Scripts My-Hood-Scripts My-Prison-Scripts My-Restaurant-Scripts My-School-Tycoon-Scripts Mystery-Clickers-Scripts Naruto-But-Every-Second-1-Chakra-Scripts Nation-Roleplay-2-Scripts Natural-Disaster-Survival-Scripts Natural-Disaster-Survival-with-Free-Items-Scripts Naval-Warfare-Scripts Ncrafts-Hangout-Scripts NCT-127-World-Scripts Nen-Fighting-Simulator-Scripts Neo-Soccer-League-Scripts Neo-Warfare-X-Scripts Never-Ending-Cart-Ride-Scripts Next-Doors-Scripts NGU CLICKER SIMULATOR-Scripts nicos-nextbots-Scripts Night-Light-Scripts Ninja-Fighting-Simulator-Scripts Ninja-Legends-2-Scripts Ninja-Legends-Scripts Ninja-Storm-Simulator-Scripts Ninja-Tycoon-Scripts NO-SCOPE-ARCADE-Scripts No-Scope-Sniping-Scripts NO-STOP-Obby-Scripts Noob-Army-Tycoon-1-Scripts Northside-Chicago-Scripts Notoriety-Scripts Nuclear-Bomb-Testing-Facility-RP-Scripts Nuke-Simulator-Scripts Nuke-Site-Scripts Nuke-The-Noob-Simulator-Scripts Oaklands-Scripts Obby-But-You-Are-Color-Blind-Scripts Obby-But-You-Can't-Jump-Scripts Obby-But-You-Cant-Jump-Scripts Obby-But-You're-A-Ball-Scripts Obby-But-You're-A-CUBE-Scripts Obby-But-Your-On-A-Bike-Scripts Obby-but-youre-a-bird-Scripts obby-but-youre-a-poop-Scripts Obby-But-Youre-A-Potato-Scripts Obby-But-Youre-On-A-Bike-Scripts Obby-But-Youre-on-a-Jetpack-Scripts OFF-Tycoon-Scripts Official-Russian-Alphabet-Lore-RP-Scripts Ohio-Scripts Oil-Warfare-Tycoon-Scripts Old-A-Bizarre-Day-Scripts oMega-Obby-675-Stages-Scripts oMega-Obby-700-Obby-Scripts Omini-X-Scripts One-Blocks-Every-Second-Scripts One-Fruit-Scripts One-Fruit-Simulator-Scripts One-Piece-Battles-Scripts One-Piece-Legendary-Scripts One-Punch-Fighters-Simulator-Scripts One-Punch-Hero-Scripts One-Punch-Ultimate-Scripts Online-Business-Simulator-2-Scripts Only-Up-Blox-Scripts Onslaught-Public-Dev-Server-Scripts OOF-Tycoon-Scripts OP-Battleground-Scripts OP-Battlegrounds-Scripts OP-NINJA-SIMULATOR-Scripts Operations-Siege-Scripts Outlaster-Scripts Overhead-Press-Simulator-Scripts Paintball-Wars-Scripts Palm-Slap-Friends-Simulator-Scripts Pancakes-Wall-Hop-Difficulty-Scripts Parkour-Scripts Pass-The-Bomb-Scripts Paths-To-Immortality-Scripts Periastron-Stars-Scripts Peroxide-Scripts Pet-Catchers-Scripts Pet-Clicker-Simulator-Reborn-Scripts Pet-Clicking-Simulator-Scripts Pet-Crafting-Simulator-Scripts Pet-Legends-2-Scripts Pet-Merge-Scripts Pet-Mining-Simulator-Scripts Pet-Quest-Scripts Pet-Racer-Simulator-Scripts Pet-Rift-Scripts Pet-Simulator-2-Scripts Pet-Simulator-99-Scripts Pet-Simulator-X-Scripts Pet-Trading-Card-Simulator-Scripts Pet-Zoo-Tycoon-Scripts Phantom-Ball-Scripts Phantom-Forces-Scripts Phenom-Scripts Piano-Keyboard-Scripts Pick-A-Side-Scripts Pickaxe-Mining-Simulator-Scripts Pickaxe-Simulator-Scripts Piece-Adventures-Simulator-Scripts Piece-X-Tycoon-Scripts Piggy-Scripts Pilfering-Pirates-Scripts Pilgrammed-Scripts Pillow-Fight-Simulator-Scripts Pinewood-Computer-Core-Scripts Pirate-Battlegrounds-Scripts Pirate-Legacy-Scripts Pirate's-Dream-Scripts Pistol-1V1-Scripts Pixel-Incremental-Scripts Pixel-Piece-Scripts Plane-Crash-Physics-2-Scripts Plane-Crazy-Scripts Planet-Crash-Physics-Scripts Planet-Destroyers-Scripts Planet-Oof-Scripts Plates-Of-Fate-Remastered-Scripts Players-RNG-Scripts PLAYPRINTS-World-Scripts Pls-Donate-Scripts PLS-STEAL-Scripts Plus-1-Blocks-Every-Second-Scripts Plus-1-Damage-Every-Second-Scripts Plus-1-Fat-Every-Second-Scripts Plus-1-Jump-Race-Scripts Plus-1-Per-Second-Scripts Plus1-Blocks-Every-Second-Scripts Pogo-Simulator-Scripts Pop-Bubbles-For-UGC-Scripts Pop-It-Trading-Scripts Popcorn-Simulator-Scripts Popping-Simulator-Scripts Power-Punch-Simulator-Scripts Power-Slap-Simulator-Scripts Power-Wash-Tycoon-Scripts Pressure-Wash-Simulator-Scripts Prildas-Track-And-Field-Scripts Prison-Life-Scripts Prison-Race-Clicker-Scripts Pro-Piece-PRO-MAX-Scripts Project-Baki-2-Scripts Project-JoJo-Scripts Project-Lazarus-Scripts Project-Menacing-Scripts Project-Mugetsu-Scripts Project-New-World-Scripts Project-Palaro-Scripts Project-Playtime-Multiplayer-Scripts Project-Slayers-Scripts Project-Smash-Scripts Project-XL-Scripts Project-XXL-Scripts ProTube-Race-Clicker-Scripts Public-Bathroom-Simulator-Scripts Pull-A-Sword-Scripts Punch-A-Brick-Wall-Simulator-Scripts Punch-Anime-Simulator-Scripts Punch-Dragon-Simulator-Scripts Punch-Hole-Simulator-Scripts Punch-Monster-Simulator-Scripts Punch-Simulator--Scripts Punch-Simulator-Scripts Punch-Wall-Simulator-Scripts Puppy-Tycoon-Scripts Push-Dummies-Down-The-Sparta-Hole-Scripts Push-people-of-a-train-Scripts Push-People-Off-a-Train-Scripts Push-Simulator-Scripts Push-Up-Battles-Scripts Push-Up-Simulator-Scripts Push-Up-Training-Simulator-Scripts Race-A-Friend-Scripts Race-Car-Clicker-Scripts Race-Clicker-Scripts Race-Simulator-Scripts Racing-Rocket-Scripts Radiant-Residents-Scripts Ragdoll-Clicker-Scripts Ragdoll-Engine-Scripts Ragdoll-Jump-Scripts Rainbow-Friends-2-Scripts Rainbow-Friends-Scripts Raise-A-Floppa-2-Scripts Raise-A-Monke-Scripts Raise-A-Peter-Scripts Raise-A-Pochita-Scripts Raise-A-Sonic-Scripts Raise-A-Yippee-Scripts Raise-Kenny-Scripts Ramen-Simulator-Scripts Ramp-Jumping-On-Sports-Cars-Scripts Ramp-Jumping-Scripts Randomizer-Scripts Rank-Simulator-Scripts Rank-Simulator-X-Scripts Rarity-Factory-Tycoon-Scripts Rat-Washing-Tycoon-Scripts Rate-My-Avatar-Scripts Rays-Mod-Scripts RB-Battles-Scripts RB-World-4-Scripts Realistic-Gun-Shooter-Scripts REALISTIC-HOOD-Scripts Realistic-Mansion-Tycoon-Scripts Realistic-War-Scripts Realms-Simulator-Scripts Reaper-2-Scripts Reaper-Clicker-Scripts Rebirth-Champions-X-Scripts Red-Light-Green-Light-Scripts RedBox-Scripts Redcliff-City-RP-Scripts Redwood-Prison-Scripts Refinery-Caves-Scripts reroll.gg-Scripts Residence-Massacre-Scripts Resort-Tycoon-Scripts Restaurant-Tycoon-2-Scripts Retail-Tycoon-2-Scripts Rich-Clicker-Simulator-Scripts Ride-a-Box-Down-a-Slide-Scripts Ride-Friend-Race-Scripts Ridgeway Concepts-Scripts Right-2-Fight-Scripts Rise-Of-Nations-Scripts Ro-Fruit-Scripts Ro-Fruits-2-Scripts Ro-Ghoul-Scripts RO-Wizard-Scripts Road-To-Gramby's-Scripts Rob-A-Jewellery-Store-Scripts Robending-Online-Scripts Roblox-But-You-Get-Jump-Scripts Roblox-But-You-Get-Smarter-Scripts Roblox-Cookie-Clicker-Scripts Roblox-Is-Unbreakable-Scripts Roblox-Titanic-Scripts RoBowling-Scripts Robox-Obby-Scripts RoCitizens-Scripts Rock-Fruit-Scripts Rogue-Demon-Scripts Rogue-Nightmare-Scripts Ronald-Scripts RoStreets-Scripts RoTube-Life-Scripts RoVille-Scripts Royal-High-Scripts Royalloween-Scripts Running-From-The-Internet-Scripts Running-Head-Scripts Running-Simulator-Scripts RunStar-Simulator-Scripts Rush-Point-Scripts Saber-Simulator-Scripts Sail-The-World-Simulator-Scripts Saitama-Battleground-Scripts Sakura-Stand-Scripts Samurai-Simulator-Scripts Sandhurts-Military-Academy-Scripts Sans-Multiversal-Battles-Scripts Sans-Simulator-X-Scripts Save-Your-Princess-Scripts School-Simulator-Scripts SCP-3008-Scripts SCP-Roleplay-Scripts SCP-Stranded-Scripts SCP-Warfare-Tycoon-Scripts Sea-Piece-2-Scripts Sea1-Scripts Second-Piece-Scripts Sell-Poop-Tycoon-Scripts send-memes-to-your-enemies-to-destroy-them-tycoon-Scripts Server-Simulator-Scripts SHADOVIS-RPG-Scripts Shadow-Boxing-Battles-Scripts SharkBite-1-Scripts SharkBite-2-Scripts Sheep-Farm-Scripts Sheep-Tycoon-Scripts SHEIN-x-Klarna-Wonderland-Scripts ShimmerVille-Scripts Shindo-Life-Scripts Shinobi-Life-2-Scripts Shipping-Lanes-Scripts Shockwave-Racing-Scripts Shoot-Out-Scripts Shoot-People-Off-A-Map-Simulator-Scripts Shoot-Skibi-Toilet-Simulator-Scripts Shoot-Wall-Simulator-Scripts Shopping-Wars-Scripts Shortest-Answer-Wins-Scripts Shovelwares-Brain-Game-Scripts Shrek-In-The-Backrooms-Scripts Shuriken-Throwing-Simulator-Scripts SimToLife-Scripts Sinking-Ship-Roblox-Britannic-Scripts SIREN-COPS-PRISON-Scripts Siren-Head-Rebirth-Scripts Sisyphus-Simulator-Scripts Site-Roleplay-Scripts Ski-Race-Scripts Skibi-Battle-Simulator-Scripts Skibi-Defense-Scripts Skibi-Fight-Simulator-Scripts Skibi-Toilet-Game-Scripts skibi-toilet-Scripts Skibi-Toilet-War-Scripts Skibi-Toilets-Race-Scripts Skibi-Toilets-Scripts Skibid-Toilet-Siege-Defense-Scripts Skibid-Toilets-VS-Cameramen-Scripts Skibidi-Fight-Simulator-Scripts Skibidi-Toilet-Morphs-Scripts Skibidi-Toilet-Tower-Defense-Scripts Skibidi-Toilet-Tycoon-Scripts Skibidi-Tower-Defense-Scripts Sky-Ball-Scripts SKYDIVE-Off-A-TOWER-Scripts Skydive-Race-Clicker-Scripts SKYWARS-Scripts Slap-Battle-Simulator-Scripts slap-battles-but-bad-Scripts Slap-Battles-Scripts Slasher-Blade-Scripts Slayer-Corps-Simulator-Scripts Slayer-Tycoon-Scripts Slayers-Unleashed-Scripts Slide-Down-A-Hill-Scripts Slide-House-Tumble-Scripts Slime-Mine-Scripts Slime-Tower-Tycoon-Scripts Slime-Tycoon-Scripts Sling-Race-Scripts Sling-Scripts Smash-And-Grab-Scripts Smooth-Slicing-Scripts Smurf-Cat-Race-Scripts Snipers-Scripts Snow-Plow-Simulator-Scripts Snow-Shoveling-Simulator-Scripts Snowball-io-Scripts Snowballer-Scripts Snowboard-Obby-Scripts Soccer-Ball-Scripts Soccer-League-Scripts Soccer-Legends-Scripts Solera-Hotel-And-Resort-Scripts Solo-Challenging-Simulator-Scripts Sols-RNG-Scripts Son-Goku-The-Finale-Scripts Sonic-Speed-Simulator-Scripts Soul-Cultivation-Scripts Soul-Eater-Resonance-Scripts Soul-Land-Blox-Scripts Soul-War-Scripts Southwest-Florida-Beta-Scripts Space-Simulator-Reborn-Scripts Space-Tycoon-Scripts Specter-2-Scripts Speed-City-Scripts speed-demon-boss-fight-Scripts Speed-Race-Clicker-Scripts Speed-Run-12-Scripts Speed-Run-4-Scripts Speed-Run-Race-Scripts Speed-Run-Scripts Speed-Run-Simulator-Scripts Speed-Runner-Scripts Speed-Simulator-Scripts SpeedLands-V2-Scripts Spider-Scripts Spin-For-Free-UGC-Scripts SpongeBob-Simulator-Scripts Spray-Paint-Scripts SPTS-Endless-Scripts SPTS-Origin-Scripts Squat-Simulator-Scripts Squid-Game-Scripts Stack-Ball-Scripts Stair-Tappers-Scripts Stairs-Of-RAGE-Scripts Stand Upright Rebooted-Scripts Stand-Proud-Scripts Stand-Upright-Rebooted-Scripts Stands-Awakening-Scripts Stands-Unleashed-Scripts Star-Rail-Simulator-Scripts Star-Simulator-Scripts Stardust-Reborn-Scripts Starscape-Scripts start-an-emo-band-from-your-garage-tycoon-Scripts Starving-Artist-Scripts Starving-Artists-Scripts State-Of-Anarchy-Scripts Steal-Roblox-Games-Scripts Steel-Titans-Scripts STEEP-STEPS-Scripts Stone-Farm-Simulator-Scripts Stone-Haven-County-Asylum-Scripts Stone-Miner-Simulator-2-Scripts Stop-It-Slender-Scripts Strength-Simulator-Scripts Striker-Odyssey-Scripts Strong-Clickers-Scripts Strong-Fighters-Simulator-Scripts Strong-Katana-Simulator-Scripts Strong-Muscle-Simulator-Scripts Strong-Muscle-Simulator-X-Scripts Strong-Ninja-Simulator-Scripts Strongest-Anime-Squad-Simulator-Scripts Strongest-Punch-Simulator-Scripts Strongman-Simulator-Scripts Strucid-Scripts Stud-Jump-Scripts stupid-idiot-cafe-Scripts Sumo-Simulator-Scripts Sunsilk-Hair-Care-Lab-Tycoon-Scripts Super-Blox-Soccer-Scripts Super-Bomb-Survival-Scripts Super-Bridge-Runners-Scripts Super-Doomspire-Scripts Super-Dunk-Scripts Super-Fun-Obby-500-Stages-Scripts Super-Hero-Race-Clicker-Scripts Super-Hero-Tycoon-Scripts Super-Jump-Race-Scripts Super-Kart-Simulator-Scripts Super-Power-Evolution-Simulator-Scripts Super-Power-Fighting-Scripts Super-Power-Fighting-Simulator-Scripts Super-Power-Grinding-Simulator-Scripts Super-Punch-Simulator-Scripts Super-Slime-Simulator-Scripts Super-Store-Tycoon-Scripts Super-Striker-League-Scripts Superpower-Simulator-Chakra-Scripts Survival-Bruno-The-Encanto-Movie-Killer-Scripts Survive-And-Kill-The-Killer-In-Area-51-Scripts Survive-and-Kill-the-Killers-in-Area-51-Scripts Survive-Area-51-Scripts Survive-The-Killer-Scripts Survive-The-Night-Scripts Survive-The-Slimes-Scripts Sushi-Shop-Simulator-Scripts SWAT-Breaching-Scripts Sweets-obby-Scripts Swim-Race-Simulator-Scripts Swimming-Race-Clicker-Scripts Swing-City-Scripts Sword-Battles-Scripts Sword-Burst-2-Scripts Sword-Factory-X-Scripts Sword-Fighter-2-Scripts Sword-Fighters-Simulator-Scripts Sword-Haven-Scripts Sword-Race-Scripts Sword-Slasher-Scripts Sword-Warriors-Scripts SwordBurst-3-Scripts T-Titans-Battlegrounds-Scripts Tall-Man-Run-Scripts Tank-Race-Scripts Tap-Legends-Scripts Tap-Simulator-X-Scripts Tapping-Legend-X-Scripts Tapping-Legends-X-Scripts Tapping-Masters-Scripts Tapping-Simulator-Scripts Tatakai-Scripts Taxi-Boss-Scripts Taxi-Simulator-2-Scripts Team-Coop-Puzzles-Obby-Scripts Teamwork-Morphs-Scripts Teamwork-Puzzles-2-Scripts Teamwork-Puzzles-Scripts Teddy-Escape-Scripts Texting-Simulator-Scripts Tha-Bronx-2-Scripts Tha-Hood-Scripts The-Asylum-Scripts The-Backrooms-Scripts The-Chosen-One-Scripts The-Clown-Killings-Reborn-Scripts The-Final-Stand-2-Scripts The-Floor-Is-Lava-Scripts The-Glitch-Obby-Scripts The-Grand-Crossing-Border-Roleplay-Scripts The-Heroes-Simulator-Scripts The-Hood-Scripts The-Intruder-Scripts The-Killers-in-Area-51-Scripts The-Maze-Scripts The-Mimic-Scripts The-Never-Ending-Train-Ride-Scripts The-Normal-Elevator-Scripts The-Obby-Elevator-Scripts The-Rake-REMASTERED-Scripts The-Simpsons-Tower-Defense-Scripts The-Spinner-Scripts The-Strongest-Battlegrounds-Scripts The-Survival-Game-Scripts The-Town-Scripts The-Ultimate-Upgrade-Tree-Scripts The-Wild-West-Scripts THIEF-LIFE-Simulator-Scripts Thief-Simulator-Scripts Thirsty-Vampire-Scripts Those-Who-Remain-Scripts Tien-Tien-Piece-Scripts Timber-Champions-Scripts TIMMEH-Scripts Titan-Warfare-Scripts TLK-Prison-Scripts To-Become-Rich-And-Famous-Scripts Toe-Wrestle-Simulator-Scripts Toilet-Attack-Scripts Toilet-Battle-Simulator-Scripts Toilet-Tower-Defense-Scripts Toilet-Tower-Survival-Scripts Toilets-Universe-Extended-Scripts Tokyo-Saga-Scripts Tornado-Simulator-Scripts Total-Roblox-Drama-Scripts Touch-Football-Scripts Tower-Defense-Simulator-Scripts Tower-Defense-X-Scripts Tower-Heroes-Scripts Tower-Merge-Simulator-Scripts Tower-of-Easy-Scripts Tower-Of-Flood-Escape-2-Scripts Tower-Of-Hell-Scripts Tower-of-Jump-Scripts Tower-Of-Misery-Scripts Tower-Simulator-Scripts town-Scripts Toy-Simulator-Scripts Toy-SoldierZ-Scripts TPS-Street-Soccer-Scripts TPS-Ultimate-Soccer-Scripts Trade-Hangout-Scripts Trade-Tower-Scripts Trampoline-Towers-Scripts Transfur-Outbreak-Scripts Treasure-Hunt-Islands-Scripts Treasure-Quest-Scripts Treasure-Simulator-Scripts Trench-War-2-Scripts Trench-War-Scripts Trenches-Scripts Trick-Shot-Simulator-Scripts Trident-Survival-Scripts Trident-Survival-V2-Scripts Troll-Cart-Ride-Scripts Troll-Obby-Scripts Trollge-Conventions-Scripts Trollge-Incident-Fights-Reborn-Scripts Troop-Army-Simulator-Scripts Tropical-Resort-Tycoon-Scripts Truck-Factory-Tycoon-Scripts Try-To-Die-Dco-Scripts Try-To-Die-Scripts Try-to-oof-3-Scripts Tsunami-Game-Scripts Tug-Of-War-Simulator-Scripts Turkiye-Obby-Scripts Twice-Square-Scripts Twilight-Daycare-Scripts Type-Or-Die-Scripts Type-Race-Scripts UFO-Tycoon-Scripts UGC-Dont-Move-Scripts Ultimate-Attack-on-Titan-Scripts Ultimate-Easy-Obby-Scripts Ultimate-Factory-Tycoon-Scripts Ultimate-Random-Night-Scripts Ultimate-Tower-Defense-Scripts Ultimate-War-of-Toilet-Scripts Ultra-Clicker-Simulator-Scripts Ultra-Easy-Obby-Scripts Ultra-Power-Tycoon-Scripts Unboxing-Simulator-Scripts Undertale-Crazy-Multiverse-Scripts Undertale-Wave-Rush-Scripts Underworld-Realm-Scripts Unicorn-Tycoon-Scripts Unicycle-Down-A-Hill-Scripts Unit-Classified-Scripts Universal-Scripts UnOfficial-Uno-Scripts Untitled-Attack-On-Titan-Scripts untitled-boxing-game-Scripts Untitled-Hood-Scripts Unwavering-Soul-Scripts Updraft-Towers-Scripts Vampire Fighters-Scripts Vampire-Hunters-3-Scripts VBet-Scripts Vehicle-Legends-Scripts Vehicle-Simulator-Scripts Vehicle-Tycoon-Scripts Verdant-Moon-Scripts Victory-Race-Scripts Viet-Pirates-X-Scripts Volleyball-Scripts Voxlblade-Scripts Wacky-Wizards-Scripts Walk-50000-Studs-for-Nothing-Scripts Wall-Punch-Simulator-Scripts Wall-Punching-Simulator-Scripts Wall-Smash-Simulator-Scripts Walmart-Land-Script Walmart-Land-Scripts War-Age-Tycoon-Scripts War-Machines-Scripts War-Tycoon-Scripts Warrior-Army-Simulator-2-Scripts Warrior-Champions-Scripts Warriors-Army-Simulator-2-Scripts Wasteland-Tycoon-Scripts Weak-Legacy-Scripts Weapon-Crafting-Simulator-Scripts Weapon-Fighting-Scripts Weapon-Fighting-Simulator-Scripts Weapon-Forge-Simulator-Scripts Weapon-Simulator-2-Scripts Weaponry-Scripts West-Elm-Home-Design-Scripts Westbound-Scripts Wheat-Farming-Simulator-Scripts Where's-The-Baby-Scripts White-Room-Scripts Wild-Horse-Islands-Scripts Winds-Of-Fortune-Scripts Wings-Of-Glory-Scripts Wisteria-2-[ALPHA]-Scripts Wisteria-2-Scripts Wizard-Tycoon-2-Player-Scripts Wolves-Life-3-Scripts Wonder-Woman-Scripts Word-Bomb-Scripts Word-Bridge-Scripts Word-Of-Stands-Scripts Work-At-A-Hotel-&-Resort-Scripts Work-At-A-Pizza-Place-Scripts Work-At-A-Pizza-Scripts World-Of-Aincrad-Scripts World-Of-Sorcery-Scripts World-Of-Stands-Scripts World-Of-Trollge-Scripts World-Zero-Scripts Worlds-Hardest-Game-Scripts Wormface-Scripts Write-A-Letter-Scripts X4-Millionaire-Empire-Tycoon-Scripts Yeet-A-Friend-Scripts Yeet-A-Pet-Scripts Yeet-a-Plane-Simulator-Scripts Yo-Yo-Simulator-Scripts You-Get-1-Damage-Scripts You-Get-1-Jump-Power-Scripts Your-Bizarre-Adventure-Scripts Your-Local-Mechanic-Scripts Youtube-Simulator-X-Scripts YouTube-Simulator-Z-Scripts YouTube-Tycoon-Scripts YoYo-Simulator-Scripts ZO-SAMURAI-Scripts Zombie-Arena-Scripts Zombie-Army-Simulator-Scripts Zombie-Attack-Scripts Zombie-Battle-Tycoon-Scripts Zombie-Game-Scripts Zombie-Lab-Scripts Zombie-Merge-Tycoon-Scripts Zombie-Rush-Scripts Zombie-Survivors-Scripts Zombie-Uprising-Scripts Zombie-VS-Friends-Simulator-Scripts