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

Can you require multiple assets in a player owns asset script?

Asked by 6 years ago

PlayerOwnsAsset(plr,894967029,916163524)

That is what I have but the script is only checking for the first asset and not the second.

0
You'd have to make multiple requests for it. M39a9am3R 3210 — 6y
0
how? carsheep -8 — 6y
0
It's very simple. hiimgoodpack 2009 — 6y
0
I think you can figure this out on your own. hiimgoodpack 2009 — 6y
0
XDDDDDDDDD THAT TEXT THO ^ greatneil80 2647 — 6y

1 answer

Log in to vote
0
Answered by
Validark 1580 Snack Break Moderation Voter
6 years ago
local PlayerOwnsBothAssets = PlayerOwnsAsset(plr, 894967029) and PlayerOwnsAsset(plr, 916163524)
Ad

Answer this question