of     1   

vinboi
#184823339Saturday, March 05, 2016 11:45 PM GMT

game.Player.PlayerAdded:connect(function(player) stats = Instance.new("IntValue") end) If I highlight the variable stats, it says it is deprecated which is means out of date but why? Does it have something to do with local variables which I have not learned yet? also I am wathicng peaspod tutorial 20 thanks [insert siggy]
cofunction
#184823465Saturday, March 05, 2016 11:47 PM GMT

local stats = Instance.new("IntValue")
yung_one
#184828405Sunday, March 06, 2016 1:06 AM GMT

The class is "Players" not "Player"; game.Players.PlayerAdded:connect(function(player)
e_Scriph
#184828437Sunday, March 06, 2016 1:06 AM GMT

its because its not local dont worry about it.

    of     1