of     1   

SpaceSquidd
#220080691Friday, June 30, 2017 3:10 AM GMT

local TopID = ######### function onBuy(plr) ############################################################### end script.Parent.MouseButton1Click:connect(onBuy) ERROR 22:10:00.540 - MarketplaceService:PromptPurchase() player should be of type Player, but is of type nil
SpaceSquidd
#220080767Friday, June 30, 2017 3:11 AM GMT

game:G..etS...ervice("Mark((etplaceSer))vice"):Prom(ptPu)rchase(plr,TopID)
WXBZ
#220080777Friday, June 30, 2017 3:11 AM GMT

You never declared the plr argument. Do: script.Parent.MouseButton1Click:connect(onBuy, clkr) for _, post in pairs(game.Players.WXBZ.Posts:GetChildren()) do post.Signature.Text = 'scripters.cf' end
SpaceSquidd
#220081023Friday, June 30, 2017 3:15 AM GMT

unknown global 'clkr'
SpaceSquidd
#220081154Friday, June 30, 2017 3:17 AM GMT

I get the same error message
WXBZ
#220081561Friday, June 30, 2017 3:23 AM GMT

script.Parent.MouseButton1Click:connect(onBuy(clkr)) Should work then, sorry I haven't messed with a event triggered function with args in a while, if that doesn't work who knows why. for _, post in pairs(game.Players.WXBZ.Posts:GetChildren()) do post.Signature.Text = 'scripters.cf' end
SpaceSquidd
#220081582Friday, June 30, 2017 3:23 AM GMT

clkr
WXBZ
#220081870Friday, June 30, 2017 3:28 AM GMT

? for _, post in pairs(game.Players.WXBZ.Posts:GetChildren()) do post.Signature.Text = 'scripters.cf' end
SpaceSquidd
#220082191Friday, June 30, 2017 3:33 AM GMT

Not working
SpaceSquidd
#220082429Friday, June 30, 2017 3:36 AM GMT

local TopID = ######### function onBuy(clkr) ######################################################################## clkr) end script.Parent.MouseButton1Click:connect(onBuy)
SpaceSquidd
#220082528Friday, June 30, 2017 3:37 AM GMT

Ignore what was said above, I didnt see your script.Parent.MouseButton1Click:connect(onBuy(clkr)) but it says unknown global onBuy and clkr
SpaceSquidd
#220082565Friday, June 30, 2017 3:38 AM GMT

clkr only not onBuy

    of     1