how do I do one print every second? I tried this but it doesnt worK:
while true do for i = 1 do print("test'') end end
it doesn't work at all. please help me!
while 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 print("Whatever bro") end
P.S., we aren't insensitive, you're just bein a meanie. Don't be a jerk uwu
while true do print("Rock the Boat") wait(1) end