#Remote events

1 messages · Page 1 of 1 (latest)

west plume
#

Im wondering which is better

  1. making couple remote events with diff functions

2.making 1 remote event, call it, pass the value, and then that remote event check and call function based on the value passed

copper prawn
west plume
#

Is there a lacking of using many remote events?

#

feels wrong when using remote events

copper prawn
# west plume feels wrong when using remote events

Well you do want to reduce the number of network requests, as that does slow things down, but only if it's reasonable. Like if you call 3 events once every 30 seconds, probably won't matter. If you call 3 events 30 times in a second, that's absolutely an issue.

Just keep track of your performance when you start to feel uneasy. If you see massive dips in performance, then you know you have to rethink it.