So my goal is to tell to the script when the player is in the zone or not, here is my script :
here is what my Zone looks like:

But the problem is that he takes too long to react to print()
So How can I make my script react Faster ?
Any help will be appreciated !
Turn the wait(1) into task.wait()
CircDev
(Circuits_Games)
3
Use task.wait() instead of wait()
It executes a lot faster
system
(system)
Closed
4
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.