#billboardGui
1 messages · Page 1 of 1 (latest)
checkpoint is the part i want the billboard to attach to
local billBoard = Instance.new("BillboardGui")
billBoard.MaxDistance = 10
billBoard.Size = UDim2.fromScale(4, 8)
billBoard.ExtentsOffset = Vector3.new(0, 10, 0)
billBoard.Active = true
local label = Instance.new("TextLabel")
label.Text = checkpoint.Name
label.TextScaled = true
label.Size = UDim2.fromScale(1, 1)
label.Parent = billBoard
billBoard.Adornee = checkpoint
billBoard.Parent = checkpoint```
What exactly is wrong?
it doesn't show up ingame but shows up in the workspace
are you still going to help
oh right
** You are now Level 8! **
mb
okay so, what kind of script
are you using to implement that code
client-side or server-side?
** You are now Level 17! **
Okay so
ya
i did..?
i of course already tried doing that
what?
#offtopic
???
wait, lemme just have a look at the script
are you waiting for me to send it again
Set the maxDistance to smth higher like 100