How do I make a starter Gui

How do I make a gui for when you load in. I have tried the ‘how to blow one but I want to make my own. How do I?

1 Like

Sorry. I don’t understand what you are saying. Please elaborate? A gui automatically appears in game if it has a UIlabel parented to a ScreenGui then parented to the StarterGui

I mean when you join the game anstarting gui pops up like he arsenal one

Just create a gui and put a script to enable it when the player join

Create a ScreenGui (finish your gui before continue this steps)
Inside the ScreenGui disable the “Enabled” option
Then add a local script inside the StarterGui

Script:
script.Parent.Enabled = true

I will add soon I got a lot of different feedback so it will be added by Monday when big update 2 comes out

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