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

How can a script see who owns my plugin?

Asked by 4 years ago
Edited 4 years ago

Is there any way to see who owns a plugin I made? Yes, I searched the internet and Scripting Helpers for a solution. No, I haven't tried. I thought of doing game.CreatorId but the creator of the game may not have the plugin. What I mean is: The owner doesn't have the plugin and turns on Team Create, then he gives access to a player who is using the plugin, Lua would say the creator is using the plugin when (s)he is not. Does anybody have any ideas on what I should do?
Thanks in advance! Vivilian9
EDIT: https://developer.roblox.com/en-us/api-reference/function/Plugin/GetStudioUserId

1 answer

Log in to vote
0
Answered by
0msh 333 Moderation Voter
4 years ago
Edited 4 years ago

on the site, you can go into the "Trade" tab's "My Transactions" and change it to "Sales" and see who took it

0
No, I mean how can A script read that? ViviTheLuaKing 103 — 4y
0
use PlayerOwnsAsset then, I'm not sure if it works with plugins but give it a try, more information can be found here: https://developer.roblox.com/en-us/api-reference/function/MarketplaceService/PlayerOwnsAsset 0msh 333 — 4y
Ad

Answer this question