uh-
I've put a script named 'listenFor' in ServerScripts.
I've got a RemoteEvent in ReplicatedStorage called Fireball
the Script in ServerScripts is listening for the event Fireball.
The LocalScript in player backpack will fire the Fireball Event when the key Z is pressed.
My question is if 2 players pressed the key z, which would fire the Fireball Event would it only fire for one of them, because the Script in ServerScripts is still running or would it fire for both, because it can active twice at the same time? |