hide guis
This commit is contained in:
parent
59d402d3e2
commit
8eacfd19e3
|
|
@ -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)
|
||||
Loading…
Reference in New Issue