Here we go I know it looks like a mess, I am trying too create a point/Kill script this one of the first I've made a script up from the coding books I have at home.
local function AddBoard2Player(player) local board Instance.new("Model",player) board.Name = "Leaderstats" local deaths = Instance.new("IntValue",board) Death.Name = "Deaths" deaths.Value = 0 End function = AddBoard2Player(player) local board Instance.new("Model",player) board.Name = "Leaderstats" Points.Name "Points" Points.Value = 0