Does Tool.Activated function on all Platforms?

Hello. Does the Tool.Activated function work for all platforms, including XBox?
Or do I have to implement custom console controls for my tools?

Tool.Activated:Connect(function()
print(“Activated”)
end)

If yes, what button does the XBox user press to activate a tool? R2? ButttonX?

Thanks for the help in advance.

Yes, this feature works for all platforms and the default item activation button is R2

2 Likes

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