Gui does not appear, but the script works

hi guys, Gui doesn’t appear because of the new update to roblox studio? the problem is that the Gui does not appear when you use script or local script, even if it shows that it is visible in the properties

We can’t find a solution just from this. You would need to share more information.

I think there is a bug going on probably, since there was the exact same post hours ago TextButton GUI Randomly Disappearing in Roblox Studio?

this is the information

1 Like

seems to me to be another problem

oh bruh. the textlabel doesnt appear because this doesn’t get replicated to the Player GUI its inside of the player.

explain which Gui player, because I don’t understand

1 Like

If you make changes INGAME with gui with a script but you do it under StarterGui then any changes will not be see able UNLESS someone joins and then the person who joined will see the changes being made. Under Player → [player] there is a thing called “Player Gui”
image
Any changes made must be happening under the player gui, else it will not be shown to the player

1 Like

Screenshot 2023-12-25 135524

I understand the problem, but how can I modify the local script then?

1 Like
local Gui = game.Players.LocalPlayer.PlayerGui.ScreenGui:WaitForChild("TextButton")
3 Likes

Why? where did I go wrong?

made a typo in game.Player, change it to game.Players

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.