Activated tool function not firing on mobile

So the .Activated tool function simply wont fire for anyone on mobile. I tried it on multiple new games and it simply wont work Here is the script:


Screenshot 2025-09-20 214235

1 Like

Check if the Tool has “ManualActivationOnly” enabled. If your Tool doesn’t have a main part named “Handle”, but it has the “RequiresHandle” property turned on, it also will not work until you insert a Handle part or disable the option (it’s best to make a Handle part).

3 Likes

this is probably your issue: (it’s the only option that stopped mine from working)


It works for me:

check activated tool on mobile.rbxl (66.5 KB)

1 Like

I just turned ManualActivation on and off and it suddendly worked. Maybe a bug or something. because I had it all set up the correct way and it used to work yesterday. Thank you!

1 Like

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