I'm trying to do something like this:
p = game.Players.LocalPlayer pat = "%u" caps = p.Name:match(pat)
But it is only printing 'P' from 'Player1'
(Basically I'm trying to find what the player's name is, and capitalize it)
Is there an easier method to doing this? Or what's the solution?
Thanks in advance