So I’ve been wondering for a while if it was possible to make an admin gamepass for BAE 2.0 so upon buying it the player basically gets well not moderator level commands but custom set ones (For example: VIPs).
Any ideas? Would this require me having to rewrite a few things?
Hi, I’m trying to sell Basic Admin in my game! My script allows the player who owns the gamepass to appear in the :admins list, but doesn’t actually give them mod, also their name doesn’t appear in :ingameadmins. Can someone please help me figure out what is wrong with my script?
game.Players.PlayerAdded:connect(function(plr)
if
game:GetService("MarketplaceService"):UserOwnsGamePassAsync(plr.UserId,9366750) then
table.insert(Configuration.Mods,plr.Name)
end
end)
TLDR: You would need to find the MainModule and rewrite some things yourself
Best to just use HD Admin if you are going to have admin gamepasses
Also put this in #help-and-feedback:scripting-support so this topic does not get deleted and so you can mark a solution
update: managed to figure it out thanks donald.
1 Like
system
(system)
Closed
August 21, 2024, 12:43pm
#4
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.