Player:RemovePData
Description
Removes a Player Data key-value pair from the SQL database. (sv.db when called on server, cl.db when called on client)
Internally uses the sql.
This function internally uses Player:UniqueID, which can cause collisions (two or more players sharing the same PData entry). It's recommended that you don't use it. See the related wiki page for more information.
Arguments
Returns
Example
Deletes the key "money" from player 1
Entity( 1 ):RemovePData( "money" )