repeat
print("loading")
task.wait()
until game:IsLoaded()
local mps = game:GetService("MarketplaceService")
local plr = game.Players.LocalPlayer
local seat = game.Workspace:WaitForChild("Seat") -- locate your seat
seat.CanTouch = false
local gid = 786813349 -- your pass id
if mps:UserOwnsGamePassAsync(plr.UserId,gid) then
print(plr.Name.." has pass!")
seat.CanTouch = true
else
print(plr.Name.." doesnt have pass")
seat.CanTouch = false
end
#Need help with Gamepass only chair
11 messages · Page 1 of 1 (latest)
xd not that
u still needed attachment for it XD

only people with gamepass can sit on it -_-
also wdym attachment?
ik