Hey there, this script is for arrest system. However, when i click on it it says "Grab is not valid member of backpack" how do i fix it?
script.Parent.ClickDetector.MouseClick:Connect(function(Player) local PlayerGui = Player:WaitForChild("PlayerGui") local Suspect = game.Players:FindFirstChild(Player.Backpack.Grab.Suspect.Value) if Suspect then local Gui = game.ServerStorage.NYPDBookPlayer:Clone() Gui.Parent = Player Gui.Suspect.Value = Suspect end end)
Grab is an tool by the way.