After awhile of learning scripting, i’ve been decided to try to make a capture point that’s based off a group, a player will have to be within the area for 10 second until its fully captured,else if they leave the area, the capture count will restart to 0. I’m tryna do that but I’m not sure what knowledge I need to know, does anyone have an idea?
1 Like
Use a Region3 and a for loop which will break as soon as the player leaves the Region3. Or, instead of a Region3 you can use Magnitude, but this would make everything as bit messy and laggy.
In my opinion, this is the easiest way.
I’ll try that thank you for the info, I’m still new to scripting s,orry