#Confused on this script

1 messages · Page 1 of 1 (latest)

stone socket
#

So i used this video https://www.youtube.com/watch?v=hPEE5ol6xc4&t=29s to make a npc with dialouge and i added a script that. This is the script i used thats supposed to play after the dialouge
if responseNum == 1 then
dialogObject:hideGui("Here's your skin shop!")

        local playerGui = player:WaitForChild("PlayerGui")  
        local skinShopGui = playerGui:FindFirstChild("SkinShopGui")
        if skinShopGui then
            skinShopGui.Enabled = true
        end
past jackalBOT
#

studio** You are now Level 2! **studio

stone socket
#

btw thats supposed to open a gui, ik i explained this bad i can clear anything up for anyone

plain peak
#

are you sure it should be enabled and not visbile?

stone socket
#

pretty sure

#

i can redo it rq

#

it could work either way, no?

#

im pretty new to this

dusty vigil
#

enabled is only the screengui objects i believe