local DrRayLibrary = loadstring(game:HttpGet("https://raw.githubusercontent.com/AZYsGithub/DrRay-UI-Library/main/DrRay.lua"))() local window = DrRayLibrary:Load("Touch Football", "Default") local tab = DrRayLibrary.newTab("Main", "ImageIdHere") -- Blacklist system useless delete it if you want local Blacklist = { Roblox = true } if Blacklist[game:GetService("Players").LocalPlayer.Name] then game.Players.LocalPlayer:Kick("Blacklisted") wait(2) game:Shutdown() -- because player can use antikick and bypass it end tab.newButton("bring ball", "brings ball to ur CFrame", function() game:GetService("Workspace").FootballField.SoccerBall.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame end) tab.newButton("loopbring ball", "loop brings ball to ur CFrame", function() while wait() do game:GetService("Workspace").FootballField.SoccerBall.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame end end) tab.newButton("Goal A Team", "", function() -- KickBall event because for GoalEvent work local args = { [1] = Vector3.new(-213.62574768066406, 6.241994857788086, 117.22891235351562), [2] = Vector3.new(84.71153259277344, 34, 6.996870040893555), [3] = Vector3.new(0, -3.3757386207580566, 0), [4] = 3.379659414291382, [5] = "djhtelkds" } game:GetService("ReplicatedStorage").KickBall:FireServer(unpack(args)) wait(0.5) -- GoalEvent local args = { [1] = "A" } game:GetService("ReplicatedStorage").GoalEvent:FireServer(unpack(args)) end) tab.newButton("Goal B Team", "", function() -- KickBall event because for GoalEvent work local args = { [1] = Vector3.new(-213.62574768066406, 6.241994857788086, 117.22891235351562), [2] = Vector3.new(84.71153259277344, 34, 6.996870040893555), [3] = Vector3.new(0, -3.3757386207580566, 0), [4] = 3.379659414291382, [5] = "djhtelkds" } game:GetService("ReplicatedStorage").KickBall:FireServer(unpack(args)) wait(0.5) -- GoalEvent local args = { [1] = "B" } game:GetService("ReplicatedStorage").GoalEvent:FireServer(unpack(args)) end) tab.newButton("Freeze ball", "if you want unfreeze press goal b or a", function() while wait() do game:GetService("Workspace").FootballField.SoccerBall.Anchored = true local args = { [1] = Vector3.new(0), [2] = Vector3.new(0), [3] = Vector3.new(0), [4] = 0, [5] = "djhtelkds" } game:GetService("ReplicatedStorage").KickBall:FireServer(unpack(args)) end end) tab.newButton("Delete ball (fe)", "make sure the ball is spawned (goal any team too return the ball)", function() while wait() do local args = { [1] = Vector3.new(560.5654296875, 600.843505859375, 1582.93701171875), [2] = Vector3.new(560.5654296875, 600.843505859375, 1582.93701171875), [3] = Vector3.new(560.5654296875, 600.843505859375, 1582.93701171875), [4] = 0, [5] = "djhtelkds" } game:GetService("ReplicatedStorage").KickBall:FireServer(unpack(args)) game:GetService("Workspace").FootballField.SoccerBall.Anchored = true end end) tab.newLabel("Made by the guy who have broken grammar,english Vole7vin/Onlyscripts") tab.newLabel("If you see anyone Abusing the script highly too much add me in discord you need proof vid that hes abusing and his/her username") tab.newLabel("Discord Username: feariosz0")