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

How to do I add gear to my gamepass?

Asked by 8 years ago

I am having trouble with the code you gave me, could you try to be more specific. I don't know what you meant by, put name in lighting, and I don't know where to add the gear ID. I also don't know what you meant by put the name here. Here is the code

wait(2)

gpid = 368353478 --Game Pass ID

GPS = Game:GetService("GamePassService") function respawned(char) local ToolName = game.Lighting.ToolName:Clone() -- Change tool name to what you want local Backpack = game.Players.LocalPlayer.Backpack ToolName.Parent = Backpack game.Workspace.ChildAdded:connect(respawned)

0
You need to put your code in code block (highlight your code and click the blue circular button). It's very hard to read without it. Uroxus 350 — 8y

Answer this question