I'm not sure if you want the game pass to give the play a tool, but here's a way you could do it:)
03 | game.Players.PlayerAdded:connect( function (plr) |
04 | repeat wait() until plr.Character |
05 | if Game:GetService( "GamePassService" ):PlayerHasPass(plr, id) then |
06 | tool = game.ServerStorage [ "Tool Name" ] |
07 | tool:clone().Parent = plr.Backpack |
08 | tool:clone().Parent = plr.StarterGear |
Hope this helped:)
I forgot to tell you to make sure the tools in the server storage
You should also atleast attempt a script we really aren't supposed to just give u the script but good luck:)