MrP3cap
(Mrs)
#1
Which way would be the best?
I want it to be responsible as possible.
Using UserInputService or ContextActionService for detecting user input?
UIS: Detecting every time the player presses a button and if its the right one then send it to the server with remote ervents.
CAS: I never used it…
2 Likes
VSCPlays
(VSCPlays)
#2
CAS is kind of better as you can set up mobile buttons and customize the button
UIS is a good thing for detecting when a player presses a button
#help-and-feedback:scripting-support is the right place for this topic
There is BetterInput but it sucks because
- I can read
elseif
just fine
- it’s just a wrapper module that makes UIS more complicated
-
if
chains are more efficient
1 Like