#d

1 messages · Page 1 of 1 (latest)

pearl jewel
#

d

#

local folder = script.Parent
local GuiColor = game.StarterGui.ScreenGui

for _,v in ipairs(folder:GetChildren()) do
if v:IsA("Script") then return end

task.wait(6)
GuiColor.TextButton.Text = "step on the blue"
if v.Color == Color3.fromRGB(0, 0, 255) then
    return
else
    v.Transparency = 1
    v.CanCollide = false
    
    task.wait(5)
    v.CanCollide = true
    v.Transparency = 0
    GuiColor.TextButton.Text = "step on red"
    if v.Color  == Color3.fromRGB(255, 0, 0) then
    else
        v.Transparency = 1
        v.CanCollide = false
        
        task.wait(5)
        GuiColor.TextButton.Text = "step on green"
        if v.Color == Color3.fromRGB(0, 255, 0) then
        else
            v.Transparency = 1
            v.CanCollide = false
            
            task.wait(5)
            GuiColor.TextButton.Text = "step on yellow"
            
            if v.Color == Color3.fromRGB(255, 255, 0) then
            else
                v.Transpareny = 1
                v.CanCollide = false
                task.wait(5)
                GuiColor.TextButton.Text = "step on orange"
                if v.Color == Color3.fromRGB(218, 133, 65) then
                else
                    v.Transparency = 1
                    v.CanCollide = false
                    
                    task.wait(5)
                    GuiColor.TextButton.Text = "step on black"
                    if v.Color == Color3.fromRGB() then
                    else
                        v.Transparency = 1
                        v.CanCollide = false 
                        
                        return
                    end
                end
                return
            end
            
            return
        end
        return
    end
end

end

potent rampart
#

@pearl jewel thats starter gui isnt it supposed to be player gui

uncut compass
#

scripting war crime?

potent rampart
potent rampart
uncut compass
#

but guiColor is not the playerGui

pearl jewel
#

guiColor is a screengui in starter gui

uncut compass
#

where do u place the script?

#

startergui only load once when the player join

pearl jewel
#

no

clever glade