I already clone the gui but I want to use it in other script how do I get the gui from the player?

I mean like CloneGui is already in other script but I want to make onother script that’s the same variable but if I clone the billboard gui again player head will be 2 guis can I get another way to get the billboard gui that I use in other script that getting from the players head e.g. game.workspace.part then I want to use it in other script too

From the sounds of it, you are cloning a Gui instance and want another script to also be able to edit it?

In which case, you can use a bindable event to fire the instance once it has been cloned to your other script (provided they are both the same type of script!).

See here for the documentation on bindable events: BindableEvent (roblox.com)