Install Steam						
					
				
				
									login
											 | 
						language
						
																																					简体中文 (Simplified Chinese)
																													繁體中文 (Traditional Chinese)
																													日本語 (Japanese)
																													한국어 (Korean)
																													ไทย (Thai)
																													Български (Bulgarian)
																													Čeština (Czech)
																													Dansk (Danish)
																													Deutsch (German)
																																							Español - España (Spanish - Spain)
																													Español - Latinoamérica (Spanish - Latin America)
																													Ελληνικά (Greek)
																													Français (French)
																													Italiano (Italian)
																													Bahasa Indonesia (Indonesian)
																													Magyar (Hungarian)
																													Nederlands (Dutch)
																													Norsk (Norwegian)
																													Polski (Polish)
																													Português (Portuguese - Portugal)
																													Português - Brasil (Portuguese - Brazil)
																													Română (Romanian)
																													Русский (Russian)
																													Suomi (Finnish)
																													Svenska (Swedish)
																													Türkçe (Turkish)
																													Tiếng Việt (Vietnamese)
																													Українська (Ukrainian)
																									Report a translation problem
							
						
 
											 
													




 
			





@People who think this is a command: it's not, it's an extension for an addon called 'wiremod', you have to be able to use the 'Expression 2' (from that addon) in order to get this working.
Here's a piece of code that would make your head twice as big:
owner():setBoneScale(5,vec(2))
Breakdown:
-Take the entity returned by 'owner()' (you)
-Apply 'setBoneScale' on this entity and use as parameters:
*a number, the bone ID (5 is the head in this case)
*a vector, the relative size (vec(2) == vector(2,2,2))