ModulesFurnitureOn this pageFurnitureContains functions for furniture.Functionsrest(subject)Rest the player on the current furniture.ExampleRest the player on the chair when he joins the world.function onPlayerJoin(player) Furniture.rest(player)end