Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

There is a new game pass id feature and I am wondering if anyone can fix this script so it can work?

Asked by 6 years ago

There is a new game pass id feature and I am wondering if anyone can update this script so it can work.

local passid = 4474346 local tools = {"Classic Sword"} local GamePassService = Game:GetService('GamePassService') game.Players.PlayerAdded:connect(function(player) repeat wait(0.1) until player.Backpack
repeat wait(0.1) until player.StarterGear if GamePassService:PlayerHasPass(player, passid) then for i = 1,#tools do game.Lighting:FindFirstChild(tools[i]):Clone().Parent = player.Backpack game.Lighting:FindFirstChild(tools[i]):Clone().Parent = player.StarterGear end end end)

0
I am having the same issue. I am trying to fix it, but ROBLOX just ruined it. Rezault 0 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago

I don't know of a new ID Feature, so can't help. Sorry bud.

Ad

Answer this question