line 4 attempt to index nil with ‘WaitForChild’
while wait(.1) do
if game.Players.LocalPlayer.PlayerGui.ActionBarScreenGui.ActionBar:FindFirstChild("RoactTree") then
wait(.1)
game.Players.LocalPlayer.PlayerGui:WaitForChild("ActionBarScreenGui",1):WaitForChild("ActionBar",1):WaitForChild("RoactTree",1):WaitForChild("3",1):WaitForChild("Minigame",1):WaitForChild("Marker",1).Position = game.Players.LocalPlayer.PlayerGui:WaitForChild("ActionBarScreenGui",1):WaitForChild("ActionBar",1):WaitForChild("RoactTree",1):WaitForChild("3",1):WaitForChild("Minigame",1):WaitForChild("FishZone",1).Position
wait(.1)
end
end