Advertisement
moathon

localscriptPart1

Apr 29th, 2019
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. script.Name = "DisableBackpack"
  2. --Much efficient way to hide the backpack without causing lag
  3.  
  4. local StarterGui = game:GetService("StarterGui")
  5.  
  6. StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, false)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement