I need a part to be incerted to the character's body everytime they respawnHere's the script I made:
local Backpack = game:GetService("ReplicatedStorage"):Waitforchild("Backpack")local Player = game:GetService("Players").localplayerPlayer.Character.Respawned:Connect(function(Character) local clone = Backpack:clone(Character.Torso)end