#billboardGui

1 messages · Page 1 of 1 (latest)

terse yew
#

how do i make them actually function with my code?

#

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```
leaden kiln
#

What exactly is wrong?

terse yew
#

it doesn't show up ingame but shows up in the workspace

terse yew
leaden kiln
#

oh right

lethal islandBOT
#

studio** You are now Level 8! **studio

leaden kiln
#

mb

#

okay so, what kind of script

#

are you using to implement that code

#

client-side or server-side?

terse yew
#

it doesn't matter but server

#

@leaden kiln

lethal islandBOT
#

studio** You are now Level 17! **studio

leaden kiln
#

Okay so

terse yew
#

ya

leaden kiln
#

Maybe, try running the game

#

and check the explorer

terse yew
#

i did..?

leaden kiln
#

try playing with some properties

#

itll help debug the issue

terse yew
#

i of course already tried doing that

brave raptor
#

debug is so lame

#

it hasnt once helped me ever

terse yew
#

what?

brave raptor
#

#offtopic

terse yew
#

???

leaden kiln
#

wait, lemme just have a look at the script

terse yew
#

are you waiting for me to send it again

leaden kiln
#

Set the maxDistance to smth higher like 100

terse yew
#

well now they show up but they're janky as hell

#

thanks

leaden kiln
#

just customize

#

em

terse yew
#

fixed everything

#

good day