Roblox Script - Impossible Glass Bridge Obby! [See Path]

 


With this script you are able to see the path / steps which do not break


Game : https://www.roblox.com/games/7952502098/Impossible-Glass-Bridge-Obby-Squid-Game



Script:

local c = workspace['Glass Bridge'].GlassPane:GetChildren()

for i=1,#c do

if c[i]['1'].CanCollide == true then

c[i]['1'].Transparency = 0

elseif c[i]['2'].CanCollide == true then

c[i]['2'].Transparency = 0

end

end



Previous Post Next Post