hmm so thats weird for a couple reasons
-
The way it handles entering the house is using qb-interiors export to teleport you so what it could seem like its taking longer for the shell to load than sending you there,
-
the inside coords in the config is for the exit as i seperated so i didnt have to work with offsets of shells and incase for some reason the script was restarted while someone was in a house, they could just teleport out
-
even the re-enter event uses the export. I can’t replicate the issue with a fresh copy either
feel free to hop in the discord in the readme and open a ticket, we can try and figure something out 
an update to the latest qb-interior fixed this issue. Thanks for the help! 
Anytime! Glad we got you up and Robbin 
Amazing Script Well done on this one👏! I found some issues I’d like to bring to your attention, 1st I noticed that the player never re-sync after entering the houses, meaning, a player that is robbing houses will see night while the whole server is daytime. They have to interact with another script that re-sync them to the server. Then sometimes if player robs house after each other sometimes when they start taking the items they fall through the map while the minigame loads and if they complete the minigame after falling through the ground the script drops them, this also happens to the guard too he falls through sometimes and when player exit the house they get shot out of nowhere. Im not sure if guards outside is intentional but I’m Just bringing this to your attention,. Appart from that amazing script, been using it for a while now players love it.
so this all sounds like issues with qb-interiors
i use the export to spawn shells and enter. Im looking into updating everything in general including finding a way to not rely on qb-interiors as that will stop the daytime issue
as for falling through the map, the shells autodespawn after a certain amount of time, something like 10-15 minutes in the code. If you look in the client for something like DespawnShell there will be a settimeout or wait. extend that and it shouldnt be an issue
1 Like
This would be incredible if you do! I appreciate you taking the time, I’ll extended the shell autodespawn in the files. Again Magnificent release Thank you.