Yes I know that it would be hard to insert into their tables, all ROBLOX data, but, there is a fast injection process that works.
It's a global SQL injection, it can inject any info that you say you want to inject, will inject into that certain table.
Ex:
if ($User) {
mysql_query("INSERT * INTO SavedItems 'Example'"); VALUES("Example");
} |