Broken GUI | How do you fix it?

Could anyone help with fixing this gui?image image

You need to do
LocalPlayer.PlayerGui.InsertedObjects.Menu.TextButton
You forgot to go inside the Menu.

1 Like

The LocalPlayer is not necessary because the path to the player is right. Altough it is more easy to do

2 Likes

Could you please provide the script? Nothing much can be done if nobody has the script.

Based off the error however, it seems you’re trying to index InsertedObjects for TextButton - that could mean either a. it didn’t load when the script executed, or b. there is a TextButton but it’s named something else. Try checking your gui for the TextButton - if there is, try using WaitForChild to wait for it.

Btw this would better beloing in #help-and-feedback:scripting-support

1 Like