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

What is an alternative to a RemoteEvent? [solved]

Asked by 7 years ago
Edited by Shawnyg 7 years ago

I'm currently developing a simple go-between for UserInputService. Basically, my goal is to have an event that fires every time a key is pressed, and also provides the given key. However, RemoteEvents only work across the client-server boundary, and what I'm doing is a client-itself connection. Are there any alternatives to using RemoteEvents?

4
I'm pretty sure you're looking for BindableEvents: http://wiki.roblox.com/index.php?title=API:Class/BindableEvent ScriptGuider 5640 — 7y
0
You're a life saver, thanks so much! ChipioIndustries 454 — 7y

Answer this question