Find any script for Roblox

Enter the name of the game or script.

Script – Impossible Glass bridge obby 2

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