You can write your topic however you want, but you need to answer these questions:
What do you want to achieve? Keep it simple and clear!
What is the issue? Include screenshots / videos if possible!
My startergui elements aren’t transferred to the PlayerGui
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
i found a similar post but the problem was that the player’s character was in a folder but mine isnt
After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!
here are pictures:
Extra context, i was doing my game until i deleted an important script, ragequit and next day i now retrieved that script, but now this problem has popped up. Maybe i deleted an important think, idk
forgot to mention in the first picture, the staretrgui has its elements (that need to be transferred to playergui),
in the second picture the Playerui is empty, oh no
and in the last picture the player’s character isnt parented to anything else except the workspace.
The elements of StarterGui aren’t transferred to PlayerGui unless the Character is loaded. Make sure you’re loading the character or Players.CharacterAutoLoads is on. If you don’t want to load the character, I believe you can simply copy all of the elements over to the PlayerGui manually
This post seems to cover most of what you need to know