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

Script that checks if the place is owned by a group?

Asked by 5 years ago

Is there a way to make a script check if the place it’s in is owned by a group?

0
you can use https://www.robloxdev.com/api-reference/function/MarketplaceService/GetProductInfo which has a field Creator.CreatorType User#5423 17 — 5y
0
That works but now I want the script to check if the place is owned by a group and if that group is owned by a specific player ID like mine (14704389), it has to work even if the player is not in the game, any way to do that? ShiforRBLX 5 — 5y
0
You can use https://www.robloxdev.com/api-reference/function/GroupService/GetGroupInfoAsync to get the owner's ID. Now make the script Shawnyg 4330 — 5y

Answer this question