Can exploiters run disabled proximity prompts.
The general rule of thumb is to assume the client has full control so yes, it is best to assume they can trigger a prompt even if you disable it.
Yes, But there is a way to prevent that, you could Check on the server if it’s disabled or not.
oh yeah I could just do that…
how did i not think of that
If a client enables the prompt that change won’t replicate to the server so this is not a secure way of doing things
wtf
that makes it secure then
read your words twice
It depends what the prompt is being used for. Just because the change doesn’t replicate doesn’t mean it is secure.
also it should kick/ban them if its disabled to remain safer
I don’t like to Kick or ban any hackers with no proof that they are, it could be a bug possibly you enabled the Proximity prompt on Client from a script.
perhaps dont open it from client then
if the server disabled it then it is enough proof
Im generaly talking about the server disabling it.
It might be a feature they did or you forgot to make it open on the Server.
Still, make it secure.
Yes, they can! The best way to prevent this is by creating a server-side condition that checks if the proximity prompt is enabled. Exploiters can also mess with click detectors, so watch out!
well if you want to go this way they can also do it with touchinterests and events (firing them)
I don’t think they can fire events remotely from the client.
Not sure though
yes they can
else many games wouldn’t have autofarmers and stuff.
mainly events are the most dangerous
You could also check with Magnitude is that the Player is far or not from the Click detector / Proximity prompt.
as Roblox doesn’t do that.
stupidly enough roblox is kinda an engine so it would be stupid to add that else there would be a alot of false detections
Doesn’t roblox handle that already? When I get far away from a proximity prompt / click detector it gets invisible.
No, they don’t, You have to do it your self
it still doesnt mean it cant be fired
or people can teleport close to it for 1 second and teleport back – Thought it doesnt exist as blocking firiing
Mainly roblox has big security issues and events are one of the biggest ones
a quick patch to this is act the local scripts as “scripts” itself and it will act like a BindableEvent