chatBubble
API -
return function()
local user = getUser('clonzeh');
if user == nil then
log('user does not exist!');
return;
end
user.chatBubble('this is going display above the avatar\'s head!');
endLast updated
API -
return function()
local user = getUser('clonzeh');
if user == nil then
log('user does not exist!');
return;
end
user.chatBubble('this is going display above the avatar\'s head!');
endLast updated