Remote Event Not Being Picked Up By The Server

Delete all of those scripts like that?

@Mashmello_06 Try what I sent first. If it doesn’t work, then @Club_Moo could be right. Before you try anything drastic, take a step back and try it please.

I did, it didn’t work. So should I delete all of those scripts like that?

Oh okay, I got confused there. Delete what scripts?

--This an script of ROBLOX Studio. Do not delete it, this script secures your game from exploiters.

--Thanks.

Ohhh I see. Yes, like @Club_Moo was saying, it’s likely malware.

I apologize. I got confused and thought that @Club_Moo was saying there was a virus that’s causing the RemoteEvent to not work. Haha

So Delete The scripts like that?

What are the scripts for, and where are they from? But from what I’m seeing, yes you should. Just make sure it’s not something that you’d need. I don’t want to say delete it, then have it be something that actually helps.

If you haven’t deleted them already, what do they say in the scripts? Could you show the code in one of them?

Yes, but it still works…

That is all it says, then it goes down really far

--This an script of ROBLOX Studio. Do not delete it, this script secures your game from exploiters.

--Thanks.

It does? Interesting, never knew that was the case. I’m not sure why it wasn’t working for @Mashmello_06 though.

Have you tried doing this on a newly made Baseplate, just to test if it isn’t some other script that could be interfering such as malware?

In a server script in workspace, I put

local HideObject = game:GetService("ReplicatedStorage"):WaitForChild("HideObject")

HideObject.OnServerEvent:Connect(function(player)
	print("Fired The Server!")
end)

And in a local script under a ScreenGui with a TextButton named “Test”, I put

local Test = script.Parent:WaitForChild("Test")
local HideObject = game:GetService("ReplicatedStorage"):WaitForChild("HideObject")

Test.MouseButton1Click:Connect(function()
 	HideObject:FireServer()
	print("Fired Server!")
end)

With a RemoteEvent located in ReplicatedStorage, named “HideObject”

If it works in the blank Baseplate with no other scripts, it could be something else interfering.

1 Like

Wait, you’re saying that the script has blank space below it? That’s most definetely malware. Read this: How to identify a malicious model

I deleted all those malware scripts. And the remote event thing still doesn’t work, so should I try @OsanaRumia 's idea?! The only problem, is that the sever won’t recive the remote event.

Oh it doesn’t? I’m so confused haha. I thought you said earlier that it was fixed.

Yeah try it - I’m not sure why the script wouldn’t work myself.

I would imagine you have evil scripts in multiple places–Please search the forums as there are many
discussions about the various types in eg. plugins, models, admin libs, etc.

I tried a new baseplate, and it works! I will try and find all the Evil things.

I deleted all the Malware scripts, and with the new baseplate it worked. So Should I just move everything to a new baseplate?!

Probably yeah, if you can’t find what’s causing it then it’s best to relocate