--Script to make an object behave as a billboard so it always faces the player --Useful for shader particle effects and billboard trees function billboard_init(e) end function billboard_main(e) RotateToPlayer(e) end