Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local MarketplaceService = game:GetService("MarketplaceService")
- local gamePassId = 144637438
- script.Parent.MouseClick:Connect(function(Player)
- if MarketplaceService:UserOwnsGamePassAsync(Player.UserId, gamePassId) == true then
- script.Parent.Parent.Transparency = 1
- script.Parent.Parent.CanCollide = false
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement