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

Can you help me with a BillBoardGUI issue?

Asked by 10 years ago

How do I script a BillboardGui so that whenever people enter they receive it. I've tried the PlayerAdded event but I need to know this when I set it to its Adornee it has to be a specific person. For an example I would put Game.Workspace.shadowsonichedgehogx.Head, but I want it to be the person's head whenever they enter the server.

1 answer

Log in to vote
0
Answered by
emite1000 335 Moderation Voter
10 years ago
Playa = game.Players.PlayerAdded(player)
local Workspace.ScreenGui.BillboardGui:Clone().Parent = player

This might work. In any case, the answer to your question on how to target a player who has just entered is to use the (player) argument after PlayerAdded.

Ad

Answer this question