local MarketplaceService = game:GetService("MarketplaceService")
local gamePassId = 683051870
db = false
script.Parent.Touched:Connect(function(hit)
if hit.Parent:FindFirstChild("Humanoid") then
local player = game.Players:GetPlayerFromCharacter(hit.Parent)
if db == false then
db = true
if purchasedGamePassId == gamePassId then
player.leaderstats.Deaths.Value = player.leaderstats.Deaths.Value + 4
if not then
player.leaderstats.Deaths.Value = player.leaderstats.Deaths.Value + 2
wait(3)
db = false
end
end
end
end
end)
** You are now Level 1! **