In this script I am writing you launch a gravity orb into the sky, and after a few seconds everyone but the player using the script should be pulled into the air and killed.
The issue I’m running into is I don’t know how to exclude one player from a for loop that’s supposed to be getting all the players in the area.
I’ve tried adding an if statement to the for loop to check the players name but it seems to stop the rest of the function from playing.
Any help would be greatly appreciated