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

how do I do this print?

Asked by
zValerian 108
6 years ago
Edited by minikitkat 6 years ago

how do I do one print every second? I tried this but it doesnt worK:

1while true do
2for i = 1 do
3print("test'')
4end
5end

it doesn't work at all. please help me!

0
thank you zValerian, very cool green271 635 — 6y
0
help me with the skript plz zValerian 108 — 6y
0
wink User#23365 30 — 6y
0
you didn't even spell incapaz correctly bhqpping 80 — 6y

2 answers

Log in to vote
3
Answered by 6 years ago
Edited 6 years ago
1while wait(1) do --basically while true do, but microscopically more efficient cuz the wait is here too xd and also makes you look pro idk
2    print("Whatever bro")
3end

P.S., we aren't insensitive, you're just bein a meanie. Don't be a jerk uwu

0
you should of seen zValerian 108 — 6y
1
I did. Don't be a meanie :3 minikitkat 687 — 6y
0
bad, -1 (not really) User#19524 175 — 6y
0
It is not good practice to encourage new developers to use while wait do. It causes them to miss the point of the conditional and its power. User#21908 42 — 6y
0
he's just joking User#19524 175 — 6y
Ad
Log in to vote
0
Answered by 6 years ago
1while true do
2print("Rock the Boat")
3wait(1)
4end
1
No explanation = not good answer. User#21908 42 — 6y
0
Depends on who you are 0oEagleo0 -3 — 6y

Answer this question