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

Hide the player list gui when HTTP is enabled?

Asked by 4 years ago
Edited 4 years ago

Ive tried multiple scripts and local scripts and it does not seem to work whatsoever. Ive tried the below script below in a normal script and local script all in StarterGui, Workspace and StarterPlayerScripts. I look for help on this and it seems all outdated.

local StarterGui = game:GetService("StarterGui")        StarterGui:SetCoreGuiEnabled(0,false)

Edit: I found the solution, HTTP requests must be off, however, I need HTTP requests enabled for other scripts to work.

Answer this question