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

How do I make a script that gives points every night? [closed]

Asked by
Th3_ViR0s -15
4 years ago

So I am making a Rake game and I need to make it so you get points everyday. Any help?

0
this is not a script request site Dan_PanMan 227 — 4y

Closed as Not Constructive by AntiWorldliness, killerbrenden, matiss112233, and jediplocoon

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
0
Answered by 4 years ago

First make a value, then put a script on it. Put this in the script:

while true do
    if game.Lighting.ClockTime==0 then
        script.Parent.Value=script.Parent.Value+1
    end
end

If that doesn't work, just let me know.

Ad