Where can i find the built-in actions that are made with contextactionservice

note that i have no experience using contextactionservice, i do know how it works though

is there any place or thing where i can see all the actions that are made automatically in roblox, like for example moveForwardAction (that being the only one i know)

i hope this makes sense

Maybe try looking at the wiki?

i did, i didn’t find anything anywhere, i’ll look again though

You can find the bindings in the sub modules of the control module in each player
Directory goes like this when playing a game and going through explorer:

  1. Player
  2. PlayerScripts
  3. PlayerModule
  4. ControlModule
  5. Keyboard
  6. line 121 to 130 if the Keyboard module

looks like i didn’t look at the wiki enough lol, i found getallboundactioninfo and printed it out like this

print(contextactionservice:GetAllBoundActionInfo())
1 Like

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