Advertisement
VoltixDevelopment

Impossible Glass Bridge Obby! (This reveals the bridge path.)

Oct 8th, 2022
2,812
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. --[[This script was developed for Impossible Glass Bridge Obby (https://www.roblox.com/games/7952502098/Impossible-Glass-Bridge-Obby-Squid-Game) This script was developed by CodeUnsecure!]]
  2.  
  3. while true do
  4. wait(1)
  5. glass=game:GetService("Workspace"):WaitForChild("Glass Bridge").GlassPane:GetDescendants()
  6. for i=1,#glass do
  7. if glass[i].ClassName=="TouchTransmitter" then
  8. local G=glass[i].Parent
  9. G.Color=Color3.new(255,0,0)
  10. warn(tostring(G))
  11. end
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement