You know what Roblox can be weird and glitchy at times. The engine is constantly being updated and we can’t blame it because in the documentation they be replacing almost deprecated values with new functions every now and then you know
Reinstall did not work, I unisntalled, deleted all files relating to Roblox, and NOTHING
Okay I have noticed something, the Frame GuiState is set to NonInteractable
, however, there is no way to change this…
Check the Enabled
Property: Ensure that the Frame TeamPicker
and all its parent elements up to the ScreenGui have their Enabled
property set to true
.
Inspect Parent Elements: Sometimes, a parent element of the Frame might have properties that make its child elements non-interactable. Make sure that no parent element has a property set that could affect interactivity negatively
Try these to see if it works
Okay, it is a issue with RoJo… an old build I have of the place does not have this NonInteractable
state but rebuilding that same file recreates it.
Also as a side note, the parent of the Frame is the ScreenGui itself. Which are both identical to the working build other then the NonInteractable
state
Try now reconnecting rojo between studio and try the manual script if it helps:
local frame = script.Parent -- Assuming this script is a sibling to the Frame
frame.Enabled = true
Enabled is not a property of Frames, it is being built from RoJo, GuiState is not writable meaning connecting to RoJo will not change this property. To me it looks like something is going on with RoJo build.
Building to a RBXLX is working fine, must be an issue with RoJos DOM
Try interacting more with the rojo community, and why is the set visible set to false
I am currently testing newer RoJo versions just to confirm that the issue persists between newer versions, as it turns out I am currently running and old version.
That when the button is clicked, it is to hide the TeamPicker GUI and allow me to test in my current players position without respawning, the button is only created in studio. But all other buttons are also uninteractable as seen in the multiple videos provided.
Also update your rojo to latest but I’ll sleep bye maybe someone else can help you
Updating fixed it, thank you for your help.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.