Ive tried:
Restarting studio
checking zindex
checking scripts (its not a script issue)
My mouse does not even change when i hover over the buttons? reseting character also does not help.
Please help, im not sure whats wrong
Ive tried:
Restarting studio
checking zindex
checking scripts (its not a script issue)
My mouse does not even change when i hover over the buttons? reseting character also does not help.
Can you please provide the script(s)?
Also, you should probably move this topic to #help-and-feedback:scripting-support.
its not a script issue, i mentioned that. the button are not able to be hovered over at ALL let alone clicked
My mistake, I just wanted to make sure.
This a SurfaceGui, correct? Make sure the part that it is parented/adorned to has CanQuery enabled.
i cant find anything called “CanQuery”
CanQuery doesn’t show up unless CanCollide is disabled. Disable CanCollide and see if CanQuery (right below it) is enabled.
One more thing I forgot to mention: I’ve had problems with ScreenGuis not working with the Activated
event. Try changing .Activated
to .MouseButton1Click
(even though it says Mouse, I think it still works with mobile and console).
i cant find anything called can collide, and why would can collide be in a GUI object in the first place?
also ive never used “activated” besides in the tool itself. are you talking about activated in the tool?
It does work with mobile and console.
Look at the part that the SurfaceGui is parented/adorned to, not the SurfaceGui.
How are you trying to detect when the TextButtons are activated?
My mistake again, I thought you were using a SurfaceGui adorned to the part you were holding.
im checking via a “MouseButton1Click” event.
i also have a hover event that shows info about the button, and as you can see in the video that does not work either. that uses the “MouseEnter” and “MouseLeave” Events
I FOUND PART OF THE ISSUE!
Interactable was disabled, but now im having MORE issues, some butons still wont work, and some frames wont show up
where the “Change” and other ui elements above it are, there should be 2 frames, but they wont show?
Never mind i fixed the frames issue but i still cant click some buttons
I Fixed everything! Just some interactable issues, and frames being under frames. Its all fixed! thanks.