ENTITY:Think
Description
Called every frame on the client. Called about 5-6 times per second on the server.
You may need to call Entity:Spawn to get this hook to run server side.
You can force it to run at servers tickrate using the example below.
Returns
Example
Force the think hook to run at the maximum frequency.
This is generally only used for anim
type entities, if the entity has to play model animations/sequences.