Posted
I am having a problem with making a GUI appear when a button in a gui is pressed, I've tried countless times but none of the times it worked. How can i do it (It's a buying feature)?
In other words -- Click gui button = Another gui visible
Replied
im no lua dev but
something like
script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Parent.RandomFrame.Visible = true
end
i dunno :shrug:
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post