#why isn't this printing anything?
4 messages · Page 1 of 1 (latest)
4 messages · Page 1 of 1 (latest)
if this is in starterCharacterScripts (i assume, because of your references) then the script will only be created after the characterAdded event is fired. so no function will play (same goes with playerAdded, since you already joined?)
if its a server script, refer to the player w/ game.Players:getPlayerFromCharacter(script.Parent) or something