VINDICTA.TOP
Actors · Function Unregistered
Bunni.fun
ChocoSploit
Cryptic
Potassium
Seliware
SirHurt
Solara
Velocity
Volcano
Volt
Wave
Xeno

isparallel

Returns whether the current thread is in parallel state.

Unregistered
This function is not registered within sUNC, your executor may/may not have this.
function isparallel(): booleanbooleanTrue if the current lua state is in parallel phase.

Usage

Check parallel state
print(if isparallel() then "In Parallel" else "Not In Parallel")