Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

UserInputService cannot be used in normal scripts anymoreWhat should i use instead?

Asked by 5 years ago

Hello,i know the userinputservice not working in script anymore thingy was old (maybe), but thats bc i didnt use it for a couple of months. Anyways, since userinputservice does not work in normal scripts, what should i then use? Im not requesting a script, you can just answer 1 word, like Keybindservice thing and thats it.I would like a explanation on how to use it in a car, but its not neccesary. I dunno if this question is against the rules in SH, but ill just ask. also, this is something about scripting.

thank you

1
UserInputService was never usable on the server. It's probably because FilteringEnabled was forced, experimental mode is removed. Simply make any key binding scripts on the client side and they'll work. User#19524 175 — 5y
1
As a matter of fact user input should never and cannot be handled by the server. User#19524 175 — 5y
0
then how should i use key binds in a vehicle seat ieatandisbaconhair 77 — 5y
1
Handle any user input client sided, and from the server set the network owner of the seat to the occupant, and then code the seat User#19524 175 — 5y
View all comments (2 more)
0
how should i do that? ieatandisbaconhair 77 — 5y
0
Ask about what you don't understand gullet 471 — 5y

Answer this question