I’m trying to make something where you click a button and it subtracts your money. But, on a local script inside a Text Button, it doesn’t replicate on to the server. I have to use a remote event to connect it to a server script but I need the parent of MouseButton1Click to do that. How would I solve this issue? Thanks.
If you need the parent of mouse button 1 click through a remote event.
Just send it through the remote event.
Remote:FireServer(script.Parent)
1 Like