Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local GamepassId = script.GamepassId.Value
- if MarketplaceService:UserOwnsGamePassAsync(player.UserId, GamepassId) then --> If the user owns the gamepass then
- DeathFrame.Visible = false
- else
- DeathFrame.Visible = true
- startTimer()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement