So, im cloning a gui, and because of this remote events under the gui no longer fire, but if i dont clone it, it still fires, but i need it cloned.

Can you show us the scripts code?
Just so you know, property changed is not that reabille
No, i dont really feel like doing that, its simply a remote event that isnt firing if i clone Staff.
Who said i was using property changed, what does that have to do with this
it doesnt really matter whats in the script because it doesnt fire
Well, then it will be a little hard to help you.
What exactly do you want, because there no point in sending you the event because it doesnt even do anything but print. We both know it works if i dont clone it, i said that. We both know what firing a Remote event looks like. I dont really know what you want to send you.
Why do you even need events within the GUI? They don’t need to be cloned
Can you atleast say to where you are cloning it?
Me showing him the script as ive stated its nothing but printing, is not going to help the situation? Why are u getting in other ppls business?? Like you cant insult me and show that you cant even read or didnt even attempt to read anything
So basically, this is to add the staff to the players back, and if the players has multiple staffs in their inventory, it clones the original staff to make more staffs
All you’ve said is it’s printing, but whats printing, like the code saying its being fired, or the response from the event. I just think if you’re gonna ask for help, like at least be co-operative in showing some code when asked.
Is there a reason you’re putting the events in the UI though? like as @sonic_848 said above, why the GUI? Can’t you put them into ReplicatedStorage?
at this point please stop replying, you’re not here to help, and your trashing the forum.
lol, i’ll attempt to help you, but you gotta work with the people tryna help you, that person originally asked to see some code to see how youre handling firing it. I’m not trashing the forum at all, just saying it’s just stupid to ask for help and then not provide anything for anyone to help you.
This can be done with one event. multiple people can fire to the same event but get different results based on the logic in the script connected to the event
And yes, its because theres separate events per gui, which i thought was obv but i guess not, sorry. So it does need to be in the gui, and its pretty common to have remote events in guis.
No because each staff has different values. And its not about having multiple events, its about having multiple staffs, which is 100% needed
A remote event needs to be cast separately with each staff.