llTransferLindenDollars
function ll.TransferLindenDollars(AvatarID: string, Amount: number): stringTransfer Amount of linden dollars (L$) from script owner to AvatarID. Returns a key to a corresponding transaction_result event for the success of the transfer.
Attempts to send the amount of money to the specified avatar, and trigger a transaction_result event identified by the returned key.
Parameters
-
AvatarID(string) -
Amount(number)
Examples
Section titled “Examples”Add example usage here showing SLua/Luau syntax with ll.TransferLindenDollars().
Add additional notes, caveats, or tips specific to using this function in SLua/Luau.
See Also
Section titled “See Also”- Related functions can be linked here
- LSL equivalent: llTransferLindenDollars