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.