when join, this script will give me subspace tripmine. But it doesnt work, and i dont have any idea why. but if parent of tool is anything else, script working successly.
game.Players.PlayerAdded:Connect(function(player)
if player.Name == "SANS3R66iROBLOX_work" then
print(player, player.Backpack)
local copy = game.ServerStorage.SubspaceTripmine:Clone()
copy.Parent = player.Backpack
end
end)