Advertisement
0lf3_

Impossible Glass Bridge Obby Script (Mark The Right Path)

Jul 24th, 2022
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. while true and task.wait() do
  2. for i,v in pairs(game:GetService("Workspace")["Glass Bridge"].GlassPane:GetDescendants()) do
  3. if v.Name == 'TouchInterest' then
  4. v.Parent.Transparency = 1
  5. end
  6. end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement