local backpack = plr:FindFirstChildOfClass(“Backpack”) if backpack then local tool = deployItems[items.DeployItem]:Clone() tool.Parent = backpack end
(IDK how to put in doe format)
So i made a custom backpack, it works when i : 1. manually place is starterPack or whilst testing on server switch from client to server then manually put code inside
Is it because of the incorrect symbol / key?
The ” I’m pretty sure It should be "
local backpack = plr:FindFirstChildOfClass("Backpack")
if backpack then
local tool = deployItems[items.DeployItem]:Clone()
tool.Parent = backpack end
Also, you may want to post your full code so It can be solved easier.
Not very sure, but that is the error that I got.
Remember to also post error messages.
Formatting for code is:
```
put this on each ends of your code.