Now this is for my RPG, and to add a bit more of a competition to the game , I would love to be able to see everyone's level above their head . now i done this before but I put it in a local script that only worked with one person ( so you could only see your own level) . All help appreciated ( I have set up the leaderstats in workspace etc)
Say the bilboard script is in server storage
while true do bilboard = serverstoage.bilboard game.ServerStorage.bilboard:Clone().Parent = game.Player.LocalPlayer.Head end
I think that should work