of     1   

GrossedIncome
#178778459Saturday, November 28, 2015 8:36 PM GMT

I am trying to make it so the gamepass tool respawns with the person after they die instead of just when they join so it doesnt disappear. --Created By Sunstaff wait(2) --Keep at 2 for safety. ------EDIT BELOW gpid = 324342064 --Game Pass ID tools = {"Javelin"} --Put VIP tools in Lighting, then put their exact names here. ------ DON'T EDIT BELOW UNLESS YOU KNOW WHAT YOU'RE DOING GPS = Game:GetService("GamePassService") function respawned(char) player = game.Players:FindFirstChild(char.Name) print("Respawned") if char:FindFirstChild("Head") ~= nil then print("It's a Player!") if GPS:PlayerHasPass(player, gpid) then print("Has GPID") for i = 1,#tools do game.Lighting:FindFirstChild(tools[i]).Parent = player.Backpack end else print("No GPID") end end end game.Workspace.ChildAdded:connect(respawned)
800imawesome
#178778545Saturday, November 28, 2015 8:37 PM GMT

Wrong forum.
GrossedIncome
#178778627Saturday, November 28, 2015 8:38 PM GMT

I posted it in multiple
1tsjerry
#178778686Saturday, November 28, 2015 8:38 PM GMT

wrong forum(s)

    of     1