Problem with pressing a button(mobile)

local frame = script.Parent

local function onTouchTap()
	print(":D")
end


frame.TouchTap:Connect(onTouchTap)

So here I have a basic script that should output the inscription, but why do you when you click on the button output blank, what’s the problem?

1 Like

you tested it on a phone/tablet right? because that would work

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