|
| 30 Apr 2014 02:20 PM |
When I hide the backpack with game.StarterGui:SetCoreGuiEnabled("Backpack",false) and then reset, the tools show when I respawn, why does this happen?
~masterCameron101, advanced Lua programmer, certified graphics designer and geek~ |
|
|
| Report Abuse |
|
|
| 30 Apr 2014 02:41 PM |
i guess its a roblox bug try this after making backpack visible again
for i,v in pairs(backpack:GetChildren())do v:remove() v.Parent = backpack end |
|
|
| Report Abuse |
|