Converting Lua to ScreenGUI

Is this possible? I am aware you can convert GUIs to LocalScripts but I have not seen the other way around.

(Can’t tell if this is a joke)

Literally run your “gui to lua’d” script and it will spawn your gui, copy that instance and then stop your play test and paste it back into the explorer

It hasn’t been GUI’d, its just a LocalScript, I have tried play testing when it creates and it doesn’t show the objects in explorer

if its on your screen when test playing did you check by clicking players > yourplayer > playergui

1 Like

Maybe copy the code into the command line

What you’re saying here is you have a LocalScript that is making a Gui for you.
Like fenv is saying; if you’re looking at it, it’s there.
So while the game is running in the studio; go to the Explorer window … under Players.Player’s name.PlayerGui … and it should be there for you to copy it. Stop the program and paste that in StarterGui.

1 Like

thanks everyone, was on playergui

2 Likes

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