#script help pls

12 messages · Page 1 of 1 (latest)

rustic shuttle
#

Show your explorer.

#

@faint river

#

Anyways, I'm coding something right now

#

At least give me the gamepass

#

Gamepass ID

#

its literally there

#
local MKPS = game:GetService("MarketplaceService")
local Player = game:GetService("Players").LocalPlayer
local passId = 1234 -- your gamepass ID


local Owned = pcall(function () if MKPS:UserOwnsGamePassAsync(Player.UserId, passId) then return true else return false end end)

if Owned then
    script.Parent.test123.Visible = true
end

Simple

#

paid access users? You mean people playing the beta version before alpha release?

#

so.. hold it, why would you want to detect if they paid
if they can play the game by paying in the first place?

#
#

sorry i cant really help now, i gotta cook