#Just need someone to make me a Code which opens a gui [need Totourial] I'm new to coding
1 messages · Page 1 of 1 (latest)
local frame = -- path to frame
local button = script.Parent -- or path to button
button.MouseButton1Click:Connect(function()
frame.Visible = true
end)
Is it like the interaction which shows the i think so like uh Shop and then just opens the gui
But ty
Am applying this to my npc
You need to put this in Local Script. Make sure to make a path to frame by using PlayerGui and ScreenGui
Alr
I'm surprised you gave it to him