So, my bow has client detection for if it shouldn’t shoot if they take their finger off the screen. People are telling me it doesn’t work on mobile, so I tested in the device emulator and it didn’t work either! Thanks for any help.
Use .TouchEnded function instead
https://developer.roblox.com/en-us/api-reference/event/UserInputService/TouchEnded
1 Like
thx, I’ll try that! filling up space to get over the letter limit
I see now! Since Roblox has a click cancelation system, the tool doesn’t activate if they’re holding down or moving their camera around. I just need to convert the .Activated to be mouse.ButtonDown instead! Thanks for helping!