Hi people i need help how do i do Example like loomian(or pokemon brickbronze) when you see a hause and you enter it look more bigger(i want that when you enter a hause it look different from inside to outside) i want that so i can less stuff on my game, you dont have to put a script on the chat box but can you put a link to the video or webpage?
In order for the idea that you want to work, the developers made it so that you teleport to the house that’s outside of the map. They did this to make you think that you’re inside, but really you’re far out in the map.
For your idea to work, you need to build two separate house models.
One model should the the exterior only (Nothing inside), and the second model should be the interior only.
Once a player approaches the door of the first model (Exterior), you should put a trigger there, so the player gets teleported to the second model (Interior)
Pokemon brick bronze and Loomian legacy don’t actually put you into the house you saw the exterior of, you usually get teleported a long way off the map to the Interior part of the house. Its an pretty easy visual trick.
If you want to do it the easy way then I guess put the room outside of the map and make the door teleport you there, fancy or normal. Edit: Or you can make it into a place and use TeleportService to make it teleport to the place holding the room, (you can change the loading screen)
Edit2: And if you want this to be REAL fancy, you can use the method that a ‘Roblox update’ was going to use by walking inside another game, I don’t currently have the game link but if I find it i’ll send it here (it is open source.)