The local client should only ever tell the server who they want to target. The server must handle validation, permission verification, and final execution.

-- Remote event handler remote.OnServerEvent:Connect(function(adminPlayer, action, targetPlayer, reason) -- Validate admin if not isAdmin(adminPlayer) then return end

Copyright © 2024 LetsFAME. All Rights Reserved.