You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
onPlayerTeleport right now is really bare bones. Don't get me wrong, I do think it's useful, and I'm going to use it for some really bare bones detection, but a custom system is better in ever conceivable way except performance.
A lot of things need to be accounted for, like vehicle velocity, if the object you are standing on was moved by the server, if the vehicle was moved by the server, if the game speed has been changed, heck even if the player is falling because if you set it to the lowest value (5) it will get triggered just from that (underworldwarp too). I already did this with my own AC so it's possible to integrate, but really right now this function only works to detect far away teleports.
Describe the solution you'd like
Enhance onPlayerTeleport, taking into account the edge cases mentioned.
Describe alternatives you've considered
No response
Additional context
No response
Security Policy
I have read and understood the Security Policy and this issue is not about a cheat or security vulnerability.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
onPlayerTeleport
right now is really bare bones. Don't get me wrong, I do think it's useful, and I'm going to use it for some really bare bones detection, but a custom system is better in ever conceivable way except performance.A lot of things need to be accounted for, like vehicle velocity, if the object you are standing on was moved by the server, if the vehicle was moved by the server, if the game speed has been changed, heck even if the player is falling because if you set it to the lowest value (5) it will get triggered just from that (
underworldwarp
too). I already did this with my own AC so it's possible to integrate, but really right now this function only works to detect far away teleports.Describe the solution you'd like
Enhance
onPlayerTeleport
, taking into account the edge cases mentioned.Describe alternatives you've considered
No response
Additional context
No response
Security Policy
The text was updated successfully, but these errors were encountered: