Hi. I’m looking for assistance with my script. Everything works except the playername, it keeps coming back Nil. I’m looking to create the data that came from the RemoteFunction (plr) and turn it into a string so I can put it into a StringValue.
If plr is an object, then there is no need to reference it by game.Players… because the object is already known (its parent, its properties, etc.) within the variable.
Simply setting “playername” to plr.Name would also work.
Just thought I’d let you know, so that you script more efficiently.