I am making this entity for an addon of mine on .Bridge. The entity renders correct on their but fails to render right in game. Does anyone have any ideas why it's happening and how to fix it? I keep getting the error though: [Geometry][error]-rebel:rocket_ship | rebel:rocket_ship | geometry not found?; where rebel:rocket_ship is my entity. The attached image is how it looks in game and how it looks on bridge.
#original problem solved || other questions about my entity
1 messages · Page 1 of 1 (latest)
You probably entered the wrong geometry id in client_entity
Or it was not placed in the correct location
these look the same I think... (cannot ever trust my eyes)
I believe this path is also correct
try with:
models > entity > rocket_ship > geometry here
ok
one sec while it uploads
it loads!
but now now a new problem I notice is happening...
What's the problem?
oh I fixed it
I accidentally made the entity invincible :/
I also have a quick question about how something works
Am I understanding this right about when the entity is interacted on and it has a rider_count of 1, then the rebel:fly_rocket event is run?
original problem solved || other questions about my entity
@primal hornet
I think so, is this working?
Can you send this file here?
sure
could I just copy and paste the code?
I don't have nitro so can't do that; will put the file
try this
ohhh that makes sense
I just noticed something which would make this thing not work...
you cannot interact with an entity you are riding 🤦♂️
Thanks for the help though
👌
You can if you set the rider_can_interact to true in the rideable component.