Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Is there something I did wrong or need to change? This script is supposed to move items around.

Asked by 7 years ago

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

0
Is there anything in the output? TestingPlace1337 51 — 7y
0
Very grey. User#11440 120 — 7y
0
Nothing shows in the output UpdatingCurrently 10 — 7y
0
Actually, I get this error in the output: http://prntscr.com/c47fwt UpdatingCurrently 10 — 7y

Answer this question