I want to make it so when you click on a button, it loads an Asset (in this case a GUI) into the game, but it won't work:
function explorerClick() loadstring(Game:GetObjects("rbxassetid://157685213")[1].Source)() end script.Parent.MouseButton1Down:connect(explorerClick)
You cannot use the Source variable of any Script. It is RobloxLocked.