
Posts
669
Respect
212Add +1
Forum Rank
Zombie Enslaver
Primary Group
Community Scripter
Login Issues
Forgot password?Activate Issues
Account activation email not received? Wrong account activation email used?Other Problems?
Contact Support - Help Center Get help on the UGX Discord. Join it now!![]() | Has shown effort and knowledge in the area of scripting while being a part of the UGX-Mods community. |
script_model = spawn("script_model", player getTagOrigin( tag ) );
script_model.angles = player GetTagAngles( tag );
script_model SetModel( "tag_origin" );
script_origin = spawn("script_origin", player getTagOrigin( tag ) );
script_model linkto(script_origin);
script_origin linkto(player);