Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

I have a problem, how do I FE a gun?

Asked by 3 years ago

I have a problem, when I have a gun and I try to shoot a friend, for me the player is dead but in reality isn't, someone know how to fix this? (a friend scripted the gun)

0
With FE enabled, the client is only responsible for the client. It is not able to replicate anything to the server via local scripts, unless you utilize remote events and functions. Basically the client tells the server to run a code. https://developer.roblox.com/en-us/articles/Remote-Functions-and-Events WizyTheNinja 834 — 3y

1 answer

Log in to vote
1
Answered by 3 years ago

Use remoteevents/functions and do ammo checks on server so the cilent can't cheat, Anything you do in localscript is local only, Things on server script are replicated, But never trust the client.

Ad

Answer this question