#gui is not wroking

14 messages · Page 1 of 1 (latest)

golden cairn
#

when i use this script the text is not changoing the screen gui is not being enbaled why? here's the script

    if IsTyping then return end
    if input.KeyCode == Enum.KeyCode.E then
        local textUI = game.StarterGui.ScreenGui
        local text = textUI.TextButton

        task.wait(3)

        textUI.Enabled = true
        text.Text = ("Cursed Technique Reversal: Red")
        print(1)

        task.wait(3)

        text.Text = ("Cursed Technique Amplification: Blue")
        print(2)

        task.wait(5)

        text.Text = ("Hollow...")
        print(3)

        task.wait(3.1)

        text.Text = ("Purple")
        print(4)

        task.wait(2)

        textUI.Enabled = false
    end
end)
golden cairn
#

@rigid gale can u give some more information?

rigid gale
#

And is local inside player

golden cairn
#

ok

#

@rigid gale can u show me what part do i have to fix? of my script

rigid gale
golden cairn
#

can u sent me a fixed version of that part?

rigid gale
golden cairn
#

ahhh

#

ok

#

thx tho

#

@rigid gale yay its working now thx bro