Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

why is this code broken?

Asked by 9 years ago

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

1 answer

Log in to vote
0
Answered by
wjs3456 90
9 years ago

Is this inside a message?

0
no this is inside a gui(textlabel) sorry for not making that clear. threatboy101 2 — 9y
Ad

Answer this question