Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[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!]]
- while true do
- wait(1)
- glass=game:GetService("Workspace"):WaitForChild("Glass Bridge").GlassPane:GetDescendants()
- for i=1,#glass do
- if glass[i].ClassName=="TouchTransmitter" then
- local G=glass[i].Parent
- G.Color=Color3.new(255,0,0)
- warn(tostring(G))
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement