hide guis

This commit is contained in:
Austin 2021-11-28 06:05:28 -05:00
parent 59d402d3e2
commit 8eacfd19e3
1 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,9 @@ print('Render Place ' .. assetid)
game:GetService('ThumbnailGenerator').GraphicsMode = 4
pcall(function() game:GetService('ContentProvider'):SetBaseUrl(url) end)
game:GetService('ScriptContext').ScriptsDisabled=true
game:GetService("ScriptContext").ScriptsDisabled = true
game:GetService("StarterGui").ShowDevelopmentGui = false
game:Load(asseturl)
game:GetService("ScriptContext").ScriptsDisabled = true
game:GetService("StarterGui").ShowDevelopmentGui = false
return game:GetService('ThumbnailGenerator'):Click(fileExtension, x, y, false)