--// Basic while true do loop while true do --// Looped text print("Looped Text") --// Time the loop waits before looping again wait(1) end