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

Will this script work? [closed]

Asked by 11 years ago
1PointsService = game:GetService("PointsService")--declare service
2game.Players.PlayerAdded:connect(function(p)--Player function
3while true do --this means wait a while, set true, then do.
4wait(60)--wait time till getting 1 Player Point
5game:GetService("PointsService"):AwardPoints(p.userId,1)--Player Points awarding 1
6print("Point awarded!")--Print
7end
8end)
9--Made by Elrodvo12
0
Put it into Code Block please Tempestatem 884 — 11y

Closed as Not Constructive by User#2

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?

1 answer

Log in to vote
-1
Answered by 11 years ago

I didn't know how ok.

Ad