Every second I want my points to change. I put this in dev console so other people can see :)
while true do game.Players.PreyStar.leaderstats.Points.Value = "43923" wait(1) game.Players.PreyStar.leaderstats.Points.Value = "32892" wait(1)
while true do game.Players.PreyStar.leaderstats.Points.Value = "43923" wait(1) game.Players.PreyStar.leaderstats.Points.Value = "32892" wait(1) end -- you forgot an end, dingus.