Find any script for Roblox

Enter the name of the game or script.

Impossible Glass Bridge Obby! script – (mark right path)

Functions: mark right path

Script developer: BananasRule

Installation guide:Copy the script from the button below.Run any Injector (We recommend KRNL Injector)Install it, insert the script and click executeEnjoy it)

Thank you for using our website
Your script:

				
					while true do
    wait(1)
    for i,v in pairs(game.Workspace["Glass Bridge"].GlassPane:GetDescendants()) do
    if v.ClassName == "Part" then
    if v.CanCollide == false then
    v.Transparency = 0  
    v.BrickColor = BrickColor.new("Really red")
    else
    v.BrickColor = BrickColor.new("Lime green")
    v.Transparency = 0
    end
    end
    end
    end
				
			
Leave a Comment

Your email address will not be published. Required fields are marked *