#can someone explain what contextinputservice is or give me a source to understand it idk

1 messages · Page 1 of 1 (latest)

drowsy sequoia
#

yo gurt

full harbor
# drowsy sequoia yo gurt

@carmine jasper might be a good time to introduce iias to this guy ✌️✌️✌️✌️✌️
-# (i think theyre similar in usage idk i forgot)

carmine jasper
#

Hello there

#

First of all, let me answer the question.

#

You wrote "ContextInputService" so I assume you speak about ContextActionService.

#

ContextActionService, short CAS, is a Service on Roblox, meant to replace UserInputService (UIS).

There's not much to talk about it, only that it lets you connect a function to the service, to which you gave a name for a bind, a keycode, and some other settings.

It allows you to not make a Connected Function such as UIS so you detect InputBegan on each keys, but rather make the game know that a specific key is waiting for pression by user.

#

Not let me introduce InputActionSystem as well as IIAS (propaganda)

#

InputActionSystem (short IAS) is, as in the name, not a service.

It's the third and potentially last system of input made by Roblox as a correct replacement of UIS (and so CAS)

#

IAS was made specially for ServerAuthority, but it's perfectly usable in normal Roblox.

#

IAS, unlike CAS and UIS, uses Instances.

#

etc

#

it's just better

#

unlike CAS, it also allows mouse binds

#

anyway there's much more things to it.

#

AND SO

#

HERE WE ARE

#

IIAS

#

SHORT FOR

#

ILLUSION INPUTACTIONSYSTEM

#

THE BEST INPUT MANAGER EVER

#
#

IAS with WAY MORE possibility than normal IAS

#

check it out

#

thanks

#

any questions, ping me

light carbon
light carbon
# drowsy sequoia yo gurt

ContextActionService is planned for deprecation, meaning roblox is going to soft remove it and mark it as outdated so you shouldn't use it for newer works. use UserInputService or the Input Action System instead.

ruby sedge
#

I thought it was relatively new?