Automatic equipment upon entering the game

can you tell me how to make it so that when you enter the game, you have a tool in your inventory?

1 Like

Place the Tool(s) in StarterPack.

During gameplay you’ll need to get the players Backpack.

Example Code

This is required to do on server to prevent issues by loops/character.added but for the example, I put it in a local script.
This is an Example code. Do not use for full games, just for test.

local tool = -- tool
player = game_GetService('Players').LocalPlayer
tool.Parent = player.Backpack