Pro tip: Use `task.wait()` instead of `wait()` in Roblox Luau for better performance. It yields to the task scheduler instead of the global scheduler, reducing lag in scripts with many delays. #RobloxDev #GameDevelopment