Roblox Adopt Me Script 2023: tricks for Roblox Adopt Me Script on Pastebin, including Auto Farm, GUI, and other fantastic scripts.
All sorts of “adopt me” scripts. Here is the currently functional Roblox Adopt Me script that you can use if you are looking for tricks that can provide you money and other items.
Adopt Me is unquestionably one of the most popular games on Roblox. Despite the negative reviews, the game has amassed a large following of young players on the Roblox platform, suggesting it has widespread appeal.
Adopt Me is a simple game that has been played over 20 billion times and has over 500,000 players online at once. Players are tasked with creating their own virtual home, caring for virtual pets, and interacting with other players.
Table of Contents
Roblox Adopt Me Script 2023
Adopt Me scripts are abundant, unlike other Roblox games, and each one has unique characteristics that can make or break the experience. You can find anything from Auto Farm to Infinite Money and more. So, without further ado, I present to you some currently functional Roblox Adopt Me script.
If you are looking for the roblox adopt me script then you can check here below-
But you can check the script here:
- â Gui to Lua
- â Version: 3
- â Instances:
- local ScreenGui = Instance.new(âScreenGuiâ)
- local RedXGUI = Instance.new(âFrameâ)
- local TextLabel = Instance.new(âTextLabelâ)
- local TextLabel_2 = Instance.new(âTextLabelâ)
- local speed = Instance.new(âTextButtonâ)
- local gravity = Instance.new(âTextButtonâ)
- local clickTP = Instance.new(âTextButtonâ)
- local btools = Instance.new(âTextButtonâ)
- local autocash = Instance.new(âTextButtonâ)
- local fling = Instance.new(âTextButtonâ)
- local fps = Instance.new(âTextButtonâ)
- local speed_2 = Instance.new(âTextButtonâ)
- local TextLabel_3 = Instance.new(âTextLabelâ)
- local close = Instance.new(âTextButtonâ)
- local TextLabel_4 = Instance.new(âTextLabelâ)
- local open = Instance.new(âTextButtonâ)
- âProperties:
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- RedXGUI.Name = âRedXGUIâ
- RedXGUI.Parent = ScreenGui
- RedXGUI.BackgroundColor3 = Color3.new(0.666667, 1, 1)
- RedXGUI.BorderSizePixel = 4
- RedXGUI.Position = UDim2.new(0.465026885, 0, 0.275590599, 0)
- RedXGUI.Size = UDim2.new(0, 535, 0, 338)
- RedXGUI.Visible = false
- RedXGUI.Active = true
- RedXGUI.Draggable = true
- TextLabel.Parent = RedXGUI
- TextLabel.BackgroundColor3 = Color3.new(0.435294, 0.168627, 0.52549)
- TextLabel.BorderColor3 = Color3.new(0, 0, 0)
- TextLabel.BorderSizePixel = 3
- TextLabel.Position = UDim2.new(0.0200752541, 0, -0.0384615362, 0)
- TextLabel.Size = UDim2.new(0, 200, 0, 50)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = âREDX ADOPTME- TURNINGGLOBEâ
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextSize = 14
- TextLabel_2.Parent = RedXGUI
- TextLabel_2.BackgroundColor3 = Color3.new(0.262745, 0.0666667, 0.435294)
- TextLabel_2.BorderColor3 = Color3.new(0, 0, 0)
- TextLabel_2.BorderSizePixel = 3
- TextLabel_2.Position = UDim2.new(-0.287850469, 0, 0.514792919, 0)
- TextLabel_2.Rotation = 90
- TextLabel_2.Size = UDim2.new(0, 289, 0, 11)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.Text = ââ
- TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
- TextLabel_2.TextSize = 14
- speed.Name = âspeedâ
- speed.Parent = RedXGUI
- speed.BackgroundColor3 = Color3.new(0.666667, 0, 0)
- speed.BackgroundTransparency = 0.5
- speed.BorderColor3 = Color3.new(0.258824, 0.0901961, 0.4)
- speed.BorderSizePixel = 3
- speed.Position = UDim2.new(0.0186915882, 0, 0.189349115, 0)
- speed.Size = UDim2.new(0, 137, 0, 31)
- speed.Font = Enum.Font.Gotham
- speed.Text = âSPEED[X]â
- speed.TextColor3 = Color3.new(0, 0, 0)
- speed.TextScaled = true
- speed.TextSize = 14
- speed.TextWrapped = true
- speed.MouseButton1Down:connect(function()
- local walkspeedplayer = game:GetService(âPlayersâ).LocalPlayer
- local walkspeedmouse = walkspeedplayer:GetMouse()
- local walkspeedenabled = false
- function x_walkspeed(key)
- if (key == âxâ) then
- if walkspeedenabled == false then
- _G.WS = 200;
- local Humanoid = game:GetService(âPlayersâ).LocalPlayer.Character.Humanoid;
- Humanoid:GetPropertyChangedSignal(âWalkSpeedâ):Connect(function()
- Humanoid.WalkSpeed = _G.WS;
- end)
- Humanoid.WalkSpeed = _G.WS;
- walkspeedenabled = true
- elseif walkspeedenabled == true then
- _G.WS = 20;
- local Humanoid = game:GetService(âPlayersâ).LocalPlayer.Character.Humanoid;
- Humanoid:GetPropertyChangedSignal(âWalkSpeedâ):Connect(function()
- Humanoid.WalkSpeed = _G.WS;
- end)
- Humanoid.WalkSpeed = _G.WS;
- walkspeedenabled = false
- end
- end
- end
- walkspeedmouse.KeyDown:connect(x_walkspeed)
- end)
- gravity.Name = âgravityâ
- gravity.Parent = RedXGUI
- gravity.BackgroundColor3 = Color3.new(0.666667, 0, 0)
- gravity.BackgroundTransparency = 0.5
- gravity.BorderColor3 = Color3.new(0.258824, 0.0901961, 0.4)
- gravity.BorderSizePixel = 3
- gravity.Position = UDim2.new(0.355140209, 0, 0.189349115, 0)
- gravity.Size = UDim2.new(0, 137, 0, 31)
- gravity.Font = Enum.Font.Gotham
- gravity.Text = âGRAVITYâ
- gravity.TextColor3 = Color3.new(0, 0, 0)
- gravity.TextScaled = true
- gravity.TextSize = 14
- gravity.TextWrapped = true
- gravity.MouseButton1Down:connect(function()
- if Gravity == true then
- Gravity = false
- game.workspace.Gravity = 196.2
- else
- Gravity = true
- game.workspace.Gravity = 45
- end
- end)
- clickTP.Name = âclickTPâ
- clickTP.Parent = RedXGUI
- clickTP.BackgroundColor3 = Color3.new(0.666667, 0, 0)
- clickTP.BackgroundTransparency = 0.5
- clickTP.BorderColor3 = Color3.new(0.258824, 0.0901961, 0.4)
- clickTP.BorderSizePixel = 3
- clickTP.Position = UDim2.new(0.693457961, 0, 0.189349115, 0)
- clickTP.Size = UDim2.new(0, 137, 0, 31)
- clickTP.Font = Enum.Font.Gotham
- clickTP.Text = âCLICKTP[N]â
- clickTP.TextColor3 = Color3.new(0, 0, 0)
- clickTP.TextScaled = true
- clickTP.TextSize = 14
- clickTP.TextWrapped = true
- clickTP.MouseButton1Click:Connect(function()
- toggle = true
- togglekey = ânâ âKey that you will use to toggle the on and off
- killkey = âkâ âKey that you will use to kill a player
- function Hint(txt)
- local b = Instance.new(âHintâ, workspace)
- b.Text = txt
- wait(2)
- b:Destroy()
- end
- Local = game:GetService(âPlayersâ).LocalPlayer
- Mouse = Local:GetMouse()
- Mouse.Button1Down:connect(function()
- pcall(function()
- if toggle then
- Local.Character.HumanoidRootPart.CFrame = Local:GetMouse().Hit
- end
- end)
- end)
- Mouse.KeyDown:connect(function(key)
- if key == togglekey then
- if toggle then
- toggle = false
- Hint(âTurned Off!â)
- print (âTurned Off!â)
- else
- toggle = true
- Hint(âTurned On!â)
- print (âTurned On!â)
- end
- elseif key == killkey then
- if toggle then
- pcall(function()
- Mouse.Target.Parent:FindFirstChild(âHumanoidâ).Health = 0
- Hint(âKilled â .. Mouse.Target.Parent.Name)
- end)
- end
- end
- end)
- end)
- btools.Name = âbtoolsâ
- btools.Parent = RedXGUI
- btools.BackgroundColor3 = Color3.new(0.666667, 0, 0)
- btools.BackgroundTransparency = 0.5
- btools.BorderColor3 = Color3.new(0.258824, 0.0901961, 0.4)
- btools.BorderSizePixel = 3
- btools.Position = UDim2.new(0.0186915882, 0, 0.423076928, 0)
- btools.Size = UDim2.new(0, 137, 0, 31)
- btools.Font = Enum.Font.Gotham
- btools.Text = âBTOOLSâ
- btools.TextColor3 = Color3.new(0, 0, 0)
- btools.TextScaled = true
- btools.TextSize = 14
- btools.TextWrapped = true
- btools.MouseButton1Down:connect(function()
- game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
- for index, child in pairs(game:GetService(âWorkspaceâ):GetChildren()) do
- if child.ClassName == âPartâ then
- child.Locked = false
- end
- if child.ClassName == âMeshPartâ then
- child.Locked = false
- end
- if child.ClassName == âUnionOperationâ then
- child.Locked = false
- end
- if child.ClassName == âModelâ then
- for index, chil in pairs(child:GetChildren()) do
- if chil.ClassName == âPartâ then
- chil.Locked = false
- end
- if chil.ClassName == âMeshPartâ then
- chil.Locked = false
- end
- if chil.ClassName == âUnionOperationâ then
- chil.Locked = false
- end
- if chil.ClassName == âModelâ then
- for index, childe in pairs(chil:GetChildren()) do
- if childe.ClassName == âPartâ then
- childe.Locked = false
- end
- if childe.ClassName == âMeshPartâ then
- childe.Locked = false
- end
- if childe.ClassName == âUnionOperationâ then
- childe.Locked = false
- end
- if childe.ClassName == âModelâ then
- for index, childeo in pairs(childe:GetChildren()) do
- if childeo.ClassName == âPartâ then
- childeo.Locked = false
- end
- if childeo.ClassName == âMeshPartâ then
- childeo.Locked = false
- end
- if childeo.ClassName == âUnionOperationâ then
- childeo.Locked = false
- end
- if childeo.ClassName == âModelâ then
- end
- end
- end
- end
- end
- end
- end
- end
- c = Instance.new(âHopperBinâ, game:GetService(âPlayersâ).LocalPlayer.Backpack)
- c.BinType = Enum.BinType.Hammer
- c = Instance.new(âHopperBinâ, game:GetService(âPlayersâ).LocalPlayer.Backpack)
- c.BinType = Enum.BinType.Clone
- c = Instance.new(âHopperBinâ, game:GetService(âPlayersâ).LocalPlayer.Backpack)
- c.BinType = Enum.BinType.Grab
- end)
- autocash.Name = âautocashâ
- autocash.Parent = RedXGUI
- autocash.BackgroundColor3 = Color3.new(0.666667, 0, 0)
- autocash.BackgroundTransparency = 0.5
- autocash.BorderColor3 = Color3.new(0.258824, 0.0901961, 0.4)
- autocash.BorderSizePixel = 3
- autocash.Position = UDim2.new(0.355140209, 0, 0.423076928, 0)
- autocash.Size = UDim2.new(0, 137, 0, 31)
- autocash.Font = Enum.Font.Gotham
- autocash.Text = âAUTOCASHâ
- autocash.TextColor3 = Color3.new(0, 0, 0)
- autocash.TextScaled = true
- autocash.TextSize = 14
- autocash.TextWrapped = true
- fling.Name = âflingâ
- fling.Parent = RedXGUI
- fling.BackgroundColor3 = Color3.new(0.666667, 0, 0)
- fling.BackgroundTransparency = 0.5
- fling.BorderColor3 = Color3.new(0.258824, 0.0901961, 0.4)
- fling.BorderSizePixel = 3
- fling.Position = UDim2.new(0.693457961, 0, 0.423076928, 0)
- fling.Size = UDim2.new(0, 137, 0, 31)
- fling.Font = Enum.Font.Gotham
- fling.Text = âFLINGGUIâ
- fling.TextColor3 = Color3.new(0, 0, 0)
- fling.TextScaled = true
- fling.TextSize = 14
- fling.TextWrapped = true
- fling.MouseButton1Click:Connect(function()
- â Made By JackMcJagger15
- local FlingKill = Instance.new(âScreenGuiâ)
- local Main = Instance.new(âFrameâ)
- local Label = Instance.new(âFrameâ)
- local Shadow = Instance.new(âFrameâ)
- local StartKill = Instance.new(âTextButtonâ)
- local StopKill = Instance.new(âTextButtonâ)
- local Instructions = Instance.new(âTextLabelâ)
- local CurrentPower = Instance.new(âTextLabelâ)
- local Recomendation = Instance.new(âTextLabelâ)
- local NameOfGui = Instance.new(âTextLabelâ)
- local Exit = Instance.new(âTextButtonâ)
- local UPArrow = Instance.new(âTextButtonâ)
- local DownArrow = Instance.new(âTextButtonâ)
- â Properties
- FlingKill.Name = âFling/Killâ
- FlingKill.Parent = game.CoreGui
- Main.Name = âMainâ
- Main.Parent = FlingKill
- Main.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
- Main.BorderSizePixel = 0
- Main.Position = UDim2.new(0.702554762, 0, 0.446640313, 0)
- Main.Size = UDim2.new(0, 217, 0, 233)
- Main.Selectable = true
- Main.Active = true
- Main.Draggable = true
- Label.Name = âLabelâ
- Label.Parent = Main
- Label.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
- Label.BorderSizePixel = 0
- Label.Size = UDim2.new(0, 217, 0, 27)
- Shadow.Name = âShadowâ
- Shadow.Parent = Main
- Shadow.BackgroundColor3 = Color3.new(0.67451, 0.694118, 0.705882)
- Shadow.BorderSizePixel = 0
- Shadow.Position = UDim2.new(0, 0, 0.115879826, 0)
- Shadow.Size = UDim2.new(0, 217, 0, 9)
- StartKill.Name = âStartKillâ
- StartKill.Parent = Main
- StartKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
- StartKill.BorderSizePixel = 0
- StartKill.Position = UDim2.new(0.195852548, 0, 0.227467805, 0)
- StartKill.Size = UDim2.new(0, 126, 0, 23)
- StartKill.Font = Enum.Font.Cartoon
- StartKill.Text = âFE Kill/Flingâ
- StartKill.TextColor3 = Color3.new(0, 0, 0)
- StartKill.TextSize = 14
- StopKill.Name = âStopKillâ
- StopKill.Parent = Main
- StopKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
- StopKill.BorderSizePixel = 0
- StopKill.Position = UDim2.new(0.207373276, 0, 0.38197428, 0)
- StopKill.Size = UDim2.new(0, 124, 0, 23)
- StopKill.Font = Enum.Font.Cartoon
- StopKill.Text = âStop FE Kill/Flingâ
- StopKill.TextColor3 = Color3.new(0, 0, 0)
- StopKill.TextSize = 14
- Instructions.Name = âInstructionsâ
- Instructions.Parent = Main
- Instructions.BackgroundColor3 = Color3.new(1, 1, 1)
- Instructions.BackgroundTransparency = 1
- Instructions.Position = UDim2.new(0.0391705073, 0, 0.549356222, 0)
- Instructions.Size = UDim2.new(0, 200, 0, 32)
- Instructions.Font = Enum.Font.Cartoon
- Instructions.Text = âJust touch someone to watch the fly to their death!â
- Instructions.TextColor3 = Color3.new(0, 0, 0)
- Instructions.TextSize = 14
- Instructions.TextWrapped = true
Roblox AdoptMe Script Pastebin
If you are looking for the pastbin adopt me script then visit here
Conclusion
We tried to give as much information as we could about Adopt Me Script in this article. If you like it, please share it with other fans. Follow us for more such kind of information.
Read also: