r15 - EdgeIY/infiniteyield GitHub Wiki
boolean r15(<Player> p)
Returns true
if player p
's is r15; otherwise, false
is returned.
--Note: This is just a snippet
["Function"] = function(args,speaker)
if r15(args[1]) then
notify("Info","This script doesn't support r15 players")
else
print("r6!")
end
end