Thank you for using our website
Your script:
while true do
local player = game.Players.LocalPlayer
local chestPart = workspace.Finish.Chest
local offset = Vector3.new(0,50,0)
player.Character:SetPrimaryPartCFrame(chestPart.CFrame + offset)
wait(0.1)
end