Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to add text above all players ?

Asked by 9 years ago

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)

0
You would want to do a loop through all players and set up a BillBoard Gui above their head setting their level. Unless you make a attempt, we can not post the script for you. M39a9am3R 3210 — 9y
0
If you can post your code we may be able to help ITSolarWinds 25 — 9y
0
ah ok thanks. i just needed an idea, outlines etc. i will come back with a script (hopefully) Bubbles5610 217 — 9y

1 answer

Log in to vote
0
Answered by 9 years ago

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

Ad

Answer this question