So I want to make a lua “cheat” I guess. I just want it to make the name of the player hover over there head and I can see it anywhere I am on the map, that is all! So I was wondering how I could start out?
[lua]function playernames()
local ply = LocalPlayer()
for id, targer in pairs(ents.FindByClass(“Player”))[/lua]
something like that?