StarterGui elements not being transferred from StarterGui to PlayerGui

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!

  2. What is the issue? Include screenshots / videos if possible!
    My startergui elements aren’t transferred to the PlayerGui

  3. 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:

Screenshot 2024-11-27 075448
Screenshot 2024-11-27 075503
Screenshot 2024-11-27 075705

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.

If a forum has already solved this pls link it

1 Like

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

1 Like

there was this script that destroyed all my gui in a task.spawn function
:frowning:

bro what, im so confused but well i guess i solved it

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