I know it’s been said numerous times that data sent through the :Teleport()
method can be spoofed as it is sent form the client. Can data from TeleportOptions
be spoofed as well?
1 Like
If it is transferred through the client it is safe to assume it can be spoofed. Data that shouldn’t be spoofed should be stored in a data store and retrieved when the player enters the new place.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.