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

How do I run a function on loop?

Asked by 8 years ago

Like the Update() function a few other engines have, I want to know how to run a function every frame.

1 answer

Log in to vote
0
Answered by
JJ_B 250 Moderation Voter
8 years ago

Do you mean like?

while true do
functionthing()
wait(0.1)
end
1
Answering questions with more questions. What a savage xD jk User#11440 120 — 8y
0
Thanks! It's a sjh darkster9757 0 — 8y
Ad

Answer this question