Ok, so I have a script in-game that is supposed to move other items in the Workspace into the StarterGUI. There is a picture below. If anyone can help me or tell me why this is not working, that would be great.
https://gyazo.com/a9a323c05db865b0faf1d9a9b8430047
Here is what is inside the script:
script.AutoUpdate.Parent = game.Workspace script.Workspace.MainModule.ISAdmin = game.Workspace.ServerScriptService script.RHCcaller.Background.Parent.Parent = game.Workspace.StarterGui script.RHCcontrol.Frame.Button.Script.Parent.Parent.Parent = game.Workspace.StarterGui script.RHCmenu.Background.Admin.Parent.Parent.Parent = game.Workspace.StarterGui script.RHCadmin.Background.Parent.Parent = game.Workspace.StarterGui script.Chat = game.Workspace.StarterGui script.RNoticeUI.Parent = game.Workspace.StarterGui script.Verify = game.Workspace.ServerScriptService script.FixLighting = game.Workspace.ServerScriptService script.RHCcommands.Parent = game.Workspace.ServerScriptService script.RHCmessage.Parent = game.Workspace.ServerScriptService