Advertisement
moathon

localscriptPart2

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