local p=game:GetService("Players").LocalPlayer;if game.PlaceId~=13977939077 then return end;local c;local function a(s)local function b(n,l,h,v)local g=s:GetAttribute(n)if typeof(g)=="number"and g>=l and g<=h then s:SetAttribute(n,v)end end;b("Survivals",0,4,5)b("DamageDealt",0,3,30)if c then c:Disconnect()c=nil end;c=s.AttributeChanged:Connect(function(n)if n=="Survivals"then b("Survivals",0,4,5)elseif n=="DamageDealt"then b("DamageDealt",0,3,30)end end)s.AncestryChanged:Connect(function(_,k)if not k then task.defer(function()local f=p:FindFirstChild("PlayerStats")local d=f and f:FindFirstChild("ServerStats")if d then a(d)end end)end end)end;local function e()local f=p:WaitForChild("PlayerStats",10)if not f then return end;local d=f:WaitForChild("ServerStats",10)if not d then return end;a(d)end;e()p.CharacterAdded:Connect(function()task.defer(e)end) -- 09 02 25 -- JAI