Hi , can anyone help , I’ve put together this codes :
local widget = require( "widget" ) local callUs = widget.newButton { left = 0, top = 0, width = 298, height = 56, label = "Call Us", onRelease = onCallUs } local function onCallUs( event ) --WHAT SHOULD I PUT HERE ?? , THE NUMBER IS : 1-855-WOK-ROCK , THANKS FOR YOUR HELP! end