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

Problem with turning off the backpack gui, help?

Asked by 3 years ago

I got this script from roblox developer website :

local StarterGui = game:GetService("StarterGui")
StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, false)

It works on a baseplate, but on my game dont works, can someone help me?

1 answer

Log in to vote
0
Answered by 3 years ago

First make a local script, and put it inside StarterGui, then type this in

game:GetService('StarterGui'):SetCoreGuiEnabled('Backpack', false)

Disabling a backpack server-sided is bad practice. It's cleaner and best to use local scripts when doing things like disabling backpack, leaderboard, ect.

0
Dont worked. PenguinAwesome_7 4 — 3y
0
Your studio must be glitched? It works for all of us. Maybe in your area studio is glitchy, maybe try allowing http requests and Api, idk man it's weird it works on my side. CodedStars 70 — 3y
0
It works on a baseplate, i already closed my studio, and yes, the http request its allowed on my game PenguinAwesome_7 4 — 3y
0
I'm sorry but studio is probably buggy for you right now, I cannot assist further, CodedStars 70 — 3y
Ad

Answer this question