I have not tried this script so can you tell me if this is right?
local boss = game.Players.Player1 local bossModel = game.Workspace:FindFirstChild(boss.Name)
That script will work if you have the Player 'Player1' in the server. You could make it a local script within Backpack, and target the player using game.Players.LocalPlayer