ID:1950765
 
(See the best response by Konlet.)
Just wondering how would I attempt to make certain objects visible to 1 player at a time, I understand invisiblity and see_invisible vars exist but using these would make any player with the same see_invisible setting see the object at the same time?

Sounds like your best bet would be using image(). The issue with that (as being discussed in the adjacent thread of mine right now) is that I can't get the image to animate on move
Best response
Yes, two players with the same see_invisible value will see the same atoms on the map excluding client.images and client.screen.
That's pretty sad really haha. Oh well guess I'll just assign an owner to it and make it unavailable to anyone know didn't receive the loot themselves.

Thanks guys.