Find any script for Roblox

Enter the name of the game or script.

Script – Fish a Brainrot

Thank you for using our website
Your script:

NO KEY

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)