Basically I have a Roblox Script that will teleport you and turn you invisible. I use a remote event to trigger turning all players invisible on the clients side. Whenever the remote event is triggered once, it works perfectly well, but after that it does not work and the event will not trigger.
code that runs in client script (ignore yellow line)
code that runs in server script
sorry if my code is bad im somewhat new
I tried using print statements in many different places to debug. It seems as if the 2nd FireClient triggers, goes into the new functin but then the OnClientEvent will not from my results. The code just stops at the OnClientEvent. I don’t know why this is happening so please help.
jdubs is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.