I’d recommend using InputBegan then. With InputBegan you can decipher from which Device is being used and which button was used for PC, Mobile Devices and even XBOX.
That is what im currently using, I just want to know if it’d work with mobiles because you would have to tap on the item, drag the screen while trying to move then throwing the item wouldn’t be possible so im asking to see if there’s a work-around
I already have the code in place, Again, im just asking if it’s possible for example:
On PC: You use left click to grab, right click to throw and you’re able to move still
On mobile: To grab you can only Touch and hold the item and then moving is proven difficult on mobile, Throwing is impossible too in this scenario as there’s no “Right click” on Mobile
Is there a way I could make it happen though like maybe adding a gui for mobile users and how would it actually work?
OH, I thought the question was about Hold. For throwing maybe a double tap could replace it, but a GUI button to throw straight would definitely work. Or possibly a GUI button that’ll switch from throwing and grabbing (toggle)