Sorry if I posted this in the wrong section.
I’m having a bit of a hard time trying to display a character’s name in a script file.
This is my en.lua
And this is my script.lua
when i call this:
print(script.get(1))
script.setPlayerName(“Mikey”)
print(script.get(2))
The second script keeps showing a the empty string instead of the
player’s name. However, all of the print functions i have are saying
that it’s changed the script.PlayerName
Any idea what’s going on and how to fix it?