Sorry Don’t Have Access To #bug-reports
Roblox Not Loading Tools I Put Into Starterpack.
Any Tips To Fix This Would Help
Sorry Don’t Have Access To #bug-reports
Roblox Not Loading Tools I Put Into Starterpack.
Any Tips To Fix This Would Help
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)
Check that the tool has a handle or set requiresHandle to false.