Hey everyone I was working on an Inventory System and today I tested my game and some why it didn’t teleport the tool I hold e on to my Inventory and it gave me this error pls help cuz this is pretty important to fix: first this yellow error: Infinite yield possible on 'Players.Nemmo1232:WaitForChild(“Inventory”)
and when I have hold e to get the tool I got this err: Inventory is not a valid member of Player “Players.Nemmo1232”
1 Like
Replace it with,
Players.Nemmo1232:WaitForChild("Backpack")
So basically replace inventory wit Backpack.
2 Likes
ty for fast response I solved the Problem I accidentally deleted a script
2 Likes
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.