You can't actually execute two blocks of code at the same time in a ROBLOX game, all code in ROBLOX runs consecutively, even code in two separate scripts.
If you're attempting to use coroutines (or spawn, delay) then make sure you know how they actually work!