Billboard ui isnt clickable why?

Hello, you need to make a screengui into startergui and then put the billboard in there and adornee it to the part.
Screenshot 2022-11-13 095637

LocalScripts don’t work in workspace.

Put the billboard gui in StarterGui. Assuming the adornee is set, it should now be fixed.

sry i was sleeping but ill try this

TYSM it works i can click it now
i didnt know you had to put it into the startergui since i wasnt getting any errors lol

ill put in the code now thanks to everyone that helped

1 Like

Strange i have tried this but i still wouldnt let me click it

Did u put a Button in billboard?

yes, I made sure to Parent it and Adorne it, still got no result

i was trying some of the scripts but most of them say attempt to index nil with “PlayerGui” in the error

you can click the ui tho

fixed it

i just put the frame instead of a different screengui i put it in the same one and changed the code

heres the code if anyone wants

script.Parent.MouseButton1Click:Connect(function()
	script.Parent.Parent.Parent.Frame.Visible = true
end)

workspace for the ui
image

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.