of     1   

Chaddaking
#225799064Saturday, September 30, 2017 11:46 PM GMT

I want it so when a player joins, it lets them buy the model. Thisi s what I have: local ID = ########## local player = game.Players.LocalPlayer function onPlayerEntered(player) ############################################################ ID) end script.Players.ChildAdded:connect(onPlayerEntered)
Chaddaking
#225799144Saturday, September 30, 2017 11:49 PM GMT

local ID = (here) -- My ID, gets tagged local player = game.Players.LocalPlayer function onPlayerEntered(player) ga me:Get Service("Marketpl aceService"):PromptPurc hase(player, ID) end scrip t.Players.ChildAdded:conne ct(onPlayerEntered)

    of     1