Skip to content

llGiveMoney

function ll.GiveMoney(AvatarID: string, Amount: number): number

Transfers Amount of L$ from script owner to AvatarID.

This call will silently fail if PERMISSION_DEBIT has not been granted.

Parameters
AvatarID (string)
Amount (number)

Add example usage here showing SLua/Luau syntax with ll.GiveMoney().

Add additional notes, caveats, or tips specific to using this function in SLua/Luau.