Help with Replicate Effects To Client Module scripts, FX, etc

FIXED NOW THANKS!

  1. What do you want to achieve?
    I want my FX to work when pressing a key.
  2. What is the issue?
    My ServerScript’s UIS function isn’t working, and my character doesn’t use the ‘Invisibility Ability’ when the E key is pressed. It works by using an effect and a replicator.

Replicator Local script:

Effects Module Script:

  1. What solutions have you tried so far?

I made sure that it worked, by using the “if Char.Name”, so theres nothing wrong with the module or replicator right?:

I would appreciate any help on this one. I have reviewed the script multiple times, and I just can’t find any solutions. Thank you.

Detecting user inputs in the server is not possible, the detection needs to be a local script and you need to use a remote event to fire the server about the key press.

1 Like

Oh yeah you right, thank you. Its fixed now.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.