I’m basically just trying to make a boolvalue setting to true for a bit seconds without the use of task.wait since it’ll yield everything else. Any ideas on how i can do this?
I know i can use function Value()
but is there any other ways?
__BOOLVALUE.Value = true
task.wait(1) -- i dont need this
__BOOLVALUE.Value = false