Correct Door ESP Math Obby Script
Roblox Scripts is what Roblox players and coders use to build interactive games. To be more specific, players use Lua scripts—a popular scripting and programming language.
We do not any harmful on your devices we always check it before we post online.
Instruction
1.Open Roblox And Start Playing 2.Click The Blue Circle To Copy The Script Code 3.Paste The Script Code Into Your Executor 4.Then Execute The Script Code 5.Enjoy
Use your dummy account first we are not responsible if your account getting Ban.
Script Code
--[[ Made by Rileyy#0808 Math obby correct door ESP ]] for _, category in next, workspace.Questions:GetChildren() do for _, question in next, category:GetChildren() do local choices = question:FindFirstChild('Question+Choices') if choices then if choices:FindFirstChild('CorrectDoor') then choices.CorrectDoor.Color = Color3.new(0, 1, 0) else choices.TELEPORT.WalkThroughTeleport.Color = Color3.new(0, 1, 0) end end end end