Okay, so I’m making a local script which fires a remote to the server, but I was wondering if I should sort the remotes into ReplicatedStorage and server scripts into ServerScriptService. Does it even matter performance-wise? Should I just put my scripts and remotes in my local script instead?