Im gonna try to fix it, if it does not work, it probably means something is missing.
Post the output if it stills does not work.
01 | p = script.Parent.Parent.Parent.Parent.Parent.Parent.Parent |
04 | local partToClone = game.ReplicatedStorage:FindFirstChild( "Cheezburger" ) |
05 | local Clone = partToClone:Clone() |
06 | Clone.Parent = p.BackPack |
07 | local gui = p.PlayerGui.Waiter |
09 | script.Parent.Parent.Parent.Parent.Visible = false |
11 | gui.Frame.Visible = true |
13 | gui.Frame.TextLabel.Text = "H" |
15 | gui.Frame.TextLabel.Text = "Ho" |
17 | gui.Frame.TextLabel.Text = "Hop" |
19 | gui.Frame.TextLabel.Text = "Hope" |
21 | gui.Frame.TextLabel.Text = "Hope y" |
23 | gui.Frame.TextLabel.Text = "Hope yo" |
25 | gui.Frame.TextLabel.Text = "Hope you" |
27 | gui.Frame.TextLabel.Text = "Hope you e" |
29 | gui.Frame.TextLabel.Text = "Hope you en" |
31 | gui.Frame.TextLabel.Text = "Hope you enj" |
33 | gui.Frame.TextLabel.Text = "Hope you enjo" |
35 | gui.Frame.TextLabel.Text = "Hope you enjoy" |
37 | gui.Frame.TextLabel.Text = "Hope you enjoy t" |
39 | gui.Frame.TextLabel.Text = "Hope you enjoy th" |
41 | gui.Frame.TextLabel.Text = "Hope you enjoy the" |
43 | gui.Frame.TextLabel.Text = "Hope you enjoy the m" |
45 | gui.Frame.TextLabel.Text = "Hope you enjoy the me" |
47 | gui.Frame.TextLabel.Text = "Hope you enjoy the mea" |
49 | gui.Frame.TextLabel.Text = "Hope you enjoy the meal" |
51 | gui.Frame.Visible = false |
54 | script.Parent.MouseButton 1 Click:connect(buy) |
I think the problem was the fact that you tried to change the gui IN the starter gui and not in the player gui.