I was fooling around hopelessly for ideas on an addon and there was an syntax error in my code, it must be a beginners mistake or something like that since I have no idea what is wrong...Here is the code
package NRPGMC
{
function GameConnection::onSpawn(%client)
{
%this.hatColor = "5 0.633 0.456 2";
%this.secondPackColor = "1 1 0 2";
%this.chestColor = "2 0.125 0.233 2";
%this.rArmColor = "5 0.1215 0.716 2";
%this.lArmColor = "1 0.754 0.346 2";
%this.hipColor = "2.01 0.12 0.125 2";
%this.decalName = "NRPG Player";
}
Parent::onSpawn(%client);
};
activatePackage(NRPGMC);
The syntax error line is in Bold.