Is it Safe to use roblox network module

In Roblox Reuse code Documentation there is a network module that passes an ID as an argument in the remote event .
so is it safe to use the module cause exploiters can send a different ID in the remote event

Even if you dont use the module an exploiter is able to fire any remote event instance in replicated storage.

Which is why you add a server side check to see if they are allowed to use the ID.

1 Like