No problem buddy
The issue was that the script loads after the player joins because it has to wait for the sword tool to load.
But when you move the script to ServerScriptStorage, you make sure that the script will always run before a player joins.
1 Like