#help me its a basic thing but it is very easy to solve I think

15 messages · Page 1 of 1 (latest)

heady swift
#

I need to make it so when the button is clicked it prints out a text

hidden fable
#

where is the :
function:onbuttonclicked()

#

i also think you need a local script

heady swift
#

I have a function

#

but I'll try the local script

hidden fable
#

then local script prob

#

if that dont work i dont think you can click a text box

heady swift
#

I'm clicking the button

#

textbutton

#

it still doesn't work 😦

torn delta
#

Hey @heady swift - your issue is that you're accessing an event of TextBox that doesn't exist. You can't click a TextBox - it should be TextBox.TextButton.MouseButton1Click instead

heady swift
#

ty

#

sm

#

it worked