Just a question, Is it possible to interact with the click detector on the console?
1 Like
No, use a proximityprompt or bind the actions instead.
1 Like
How to bind Actions?
Char Limit
Misinformation, click detectors are usable on console, as I have used them before myself (on my own game)
2 Likes
Then how to use Click Detector on Consoles?
Move your white dot onto the click detector and press right trigger (R2 on PlayStation, RT on Xbox)
You don’t need to add any extra things yourself
2 Likes
Bind them with ContextActionService
, such as:
local cas = game:GetService("ContextActionServce")
local function onAction()
end
And so on, this is just an example of a structure you can use.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.