Impossible Glass Bridge Obby Script | REMOVES ALL THE GLASS WHICH YOU CANNOT STAND ON

Created by Bennett#1897

Features:

  • REMOVES ALL THE GLASS WHICH YOU CANNOT STAND ON
while true and task.wait() do
for i,v in pairs(game:GetService("Workspace")["Glass Bridge"].GlassPane:GetDescendants()) do
   if v.Name == 'TouchInterest' then
       v.Parent.Transparency = 1
       end
   end
end