Hey there,
i’ve made and defined this Mobile button which Fires a Remote event and sends a string when pressed however i need it to also Send another string when they let go of the Button, How would i check for this?, is there a simple way
Script:
function ButtonPress() – Mobile
replicatedStorage.Sprint:FireServer(“Began”)
end
local mobilebutton = contextaction:BindAction(“Sprint”,ButtonPress,true)
contextaction:SetPosition(“Sprint”,UDim2.new(0.72,-80,0.30,-35)) – ZXY
contextaction:SetTitle(“Sprint”,“Sprint”)
Thanks,