How do I make it to when the textlabel is clicked it open up a frame I have no script but could someone pls help
There isn't much to go off here but ill try my best.
local TextBox = -- Location of textbox -- local Frame = -- Location of frame -- local function onPressed() Frame.Visible = true end TextBox.MouseButton1Down:Connect(onPressed)
You should at least try and make a script, use something like the developer hub for information about coding.
Marked as Duplicate by programmerHere, cmgtotalyawesome, WideSteal321, and TheRealPotatoChips
This question has been asked before, and already has an answer. If those answers do not fully address your question, then please ask a new question here.
Why was this question closed?