A escort script that adds RP-esk functionality preventing it from being powerfull.
Feel free to star the repository and check out my portfolio and discord @ Discord: https://discord.gg/H7MVAeejPt & Portfolio: https://corry.io For support inquires please create a post in the support-forum channel on discord or create an issue here on Github.
- Clone or download this resource.
- Place it in the server's resource directory.
- Add the resource to your server config, if needed.
- Make sure all dependencies are installed.
Export(s) can be used only on the Client side
Client
escortPlayer()
Utilizing Exports
exports['corry-escort']:escortPlayer()RegisterCommand('Escort', function()
exports['corry-escort']:escortPlayer()
end)
-- Sent from clientThere are no proofs other than a distance check on the initial client function and a check to read of the player is escorting/being escorted already. Would be good to add other authentication to prevent exploiting.
Credit to Ox Community Dev for creating ox_lib.