You can write your topic however you want, but you need to answer these questions:
-
What do you want to achieve? Keep it simple and clear!
I want to fix my gui issues on mobile or some devices. -
What is the issue? Include screenshots / videos if possible!
Shop button fairly big
Also when I click on shop this is what happens
This is what it looks like normally
The shop gui is supposed to be in the middle of the screen on mobile and smaller
.
-
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
Yes I found this: How can i make sure that the canvas position of pc and the mobile one are the same? but I’m very new and I didn’t understand.
After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!
This is one of the scripts for the gui
script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Visible = false
end)
This is the other for the gui
script.Parent.MouseButton1Click:Connect(function()
script.Parent.Parent.Shop1.Visible = true
end)
Please help thanks.