#Can i show a particle at every distance and also thru blocks?
1 messages · Page 1 of 1 (latest)
for example on cubecraft FFA, the bounty event has this particle that always displays on your bounty's position. even tho you are far away from it. it will always show.
maybe they're projecting it to screen space and drawing it closer than it seems
It's probably an entity. Projection trick can be done with entity animations as well, but not with particles
To my knowledge, there is absolutely no way to draw particles on top of terrain. Which makes me think this has to be an entity
lol they copied it off hive
i think it was a seperate entity yeah
some material magic
how would i make the entity animation? i have a fair knowledge with models, animations etc but not much with molang.
if i make the animation move the entity closer to the player if hes at a long distance wont it still disappear if out of render? its not that youre actually moving the entity, youre just moving the model, meaning that it can still go out of render