Roblox Not Loading Tools In Starterpack

Sorry Don’t Have Access To #bug-reports

Roblox Not Loading Tools I Put Into Starterpack.

Any Tips To Fix This Would Help

1 Like

Did you disabled the CoreGui of the Backpack?

If so, you can re-enable specific parts of the gui such as Backpack that went disabled.

To do this, just simply add this code
game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)

3 Likes

Check that the tool has a handle or set requiresHandle to false.

1 Like