TafareWoomy
(TafareWoomy)
September 30, 2024, 3:39am
#1
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?
sonic_848
(killer)
September 30, 2024, 3:59am
#2
Whats the BackgroundTransparency
set to the PointCounter?
sonic_848
(killer)
September 30, 2024, 4:07am
#4
Wait… Which player gui are you referencing?
sonic_848
(killer)
September 30, 2024, 4:09am
#6
Try just indexing the PlayerGui
normally and see if something changes. Like Player.PlayerGui
TafareWoomy
(TafareWoomy)
September 30, 2024, 4:13am
#7
i tried it although it still gave the same result
sonic_848
(killer)
September 30, 2024, 4:14am
#8
When the event fires, can you manually go into your GUI from the explorer window and check if it’s changed or not?
TafareWoomy
(TafareWoomy)
September 30, 2024, 4:22am
#9
i manually checked, the visible is set the false still and the pointenabler script is still disabled
sonic_848
(killer)
September 30, 2024, 4:56am
#10
To be honest I’m beat idk what the issue is
TafareWoomy
(TafareWoomy)
September 30, 2024, 4:57am
#11
ok ill try find an alternative for the script
sonic_848
(killer)
September 30, 2024, 4:58am
#12
Why don’t u try placing the script directly under the UI? That way you can reference the UI differently but otherwise idk