01 | local plrs = game:GetService( "Players" ) |
02 | local stick = game.ServerStorage.Stick |
03 |
04 | plrs.PlayerAdded:Connect( function (plr) |
05 | if plr:WaitForChild( "Backpack" ) then |
06 | local dup = stick:Clone() |
07 | dup.Parent = plr:FindFirstChild( "Backpack" ) |
08 | print ( "successful" ) |
09 |
10 | end |
11 | end ) |
this is my script, I have notice that the script works but the tool is not in the backpack and I don't have a clue where the tool went.
You dont need to use a script,is not recommended
Do this: Just put the tool you want to the StarterPack and done.
Hope it helps!