before this code worked perfectly fine and printed the points but now i am like wth why is this not even showing the points please help.
points = Game:GetService("PointsService") while true do wait(1) script.Parent.Text ="Available points: " ..points:GetAwardablePoints() .. "" end
Is this inside a message?