Сontent continues after AD

Script – Fish a Brainrot

Thank you for using our website
Your script:

				
					local player = game.Players.LocalPlayer
local gui = player:WaitForChild("PlayerGui"):WaitForChild("Fishing"):WaitForChild("Container"):WaitForChild("ReelFrame")

local reelBar = gui:WaitForChild("ReelBar")
local target = gui:WaitForChild("Target")

game:GetService("RunService").RenderStepped:Connect(function()
    reelBar.Position = target.Position
    reelBar.AnchorPoint = target.AnchorPoint
end)



      
				
			

if the script does not work, try other scripts on our website