I have a very fundamental question..
If i put a sprint script in StarterCharacterScripts It gets replicated into every character.
Supposing im player A. From my POV this script gets replicated into my character model AND ALSO Player B's character model.
So then when I press shift so print, how come only my speed changes?
I tested by adding a print("I am working") into the first line of the script.
This line only runs once. I would expect it to run as many times as there are players right?? Everytime a new player joins, and the script is added to their character, this print statement should run right? in theory??
Since from my POV (player A) this script exists under each player character model?
** You are now Level 5! **