Advertisement
Sungmingamerpro13

Infinite Lives Gamepass

Dec 11th, 2024
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.24 KB | None | 0 0
  1. local GamepassId = script.GamepassId.Value
  2.  
  3. if MarketplaceService:UserOwnsGamePassAsync(player.UserId, GamepassId) then --> If the user owns the gamepass then
  4.         DeathFrame.Visible = false
  5.     else
  6.         DeathFrame.Visible = true
  7.         startTimer()
  8.     end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement