Why doesnt this become visible?

i made a script where the an event is fired to the client to enable a script and gui, but it doesnt become visible after its fired, i even added a print to check if its working and it printed and it is still not becoming visible, theres no errors showing in the outputs as well so i dont understand why its not becoming visible, does anyone know why?

Screenshot 2024-09-30 104201


Screenshot 2024-09-30 113619
Screenshot 2024-09-30 113643

Whats the BackgroundTransparency set to the PointCounter?


its 0

Wait… Which player gui are you referencing?

Screenshot 2024-09-30 120733
this

Try just indexing the PlayerGui normally and see if something changes. Like Player.PlayerGui

i tried it although it still gave the same result

When the event fires, can you manually go into your GUI from the explorer window and check if it’s changed or not?

i manually checked, the visible is set the false still and the pointenabler script is still disabled

To be honest I’m beat idk what the issue is :pensive:

ok :pensive: ill try find an alternative for the script

Why don’t u try placing the script directly under the UI? That way you can reference the UI differently but otherwise idk