Hi,
I cant figure out a way to get the owner of a placed item such as a furnace when using OnEntitySpawned. Can someone help?
I cant figure out a way to get the owner of a placed item such as a furnace when using OnEntitySpawned. Can someone help?
0x89A
Have you tried casting it to BaseEntity, then using the field "BaseEntity.OwnerID"?
Thanks, this worked