jewelycat
|
  |
| Joined: 10 Sep 2008 |
| Total Posts: 17345 |
|
|
| 01 May 2015 04:25 PM |
So I have a shooter which I have just set FE to true on. The detailed guns are managed locally by each client. This means that players can't see each other's guns, so static copies are created locally.
However, I still want things like reloading / aiming / sprinting / switching weapon / look direction to be visible to other players. What's the best way to accomplish this?
And please, I don't want to call a RemoteFunction 60 times per second per client. |
|
|
| Report Abuse |
|
|
jewelycat
|
  |
| Joined: 10 Sep 2008 |
| Total Posts: 17345 |
|
| |
|
|
| 01 May 2015 04:32 PM |
| Each client should manage their own rendering stuff. When a person is doing an animation, have it tell all the other LocalScripts to animate the same way (Perhaps only if they are within a certain distance) |
|
|
| Report Abuse |
|
|
jewelycat
|
  |
| Joined: 10 Sep 2008 |
| Total Posts: 17345 |
|
|
| 01 May 2015 04:34 PM |
"Have it tell all the other LocalScripts"
...
Well that doesn't really help. Also, things like look direction need to be updated constantly. |
|
|
| Report Abuse |
|
|
jewelycat
|
  |
| Joined: 10 Sep 2008 |
| Total Posts: 17345 |
|
| |
|
jewelycat
|
  |
| Joined: 10 Sep 2008 |
| Total Posts: 17345 |
|
| |
|
|
| 01 May 2015 04:50 PM |
Theres an alternative to FE, a concept I have just implemented, but im not a jerk to leak it. Party or Pm me to find out, it works just as well. |
|
|
| Report Abuse |
|
|
jewelycat
|
  |
| Joined: 10 Sep 2008 |
| Total Posts: 17345 |
|
| |
|
jewelycat
|
  |
| Joined: 10 Sep 2008 |
| Total Posts: 17345 |
|
| |
|