probanana

Impossible Glass Bridge Obby! EASY WIN

Dec 22nd, 2022
200
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 do
  2. wait(0.3)
  3. for _,v in pairs(game:GetService("Workspace")["Glass Bridge"].GlassPane:GetDescendants()) do
  4. if v:IsA("TouchTransmitter") then
  5. v.Parent.Color = Color3.fromRGB(255,0,0)
  6.  
  7. end
  8. end
  9. end
Add Comment
Please, Sign In to add comment