Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- made by roblox username (littleoemmett0)
- -- credit to CheapFoil(youtuber channel name) for the idea of teleport and 3 teleport script button
- -- version 3
- local ScreenGui = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local title = Instance.new("TextLabel")
- local infjump = Instance.new("TextButton")
- local fastwalkspeed = Instance.new("TextButton")
- local normalwalkspeed = Instance.new("TextButton")
- local darkdex = Instance.new("TextButton")
- local antikickbansccript = Instance.new("TextButton")
- local infadmincmds = Instance.new("TextButton")
- local btools = Instance.new("TextButton")
- local btoolslabel = Instance.new("TextLabel")
- local teleporttoshop = Instance.new("TextButton")
- local teleporttoend = Instance.new("TextButton")
- local teleporttobutton = Instance.new("TextButton")
- local teleportoutsidemap = Instance.new("TextButton")
- local researcherfreegamepasstp = Instance.new("TextButton")
- local teleporttosafezone = Instance.new("TextButton")
- local tptoyourstats = Instance.new("TextButton")
- local teleporttosafezone2 = Instance.new("TextButton")
- local autofarm = Instance.new("TextButton")
- local autofarmlabel = Instance.new("TextLabel")
- local autofarmlabel2 = Instance.new("TextLabel")
- local credittitle = Instance.new("TextLabel")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- main.Name = "main"
- main.Parent = ScreenGui
- main.BackgroundColor3 = Color3.fromRGB(59, 59, 59)
- main.Position = UDim2.new(0.229540914, 0, 0.52352047, 0)
- main.Size = UDim2.new(0, 517, 0, 268)
- main.Active = true
- main.Draggable = true
- title.Name = "title"
- title.Parent = main
- title.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
- title.Size = UDim2.new(0, 300, 0, 45)
- title.Font = Enum.Font.SourceSans
- title.Text = "Tsunami game Gui | Made by Littleoemmett"
- title.TextColor3 = Color3.fromRGB(0, 0, 0)
- title.TextSize = 20.000
- infjump.Name = "inf jump"
- infjump.Parent = main
- infjump.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
- infjump.Position = UDim2.new(0, 0, 0.164349332, 0)
- infjump.Size = UDim2.new(0, 99, 0, 38)
- infjump.Font = Enum.Font.SourceSans
- infjump.Text = "Inf jump"
- infjump.TextColor3 = Color3.fromRGB(0, 0, 0)
- infjump.TextSize = 20.000
- infjump.MouseButton1Down:connect(function()
- --[[Subscribe to Zaptosis on YouTube for more awesome scripts!
- ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
- ███▀▀▀███░░░░░░░░░░░░░░░░░░░██░░░░░░░░░░░░░░░░░░░░██░░░░░░░░░
- █▀░░░███░░░░░░░░░░░░░░░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
- ▀░░░███░░▄█▀██▄░▀████████▄██████░░▄██▀██▄░▄██▀██████░░▄██▀███
- ░░░███░░██░░░██░░░██░░░▀██░░██░░░██▀░░░▀████░░░▀▀░██░░██░░░▀▀
- ░░███░░░▄▄█████░░░██░░░░██░░██░░░██░░░░░██▀█████▄░██░░▀█████▄
- ░███░░░▄██░░░██░░░██░░░▄██░░██░░░██▄░░░▄███▄░░░██░██░░█▄░░░██
- █████████████▀██▄░██████▀░░░▀████░▀█████▀░██████▀████▄██████▀
- ░░░░░░░░░░░░░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
- ░░░░░░░░░░░░░░░░▄████▄░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
- ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
- ]]
- _G.infinjump = true
- local Player = game:GetService("Players").LocalPlayer
- local Mouse = Player:GetMouse()
- Mouse.KeyDown:connect(function(k)
- if _G.infinjump then
- if k:byte() == 32 then
- Humanoid = game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid")
- Humanoid:ChangeState("Jumping")
- wait(0.1)
- Humanoid:ChangeState("Seated")
- end
- end
- end)
- local Player = game:GetService("Players").LocalPlayer
- local Mouse = Player:GetMouse()
- Mouse.KeyDown:connect(function(k)
- k = k:lower()
- if k == "f" then
- if _G.infinjump == true then
- _G.infinjump = false
- else
- _G.infinjump = true
- end
- end
- end)
- end)
- fastwalkspeed.Name = "fast walkspeed"
- fastwalkspeed.Parent = main
- fastwalkspeed.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
- fastwalkspeed.Position = UDim2.new(0, 0, 0.34474048, 0)
- fastwalkspeed.Size = UDim2.new(0, 99, 0, 49)
- fastwalkspeed.Font = Enum.Font.SourceSans
- fastwalkspeed.Text = "fast walkspeed"
- fastwalkspeed.TextColor3 = Color3.fromRGB(0, 0, 0)
- fastwalkspeed.TextSize = 19.000
- fastwalkspeed.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 50
- end)
- normalwalkspeed.Name = "normal walkspeed"
- normalwalkspeed.Parent = main
- normalwalkspeed.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
- normalwalkspeed.Position = UDim2.new(0, 0, 0.573543966, 0)
- normalwalkspeed.Size = UDim2.new(0, 104, 0, 49)
- normalwalkspeed.Font = Enum.Font.SourceSans
- normalwalkspeed.Text = "normal walkspeed"
- normalwalkspeed.TextColor3 = Color3.fromRGB(0, 0, 0)
- normalwalkspeed.TextSize = 15.000
- normalwalkspeed.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
- end)
- darkdex.Name = "dark dex"
- darkdex.Parent = main
- darkdex.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
- darkdex.Position = UDim2.new(0.220502898, 0, 0.164330453, 0)
- darkdex.Size = UDim2.new(0, 87, 0, 49)
- darkdex.Font = Enum.Font.SourceSans
- darkdex.Text = "Dark Dex"
- darkdex.TextColor3 = Color3.fromRGB(0, 0, 0)
- darkdex.TextSize = 20.000
- darkdex.MouseButton1Down:connect(function()
- -- Dark Dex --
- if game:GetService'CoreGui':FindFirstChild'Dex' then
- game:GetService'CoreGui'.Dex:Destroy();
- end
- math.randomseed(tick())
- local charset = {}
- for i = 48, 57 do table.insert(charset, string.char(i)) end
- for i = 65, 90 do table.insert(charset, string.char(i)) end
- for i = 97, 122 do table.insert(charset, string.char(i)) end
- function RandomCharacters(length)
- if length > 0 then
- return RandomCharacters(length - 1) .. charset[math.random(1, #charset)]
- else
- return ""
- end
- end
- local Dex = game:GetObjects("rbxassetid://3567096419")[1]
- Dex.Name = RandomCharacters(math.random(5, 20))
- Dex.Parent = game:GetService("CoreGui")
- local function Load(Obj, Url)
- local function GiveOwnGlobals(Func, Script)
- local Fenv = {}
- local RealFenv = {script = Script}
- local FenvMt = {}
- FenvMt.__index = function(a,b)
- if RealFenv[b] == nil then
- return getfenv()[b]
- else
- return RealFenv[b]
- end
- end
- FenvMt.__newindex = function(a, b, c)
- if RealFenv[b] == nil then
- getfenv()[b] = c
- else
- RealFenv[b] = c
- end
- end
- setmetatable(Fenv, FenvMt)
- setfenv(Func, Fenv)
- return Func
- end
- local function LoadScripts(Script)
- if Script.ClassName == "Script" or Script.ClassName == "LocalScript" then
- spawn(function()
- GiveOwnGlobals(loadstring(Script.Source, "=" .. Script:GetFullName()), Script)()
- end)
- end
- for i,v in pairs(Script:GetChildren()) do
- LoadScripts(v)
- end
- end
- LoadScripts(Obj)
- end
- Load(Dex)
- end)
- antikickbansccript.Name = "anti kick/ban sccript"
- antikickbansccript.Parent = main
- antikickbansccript.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
- antikickbansccript.Position = UDim2.new(0.220502958, 0, 0.393247902, 0)
- antikickbansccript.Size = UDim2.new(0, 92, 0, 49)
- antikickbansccript.Font = Enum.Font.SourceSans
- antikickbansccript.Text = "anti kick/ban "
- antikickbansccript.TextColor3 = Color3.fromRGB(0, 0, 0)
- antikickbansccript.TextSize = 20.000
- antikickbansccript.MouseButton1Down:connect(function()
- local vu = game:GetService("VirtualUser")
- game:GetService("Players").LocalPlayer.Idled:connect(function()
- vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
- wait(1)
- vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
- end)
- end)
- infadmincmds.Name = "inf admin cmds"
- infadmincmds.Parent = main
- infadmincmds.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
- infadmincmds.Position = UDim2.new(0.220502898, 0, 0.603394687, 0)
- infadmincmds.Size = UDim2.new(0, 92, 0, 49)
- infadmincmds.Font = Enum.Font.SourceSans
- infadmincmds.Text = "inf amdin cmds"
- infadmincmds.TextColor3 = Color3.fromRGB(0, 0, 0)
- infadmincmds.TextSize = 15.000
- infadmincmds.MouseButton1Down:connect(function()
- --[[Subscribe to Zaptosis on YouTube for more awesome scripts!
- ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
- ███▀▀▀███░░░░░░░░░░░░░░░░░░░██░░░░░░░░░░░░░░░░░░░░██░░░░░░░░░
- █▀░░░███░░░░░░░░░░░░░░░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
- ▀░░░███░░▄█▀██▄░▀████████▄██████░░▄██▀██▄░▄██▀██████░░▄██▀███
- ░░░███░░██░░░██░░░██░░░▀██░░██░░░██▀░░░▀████░░░▀▀░██░░██░░░▀▀
- ░░███░░░▄▄█████░░░██░░░░██░░██░░░██░░░░░██▀█████▄░██░░▀█████▄
- ░███░░░▄██░░░██░░░██░░░▄██░░██░░░██▄░░░▄███▄░░░██░██░░█▄░░░██
- █████████████▀██▄░██████▀░░░▀████░▀█████▀░██████▀████▄██████▀
- ░░░░░░░░░░░░░░░░░░██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
- ░░░░░░░░░░░░░░░░▄████▄░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
- ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
- ]]
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- end)
- btools.Name = "btools"
- btools.Parent = main
- btools.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
- btools.Position = UDim2.new(0.00386846066, 0, 0.783714652, 0)
- btools.Size = UDim2.new(0, 102, 0, 37)
- btools.Font = Enum.Font.SourceSans
- btools.Text = "Btools"
- btools.TextColor3 = Color3.fromRGB(0, 0, 0)
- btools.TextSize = 50.000
- btools.MouseButton1Down:connect(function()
- --[[
- Unrestricted BTools
- By: OpenGamerTips
- Keybinds:
- Press P for BTools
- Press L to unlock the Workspace
- Press K to enable the backpack/other core elements.
- ]]--
- local player = game.Players.LocalPlayer
- local mouse = player:GetMouse()
- mouse.KeyDown:connect(function(key)
- key = string.lower(key)
- if key == "p" then
- for item = 1, 4 do
- HopperBin = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
- HopperBin.BinType = item
- end
- elseif key == "l" then
- function UnlockWorkspace(a)
- for n,part in pairs(a:GetChildren()) do
- if(part:IsA("BasePart")) then
- part.Locked = false
- end
- UnlockWorkspace(part)
- end
- end
- UnlockWorkspace(workspace)
- elseif key == "k" then
- local StarterGui = game:GetService("StarterGui")
- StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All, true)
- end
- end)
- end)
- btoolslabel.Name = "btools label"
- btoolslabel.Parent = main
- btoolslabel.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
- btoolslabel.Position = UDim2.new(0.220502883, 0, 0.814340949, 0)
- btoolslabel.Size = UDim2.new(0, 131, 0, 28)
- btoolslabel.Font = Enum.Font.SourceSans
- btoolslabel.Text = "press p,k,&l to turn on btools"
- btoolslabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- btoolslabel.TextSize = 13.000
- teleporttoshop.Name = "teleport to shop"
- teleporttoshop.Parent = main
- teleporttoshop.BackgroundColor3 = Color3.fromRGB(170, 255, 0)
- teleporttoshop.Position = UDim2.new(0.522243738, 0, 0.164179102, 0)
- teleporttoshop.Size = UDim2.new(0, 92, 0, 37)
- teleporttoshop.Font = Enum.Font.SourceSans
- teleporttoshop.Text = "teleport to shop"
- teleporttoshop.TextColor3 = Color3.fromRGB(0, 0, 0)
- teleporttoshop.TextSize = 15.000
- teleporttoshop.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-109.189941, 121.999977, 964.618896, -0.999879658, 8.12031864e-09, 0.0155128092, 9.12313691e-09, 1, 6.4573797e-08, -0.0155128092, 6.47075566e-08, -0.999879658)
- end)
- teleporttoend.Name = "teleport to end"
- teleporttoend.Parent = main
- teleporttoend.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
- teleporttoend.Position = UDim2.new(0.522243738, 0, 0.344191611, 0)
- teleporttoend.Size = UDim2.new(0, 92, 0, 38)
- teleporttoend.Font = Enum.Font.SourceSans
- teleporttoend.Text = "teleport to end"
- teleporttoend.TextColor3 = Color3.fromRGB(0, 0, 0)
- teleporttoend.TextSize = 18.000
- teleporttoend.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-8.41160679, 40.0075188, -1004.59521, 0.999990702, -1.00251363e-08, -0.00431460468, 1.04982787e-08, 1, 1.09637945e-07, 0.00431460468, -1.09682219e-07, 0.999990702)
- end)
- teleporttobutton.Name = "teleport to button"
- teleporttobutton.Parent = main
- teleporttobutton.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
- teleporttobutton.Position = UDim2.new(0.522243738, 0, 0.524298787, 0)
- teleporttobutton.Size = UDim2.new(0, 92, 0, 38)
- teleporttobutton.Font = Enum.Font.SourceSans
- teleporttobutton.Text = "tp to button"
- teleporttobutton.TextColor3 = Color3.fromRGB(0, 0, 0)
- teleporttobutton.TextSize = 20.000
- teleporttobutton.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-23.9377632, 121.999977, 976.817078, -0.996561646, -5.40651399e-08, -0.0828543752, -5.41555636e-08, 1, -1.15601395e-09, 0.0828543752, 3.33498651e-09, -0.996561646)
- end)
- teleportoutsidemap.Name = "teleport outside map"
- teleportoutsidemap.Parent = main
- teleportoutsidemap.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
- teleportoutsidemap.Position = UDim2.new(0.522243738, 0, 0.69688642, 0)
- teleportoutsidemap.Size = UDim2.new(0, 92, 0, 38)
- teleportoutsidemap.Font = Enum.Font.SourceSans
- teleportoutsidemap.Text = "tp outside map"
- teleportoutsidemap.TextColor3 = Color3.fromRGB(0, 0, 0)
- teleportoutsidemap.TextSize = 18.000
- teleportoutsidemap.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-8.11115074, 232.007492, 1077.6416, -0.998851359, 1.14558463e-09, -0.0479157604, -3.00903746e-09, 1, 8.66346639e-08, 0.0479157604, 8.66793357e-08, -0.998851359)
- end)
- researcherfreegamepasstp.Name = "researcher free gamepass tp"
- researcherfreegamepasstp.Parent = main
- researcherfreegamepasstp.BackgroundColor3 = Color3.fromRGB(170, 255, 0)
- researcherfreegamepasstp.Position = UDim2.new(0.715667307, 0, 0.167910442, 0)
- researcherfreegamepasstp.Size = UDim2.new(0, 147, 0, 37)
- researcherfreegamepasstp.Font = Enum.Font.SourceSans
- researcherfreegamepasstp.Text = "researcher free gamepass tp"
- researcherfreegamepasstp.TextColor3 = Color3.fromRGB(0, 0, 0)
- researcherfreegamepasstp.TextSize = 15.000
- researcherfreegamepasstp.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(114.011047, 122.007507, 991.750183, -0.999533951, -2.33304771e-08, 0.0305260941, -2.02814068e-08, 1, 1.00193688e-07, -0.0305260941, 9.9527881e-08, -0.999533951)
- end)
- teleporttosafezone.Name = "teleport to safe zone"
- teleporttosafezone.Parent = main
- teleporttosafezone.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
- teleporttosafezone.Position = UDim2.new(0.767891705, 0, 0.344191611, 0)
- teleporttosafezone.Size = UDim2.new(0, 92, 0, 38)
- teleporttosafezone.Font = Enum.Font.SourceSans
- teleporttosafezone.Text = "tp to safe zone"
- teleporttosafezone.TextColor3 = Color3.fromRGB(0, 0, 0)
- teleporttosafezone.TextSize = 18.000
- teleporttosafezone.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-80.6495438, 122.007507, 966.922791, 0.998485804, -2.46480454e-08, -0.0550100952, 2.34884787e-08, 1, -2.17257039e-08, 0.0550100952, 2.04007033e-08, 0.998485804)
- end)
- tptoyourstats.Name = "tp to your stats"
- tptoyourstats.Parent = main
- tptoyourstats.BackgroundColor3 = Color3.fromRGB(170, 255, 0)
- tptoyourstats.Position = UDim2.new(0.522243738, 0, 0.861940265, 0)
- tptoyourstats.Size = UDim2.new(0, 92, 0, 37)
- tptoyourstats.Font = Enum.Font.SourceSans
- tptoyourstats.Text = "tp to your stats"
- tptoyourstats.TextColor3 = Color3.fromRGB(0, 0, 0)
- tptoyourstats.TextSize = 15.000
- tptoyourstats.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(169.22879, 122.007507, 944.232178, 0.999583721, -1.12036469e-08, -0.0288517606, 8.85550477e-09, 1, -8.151423e-08, 0.0288517606, 8.12247976e-08, 0.999583721)
- end)
- teleporttosafezone2.Name = "teleport to safe zone 2"
- teleporttosafezone2.Parent = main
- teleporttosafezone2.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
- teleporttosafezone2.Position = UDim2.new(0.767891705, 0, 0.523296058, 0)
- teleporttosafezone2.Size = UDim2.new(0, 98, 0, 38)
- teleporttosafezone2.Font = Enum.Font.SourceSans
- teleporttosafezone2.Text = "tp to safe zone 2"
- teleporttosafezone2.TextColor3 = Color3.fromRGB(0, 0, 0)
- teleporttosafezone2.TextSize = 17.000
- teleporttosafezone2.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(99.0329361, 122.007507, 963.96051, 0.997739732, -1.02441504e-07, 0.0671973154, 9.9893164e-08, 1, 4.12832968e-08, -0.0671973154, -3.44774342e-08, 0.997739732)
- end)
- autofarm.Name = "autofarm"
- autofarm.Parent = main
- autofarm.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
- autofarm.Position = UDim2.new(0.767891705, 0, 0.694937885, 0)
- autofarm.Size = UDim2.new(0, 92, 0, 38)
- autofarm.Font = Enum.Font.SourceSans
- autofarm.Text = "autofarm"
- autofarm.TextColor3 = Color3.fromRGB(0, 0, 0)
- autofarm.TextSize = 18.000
- autofarm.MouseButton1Down:connect(function()
- while true do
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-7.72031689, 40.0075188, -1051.73511, 0.994191408, -2.18064518e-08, 0.107626528, 1.23257804e-08, 1, 8.87538363e-08, -0.107626528, -8.69117187e-08, 0.994191408)
- -- Every loop needs a wait increment, or your game might crash
- wait(0)
- end
- end)
- autofarmlabel.Name = "autofarm label"
- autofarmlabel.Parent = main
- autofarmlabel.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
- autofarmlabel.Position = UDim2.new(0.700193405, 0, 0.832997799, 0)
- autofarmlabel.Size = UDim2.new(0, 155, 0, 23)
- autofarmlabel.Font = Enum.Font.SourceSans
- autofarmlabel.Text = "press tp to end before clciking"
- autofarmlabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- autofarmlabel.TextSize = 15.000
- autofarmlabel2.Name = "autofarm label 2"
- autofarmlabel2.Parent = main
- autofarmlabel2.BackgroundColor3 = Color3.fromRGB(0, 255, 255)
- autofarmlabel2.Position = UDim2.new(0.700193405, 0, 0.918818712, 0)
- autofarmlabel2.Size = UDim2.new(0, 155, 0, 23)
- autofarmlabel2.Font = Enum.Font.SourceSans
- autofarmlabel2.Text = "autofarm or it will break"
- autofarmlabel2.TextColor3 = Color3.fromRGB(0, 0, 0)
- autofarmlabel2.TextSize = 15.000
- credittitle.Name = "credit title"
- credittitle.Parent = main
- credittitle.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
- credittitle.Position = UDim2.new(0.593810439, 0, 0, 0)
- credittitle.Size = UDim2.new(0, 210, 0, 45)
- credittitle.Font = Enum.Font.SourceSans
- credittitle.Text = "credit to Cheapfoil for 3 tp button script"
- credittitle.TextColor3 = Color3.fromRGB(0, 0, 0)
- credittitle.TextSize = 15.000
Add Comment
Please, Sign In to add comment