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?
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
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”
Any changes made must be happening under the player gui, else it will not be shown to the player
I understand the problem, but how can I modify the local script then?
local Gui = game.Players.LocalPlayer.PlayerGui.ScreenGui:WaitForChild("TextButton")
made a typo in game.Player, change it to game.Players
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.